@charset "utf-8";
/* CSS Document */

:root {
    --white: #FFFFFF;
    --black: #000000;
    --gold: #d4af37;
    --grey: #5b5b5b;
    --light-grey: #E5E5E5;
    --red: #FF0000;
    /*--color-opera: #ff004e;*/
    /*--color-opera: #cf1d53;*/
    /*--color-opera: #A1000A;*/
    /*--color-drama: #f92121a1;*/
    --color-drama: #96141ebf;
    /*--color-drama: #00b3a4;*/
    /*--color-drama: #b18f22;*/
    /*--color-drama: #E0BB3A;*/
    /*--color-opera: #daad10ad;*/
    --color-opera: #dca01ed1;
    /*--color-balet: #12a3ff;*/
    /*--color-balet: #268AC4;*/
    /*--color-balet: #5C85A1;*/
    /*--color-balet: #5c85a1b8;*/
    --color-balet: #aaafb4e8;
    --color-newsletter: #d8d8d8;
    --color-izvedbe-content-container: #d90000;
    --color-izvedbe-title: #580000;
    /*--color-link-hover: #92846b;*/
    --color-link-hover: #92846be3;
    --color-nl-input-border: #7f7f7f;
    --color-menu-divider: #AAAAAA;
    --color-link-menu-btn-border: #888888;
    --color-calendar-border: #cccccc;
    --color-izvedbe-container: #EEEEEE;
    --color-raspored-divider: #b2b2b2;
    --color-raspored-info: #b1b1b1;
    --color-bar: #333;
}

html {
	font-family: 'Inter', sans-serif;
	font-size: 10px;
	font-weight: 400;
	scroll-behavior: smooth;
	color: var(--black);
}

@media (max-width: 575px) {
	html {
		font-size:8px;
	}
}

body {
	margin:0;
	padding-top: 6rem;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

p {
	text-align: justify;
	margin-top:0;
}

a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}		

.space10 {
	height: 1rem;
}

.space20 {
	height: 2rem;
}

.space30 {
	height: 3rem;
}

.space40 {
	height: 4rem;
}

.space50 {
	height: 5rem;
}

.space60 {
	height: 6rem;
}

.space80 {
	height: 8rem;
}

.textTitle {
	font-family: 'Lalezar', cursive;
}

.textLight {
	font-weight: 300;
}

.textRegular {
	font-weight: 400;
}

.textMedium {
	font-weight: 500;
}

.textSemiBold {
	font-weight: 600;
}

.textBold {
	font-weight: 700;
}

.textExtraBold {
	font-weight: 800;
}

.textBlack {
	font-weight: 900;
}

.colorGold {
	color: var(--color-link-hover);
}

.colorGoldLight {
	color: var(--gold);
}

.colorOpera {
	color: var(--color-opera);
}

.colorDrama {
	color: var(--color-drama);
}

.colorBalet {
	color: var(--color-balet);
}

.colorGrey {
	color: var(--grey);
}

.colorWhite {
	color: var(--white);
}

.colorDefault {
	color: var(--black);
}

.text10 {
	font-size: 1rem;
}

.text12 {
	font-size: 1.2rem;
}

.text14 {
	font-size: 1.4rem;
}

.text16 {
	font-size: 1.6rem;
}

.text18 {
	font-size: 1.8rem;
	line-height: 2.8rem;
}

.text20 {
	font-size: 2rem;
}

.textTitle20 {
	font-size: 2rem;
	line-height: 2.2rem;
}

.text22 {
	font-size: 2.2rem;
}

.text24 {
	font-size: 2.4rem;
}

.textTitle24 {
	font-size: 2.4rem;
	line-height: 2.4rem;
}

.text28 {
	font-size: 2.8rem;
}

.text32 {
	font-size: 3.2rem;
}

.text36 {
	font-size: 3.6rem;
}

.text40 {
	font-size: 4.0rem;
}

.text42 {
	font-size: 4.2rem;
}

.text48 {
	/*
	font-size: 4.8rem;
	line-height: 4.8rem;
	*/
	font-size: 4rem;
	line-height: 4rem;
}

.hide {
	display: none;
}

/* Scroll to top */
#toTopBTN {
	display: none;
  	position: fixed;
  	bottom: 3rem;
  	right: 3rem;
  	z-index: 99;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	font-size: 1.8rem;
	background:none;
}

/* Menu */
.menuContainer {
	width: 100%;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background: var(--white);
}

.menuLogoHidden {
	display: none;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 50%;
	height: 5rem;
	transform: translate(-50%, 10%);
	animation: slideDown 1s ease-out forwards;
}

@keyframes slideDown {
    0% {
        top: 0;
        transform: translate(-50%, 0%);
    }
    100% {
	top: 0;
	transform: translate(-50%, 10%);
    }
}

.menuLeft {
	position: absolute;
	left: 0;
	padding: 0 0 0 2.5rem;
}

.menuMid {
	width:calc(100% - 4rem);
	display: flex;
	justify-content:flex-end;
	height: 6rem;
}

.menuMidLeft, .menuMidRight {
	display: flex;
	align-items: flex-end;
	height: 6rem;
	gap: 2rem;
}

.menuMidRight {
	gap: 1rem;
}

.menuRight {
	margin: 0 2.5rem 0 0;
	display: flex;
	align-items: flex-end;
	height: 6rem;
	position: absolute;
	right:0;
}

.linkMenu, .linkMenuOpera, .linkMenuDrama, .linkMenuBalet {
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--black);
	display:inline-block;
	position:relative;
}

.linkMenu:after {
	cursor: pointer;
	display:block;
	content:'';
	padding:0 0 1.5rem 0;
	border-bottom: .8rem solid var(--color-link-hover);
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

.linkMenuOpera:after {
	cursor: pointer;
	display:block;
	content:'';
	padding:0 0 1.5rem 0;
	border-bottom: .8rem solid var(--color-opera);
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

.linkMenuOperaActive {
	font-size: 1.2rem;
	font-weight: 500;
	padding:0 0 1.5rem 0;
	color: var(--color-opera);
	display:inline-block;
	position:relative;
	border-bottom: 8px solid var(--color-opera);
}

.linkMenuDrama:after {
	cursor: pointer;
	display:block;
	content:'';
	padding:0 0 1.5rem 0;
	border-bottom: .8rem solid var(--color-drama);
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

.linkMenuDramaActive {
	font-size: 1.2rem;
	font-weight: 500;
	padding:0 0 1.5rem 0;
	color: var(--color-drama);
	display:inline-block;
	position:relative;
	border-bottom: .8rem solid var(--color-drama);
}

.linkMenuBalet:after {
	cursor: pointer;
	display:block;
	content:'';
	padding:0 0 1.5rem 0;
	border-bottom: .8rem solid var(--color-balet);
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

.linkMenuBaletActive {
	font-size: 1.2rem;
	font-weight: 500;
	padding:0 0 1.5rem 0;
	color: var(--color-balet);
	display:inline-block;
	position:relative;
	border-bottom: .8rem solid var(--color-balet);
}

.linkMenu:hover:after, .linkMenuOpera:hover:after, .linkMenuDrama:hover:after, .linkMenuBalet:hover:after {
	transform: scaleX(1);
}

.linkMenu.fromLeft:after, .linkMenuOpera.fromLeft:after, .linkMenuDrama.fromLeft:after, .linkMenuBalet.fromLeft:after {
	transform-origin:  0% 50%;
}

.linkMenuActive {
	font-size: 1.2rem;
	font-weight: 500;
	display:inline-block;
	padding:0 0 1.5rem 0;
	position:relative;
	color: var(--color-link-hover);
	border-bottom: .8rem solid var(--color-link-hover);
}

.linkMenuDivider {
	width: .1rem;
	height: 3.4rem;
	margin: 0 0 1.3rem 0;
	background: var(--color-menu-divider);
}

.linkMenuBTN {
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--black);
	padding: .7rem 1.2rem;
	margin: 0 0 1.5rem 0;
	border: .1rem solid var(--color-link-menu-btn-border);
	box-sizing: border-box;
	transition: background, color, border, 250ms ease-in-out;
	cursor:pointer;
}

.linkMenuBTN:hover {
	border: .1rem solid var(--color-link-hover);
	background: var(--color-link-hover);
	color: var(--white);
}

.linkMenuBTNActive {
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--white);
	padding: .7rem 1.2rem;
	margin: 0 0 1.5rem 0;
	border: .1rem solid var(--color-link-hover);
	background: var(--color-link-hover);
	box-sizing: border-box;
	cursor:pointer;
}

/* Hero */
.heroContainer {
	width: 100%;
	height: 75rem;
	position: relative;
	display: flex;
	justify-content: center;
}

.heroTypeContainer {
	width: 100%;
	height: 48rem;
	position: relative;
	display: flex;
	justify-content: center;
}

.logo {
	position: absolute;
	top: 0;
	left: calc(50% - 10rem);
	text-align: center;
}

.heroRadioContainer {
	position: absolute;
	bottom: 0;
	left: calc(50% - 20rem);
	width: 40rem;
	height: 7.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	z-index: 999;
}

.heroRadioOff {
	box-sizing: border-box;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background: var(--white);
	border: none;
}

.heroRadioOn {
	box-sizing: border-box;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background: var(--red);
	border: .4rem solid var(--white);
}

.heroContentContainer {
	width: 100%;
	height: 75rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}

.heroContent {
	width: 139rem;
	position: relative;
	margin: 0 0 10rem 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.heroContentText {
	position: relative;
}

.heroTextAuthor {
	font-size: 2.6rem;
	margin: 0 0 1rem 0;
}

.heroTextTitle {
	font-family: 'Lalezar', cursive;
	font-size: 6rem;
	line-height: 6.5rem;
	margin: 0 0 3rem 0;
}

.heroTextDate {
	font-family: 'Lalezar', cursive;
	font-size: 3.2rem;
	line-height: 3rem;
}

.heroTextYear {
	font-size: 1.4rem;
}

.heroTextType {
	font-size: 1.6rem;
	letter-spacing: .5rem;
	position: absolute;
	top: -4.5rem;
	left: 0;
}

.heroIconType {
	position: absolute;
	top: -4.7rem;
	left: -4rem;
}

.heroBTNContainer {
	display: flex;
	gap: .6rem;
	z-index: 1000;
}

.heroOperaBTN {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--white);
	padding: 1rem 1.6rem;
	background: var(--color-opera);
	border: .1rem solid var(--color-opera);
	box-sizing: border-box;
	transition: background, color, border, 250ms ease-in-out;
	cursor:pointer;
}

.heroOperaBTN:hover {
	background: var(--white);
	color: var(--color-opera);
	border: .1rem solid var(--white);
}

.heroDramaBTN {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--white);
	padding: 1rem 1.6rem;
	background: var(--color-drama);
	border: .1rem solid var(--color-drama);
	box-sizing: border-box;
	transition: background, color, border, 250ms ease-in-out;
	cursor:pointer;
}

.heroDramaBTN:hover {
	background: var(--white);
	color: var(--color-drama);
	border: .1rem solid var(--white);
}

.heroBaletBTN {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--white);
	padding: 1rem 1.6rem;
	background: var(--color-balet);
	border: .1rem solid var(--color-balet);
	box-sizing: border-box;
	transition: background, color, border, 250ms ease-in-out;
	cursor:pointer;
}

.heroBaletBTN:hover {
	background: var(--white);
	color: var(--color-balet);
	border: .1rem solid var(--white);
}

.heroAnsBTN {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--white);
	padding: 1rem 1.6rem;
	background: none;
	border: .1rem solid var(--white);
	box-sizing: border-box;
	transition: background, color, 250ms ease-in-out;
	cursor:pointer;
}

.heroAnsBTN:hover {
	background: var(--white);
	color: var(--black);
}

.premijereDramaBox:hover .heroAnsBTN {
	background: var(--white);
	color: var(--black);
}

.premijereOperaBox:hover .heroAnsBTN {
	background: var(--white);
	color: var(--black);
}

.premijereBaletBox:hover .heroAnsBTN {
	background: var(--white);
	color: var(--black);
}

.heroContentOpera {
	position: absolute;
	width: 100%;
	height: calc(100% - .7rem);
	right: calc(100% + 3rem);
	bottom: 0;
	/*background: rgba(255,0,78,.10);*/
	background: rgba(220, 160, 30, 0.10);
	border-right: .1rem solid var(--color-opera);
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
}

.heroContentDrama {
	position: absolute;
	width: 100%;
	height: calc(100% - .7rem);
	right: calc(100% + 3rem);
	bottom: 0;
	/*background: rgba(0, 179, 164, 0.10);*/
	background: rgba(255,0,78,.10);
	border-right: .1rem solid var(--color-drama);
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
}

.heroContentBalet {
	position: absolute;
	width: 100%;
	height: calc(100% - .7rem);
	right: calc(100% + 3rem);
	bottom: 0;
	background: rgba(18, 163, 255, 0.10);
	border-right: .1rem solid var(--color-balet);
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
}

/* Calendar */
.calendarContainer {
	display: flex;
	justify-content: flex-start;
	width: 100%;
  padding-top: 200px;
  margin-top: -200px;
  padding-bottom: 10px;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.calendarContent {
	position: relative;
	box-sizing: border-box;
  margin: 0 30px;
}

.calendarContentContainer {
	display: flex;
	gap: .2rem;
	position: relative;
	box-sizing: border-box;
}

.calendarBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	border: .1rem solid var(--color-calendar-border);
	width: 5rem;
	height: 5rem;
	color: var(--black);
}

.calendarBoxSunday {
	color: var(--red);
}

.calendarBoxMonth {
	border: none;
	background: var(--gold);
	color: var(--white);
}

.calendarBox .categoryIndicator {
	position: absolute;
	width: 15px;
	height: 15px;
	bottom: -0.5px;
	right: -0.5px;
	mask: linear-gradient(-45deg, white, white 49%, transparent 51%, transparent 100%);
	-webkit-mask: linear-gradient(-45deg, white, white 49%, transparent 51%, transparent 100%);
}

.calendarBox.calendarBoxOpera {
	border: .1rem solid var(--color-opera);
}
	
.calendarBoxOpera .categoryIndicator {
	display: initial;
	background: var(--color-opera);
}

.calendarBox.calendarBoxDrama {
	border: .1rem solid var(--color-drama);
}

.calendarBoxDrama .categoryIndicator {
	display: initial;
	background: var(--color-drama);
}

.calendarBox.calendarBoxBalet {
	border: .1rem solid var(--color-balet);
}

.calendarBoxBalet .categoryIndicator{
	display: initial;
	background: var(--color-balet);
}

.calendarBoxBalet.calendarBoxOpera .categoryIndicator {
	background: repeating-linear-gradient(45deg, var(--color-balet), var(--color-balet) 5px, white 5px, white 6px, var(--color-opera) 6px, var(--color-opera) 11px, white 11px, white 12px);
}

.calendarBoxBalet.calendarBoxDrama .categoryIndicator {
	background: repeating-linear-gradient(45deg, var(--color-balet), var(--color-balet) 5px, white 5px, white 6px, var(--color-drama) 6px, var(--color-drama) 11px, white 11px, white 12px);
}

.calendarBoxDrama.calendarBoxOpera .categoryIndicator {
	background: repeating-linear-gradient(45deg, var(--color-opera), var(--color-opera) 5px, white 5px, white 6px, var(--color-drama) 6px, var(--color-drama) 11px, white 11px, white 12px);
}


.calendarBoxBalet.calendarBoxDrama.calendarBoxOpera .categoryIndicator {
	background: repeating-linear-gradient(45deg, white, white 1px, var(--color-balet) 1px, var(--color-balet) 6px, white 6px, white 7px, var(--color-opera) 7px, var(--color-opera) 12px, white 12px, white 13px, var(--color-drama) 13px, var(--color-drama) 18px);
}

.calendarBoxOperaStar {
	background:url(../images/cal_star.svg) left top no-repeat, url(../images/cal_opera.svg) bottom right no-repeat;	
	background-size: 1.3rem 1.3rem;
}

.calendarBoxDramaStar {
	background:url(../images/cal_star.svg) left top no-repeat, url(../images/cal_drama.svg) bottom right no-repeat;	
	background-size: 1.3rem 1.3rem;
}

.calendarBoxBaletStar {
	background:url(../images/cal_star.svg) left top no-repeat, url(../images/cal_balet.svg) bottom right no-repeat;	
	background-size: 1.3rem 1.3rem;
}

.calendarArrowLeft {
	position: absolute;
	left: -2.4rem;
	top: 1.1rem;
	width: 1.4rem;
	height: 2.8rem;
	background-image: url(../images/cal_arrowleft.svg);
	background-size: cover;
	cursor: pointer;
}

.calendarArrowRight {
	position: absolute;
	right: -2.4rem;
	top: 1.1rem;
	width: 1.4rem;
	height: 2.8rem;
	background-image: url(../images/cal_arrowright.svg);
	background-size: cover;
	cursor: pointer;
}

.calendarYear {
	position: absolute;
	margin-top: -25px;
	left: 30px;
}

.calendarDescription {
	position: absolute;
	margin-top: -25px;
	left: 0px;
	display: flex;
	gap: 2rem;
}

.calendarDescriptionElement {
	display: flex;
	align-items: center;
	gap: .5rem;
}

/* Izvanredne vijesti */
.izvContainer {
	display: flex;
	justify-content: center;
	width: 100%;
}

.izvContentContainer {
	width: 139rem;
	overflow-x: hidden;
	position: relative;
	height: 4rem;
	background: var(--color-izvedbe-content-container);
	display: flex;
	align-items: center;
	text-overflow: clip;
	white-space: nowrap;
}

.izvContentTitle {
	position: absolute;
	left: 0;
	top: 0;
	height: 4rem;
	display: flex;
	align-items: center;
	padding: 0 2rem;
	background: var(--color-izvedbe-title);
	letter-spacing: .1rem;
}

.izvContentFade {
	position: absolute;
	right: 0;
	top: 0;
	height: 4rem;
	width: 23.8rem;
	background: url(../images/izv_gradient.png) right no-repeat;
	background-repeat: no-repeat;
}

/* Novosti */
.newsContainer {
	width: 100%;
	padding: 5rem 0 8rem 0;
	background: var(--light-grey);
}

.newsTitleContainer {
	margin: 0 auto;
	width: 139rem;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.sectionMainTitle {
	font-family: 'Lalezar', cursive;
	font-size: 3.2rem;
	color: var(--black);
	height: 4rem;
	line-height: 2.3rem;
	display: inline-block;
}

.sectionMainTitle:after {
	display: block;
	content:'';
	border-bottom: .1rem solid var(--black);
	padding: 0 0 1.6rem 0;
	width: 5rem;
}

.sectionAllBTN {
	display: flex;
	align-items: center;
	padding: 0 2rem;
	font-size: 1.4rem;
	font-weight: 600;
	background: none;
	border: .1rem solid var(--black);
	transition: background, color, 250ms ease-in-out;
	line-height: 0;
	cursor:pointer;
	color: var(--black);
	height: 3.8rem;
}

.sectionAllBTN:hover {
	background: var(--black);
	color: var(--white);
}

.newsBoxContainer {
	margin: 0 auto;
	width: 139rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}

.newsBox {
	flex-grow: 1;
	flex-basis: 30%;
	cursor: pointer;
	transition: color, 250ms ease-in-out;
}

.newsBox:link, .newsBox:visited {
	color: var(--black);
}

.newsBox:hover {
	color: var(--color-link-hover);
}

.newsTitle {
	font-family: 'Lalezar', cursive;
	font-size: 3.6rem;
	line-height: 3.6rem;
	cursor: pointer;
}

/* Premijere */
.premijereContainer {
	width: 100%;
	padding: 5rem 0 6rem 0;
}

.premijereTitleContainer, .izvedbeTitleContainer, .novostiTitleContainer, .rasporedTitleContainer {
	margin: 0 auto;
	width: 139rem;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.premijereBoxContainer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.premijereBoxOpera, .premijereBoxDrama, .premijereBoxBalet {
	position: relative;
	flex-basis: 16.66%;
	cursor: pointer;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	color: var(--white);
	transition: color, 250ms ease-in-out;
}

.premijereBoxOpera:hover {
	color:var(--color-opera);
}

.premijereBoxDrama:hover {
	color:var(--color-drama);
}

.premijereBoxBalet:hover {
	color:var(--color-balet);
}

.premijereBoxOperaLabel {
	position: absolute;
	gap: 1rem;
	left: 4rem;
	top: 0;
	display: flex;
	background: var(--color-opera);
	color: var(--white);
	align-items: center;
	font-size: 1.4rem;
	height: 4rem;
	padding: 0 1rem;
}

.premijereBoxDramaLabel {
	position: absolute;
	gap: 1rem;
	left: 4rem;
	top: 0;
	display: flex;
	background: var(--color-drama);
	color: var(--white);
	align-items: center;
	font-size: 1.4rem;
	height: 4rem;
	padding: 0 1rem;
}

.premijereBoxBaletLabel {
	position: absolute;
	gap: 1rem;
	left: 4rem;
	top: 0;
	display: flex;
	background: var(--color-balet);
	color: var(--white);
	align-items: center;
	font-size: 1.4rem;
	height: 4rem;
	padding: 0 1rem;
}

.premijereBoxTitle, .izvedbeBoxTitle {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 4rem;
	bottom: 3.6rem;
	/*bottom: 1rem;*/
	gap: 1rem;
	/*gap: 0.5rem;*/
	width: calc(100% - 7rem);
}

/* Više... */
.viseContainer {
	width: 139rem;
	margin:0 auto;
	padding: 0 0 6rem 0;
}

.viseContentContainer {
	display:flex;
}

.viseLink {
	font-size: 4.2rem;
	line-height: 4.2rem;
	color: var(--black);
	font-family: 'Lalezar', cursive;
	transition: color, 250ms ease-in-out;
	cursor:pointer;
}

.viseLink:hover {
	color: var(--color-link-hover);
}

.viseRight {
	position: relative;
	padding: 9rem;
	color: var(--black);
	background:url(../images/vise_bg_right.jpg);
	width:100%;
}

.viseRightDivider {
	height: .1rem;
	background: var(--black);
	width: 5rem;
	margin:1.5rem 0 2rem 0;
}

.viseLogo {
	position: absolute;
	bottom: 0;
	left: 5rem;
}

/* Pretplata */
.pretplataContainer {
	width: 100%;
	padding: 5rem 0 8rem 0;
	background: var(--light-grey);
}

.pretplataTitleContainer {
	margin: 0 auto;
	width: 139rem;
	box-sizing: border-box;
}

.pretplataContentContainer {
	margin: 0 auto;
	width: 139rem;
	display:flex;
	gap: 4rem;
}

.pretplataIconsContainer {
	margin: 0 auto;
	width: 139rem;
	display:flex;
	gap: 15rem;
	padding:0 0 0 20rem;
}

.pretplataBTN {
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 600;
	background: var(--color-link-hover);
	border: .1rem solid var(--color-link-hover);
	transition: background, border, color, 250ms ease-in-out;
	line-height: 0;
	cursor:pointer;
	color: var(--white);
	height: 7rem;
	width: 20rem;
	justify-content: center;
}

.pretplataBTN:hover {
	border: .1rem solid var(--color-link-hover);
	background: var(--white);
	color: var(--color-link-hover);
}

.pretplataTextContainer {
	width:50%; margin: 0 0 0 35rem;
}

/* Footer */
.footerContainer {
	width: 100%;
	padding: 5rem 0 8rem 0;
	background: var(--black);
}

.footerContentContainer {
	margin:0 auto;
	width:139rem;
	display: flex;
	justify-content: space-between;
	gap: 4rem;
}

.footerItem {
	width:16.666666%;
	color: var(--white);
}

.footerItem a {
	color: var(--white);
}

.footerDivider {
	width: 5rem;
	height: .1rem;
	margin: 1.7rem 0;
	background: var(--white);
}

/* menuHiddenContainer */
.menuHiddenContainer {
	width: 100%;
	height: 100%;
	padding: 5rem 0 8rem 0;
	background: var(--white);
	position: fixed;
	z-index: 1001;
	display: none;
}

.menuHiddenContentContainer {
	margin:0 auto;
	width:139rem;
	display: flex;
	justify-content: space-between;
	gap: 4rem;
}

.menuHiddenContentContainerMobile {
	margin:0 auto;
	width:139rem;
	display: flex;
	justify-content: center;
	gap: 4rem;
}

.mainMobile {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.menuHiddenItem {
	width:16.666666%;
	color: var(--black);
}

.menuHiddenItemMobile {
	width:50%;
	color: var(--black);
}

.menuHiddenDivider {
	width: 5rem;
	height: .2rem;
	margin: 1.7rem 0;
	background: var(--color-link-hover);
}

/* Opera Content */
.heroOperaContentContainer, .heroDramaContentContainer, .heroBaletContentContainer, .heroDefaultContentContainer {
	width: 100%;
	height: 48rem;
	display: flex;
	justify-content: center;
	position:relative;
}

.heroOperaBG {
	width:20rem;
	height:37.5rem;
	background: var(--color-opera);
	display:flex;
	flex-direction: column;
	text-align: center;
}

.heroOperaLinksContainer {
	position:absolute;
	display: flex;
	left:0;
	width:100%;
	gap:3rem;
	justify-content: center;
}

.heroOperaLinks {
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 700;
	color: var(--white);
	transition: color, 250ms ease-in-out;
}

.heroOperaLinksActive {
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 700;
	color:var(--color-opera);
	transition: color, 250ms ease-in-out;
}

.heroOperaLinks:hover {
	cursor:pointer;
	color:var(--color-opera);
}

.premijereOperaBoxContainer, .premijereDramaBoxContainer, .premijereBaletBoxContainer, .rasporedSelectContainer {
	margin: 0 auto;
	width: 139rem;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	gap:4rem;
	position:relative;
}

.premijereOperaBox, .premijereDramaBox, .premijereBaletBox {
	position: relative;
	flex-basis: 33.33%;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	color: var(--white);
	cursor: pointer;
}

.premijereOperaBoxLinksContainer, .premijereDramaBoxLinksContainer, .premijereBaletBoxLinksContainer {
	display:flex;
	gap: .6rem;
	margin-top:1rem;
}

.izvedbeContainer {
	width: 100%;
	padding: 5rem 0 6rem 0;
	background: var(--color-izvedbe-container);
	position: relative;
}

.izvedbeBoxContainer {
	margin: 0 auto;
	width: 139rem;
	display: flex;
	box-sizing: border-box;
	position:relative;
	gap:4rem;
}

.izvedbeBox {
	position: relative;
	flex-basis: 33.33%;
	aspect-ratio: 4 / 5;
	box-sizing: border-box;
	color: var(--white);
}

.izvedbeBoxOperaLabel, .izvedbeBoxDramaLabel, .izvedbeBoxBaletLabel {
	position: absolute;
	left: 4rem;
	top: 0;
}

.izvedbeBoxOperaDate {
	width: 10.6rem;
	display:block;
	background: var(--color-opera);
	color: var(--white);
	text-align: center;
	padding: 1.2rem 0;
}

.izvedbeBoxOperaTime {
	width: 106px;
	display:block;
	background: var(--white);
	color: var(--color-opera);
	text-align: center;
	padding: 0.5rem 0 0 0;
}

.izvedbeBoxDramaDate {
	width: 10.6rem;
	display:block;
	background: var(--color-opera);
	color: var(--white);
	text-align: center;
	padding: 1.2rem 0;
}

.izvedbeBoxDramaTime {
	width: 10.6rem;
	display:block;
	background: var(--white);
	color: var(--color-drama);
	text-align: center;
	padding: 0.5rem 0 0 0;
}

.izvedbeBoxDefaultDate {
        width: 10.6rem;
        display:block;
        background: var(--grey);
        color: var(--white);
        text-align: center;
        padding: 1.2rem 0;
}

.izvedbeBoxDefaultTime {
        width: 10.6rem;
        display:block;
        background: var(--white);
        color: var(--grey);
        text-align: center;
        padding: 0.5rem 0 0 0;
}

.izvedbeNavigationContainer {
	width: 139rem;
	margin: 0 auto;
	height: 0px;
	position: relative;
}

.izvedbeArrowLeft {
	position: absolute;
	left: -4.4rem;
	top: 25rem;
	width: 1.4rem;
	height: 2.8rem;
	background-image: url(../images/cal_arrowleft.svg);
	background-size: cover;
	cursor: pointer;
}

.izvedbeArrowRight {
	position: absolute;
	right: -4.4rem;
	top: 25rem;
	width: 1.4rem;
	height: 2.8rem;
	background-image: url(../images/cal_arrowright.svg);
	background-size: cover;
	cursor: pointer;
}

/* Novosti */
.novostiContainer {
	width: 100%;
	padding: 5rem 0 6rem 0;
}

.novostiBoxContainer {
	margin: 0 auto;
	width: 139rem;
	display: flex;
	box-sizing: border-box;
	position:relative;
	gap:40px;
}

.novostiBox {
	width: 25%;
	cursor: pointer;
	transition: color, 250ms ease-in-out;
}

.novostiBox:link, .novostiBox:visited {
	color: var(--black);
}

.novostiBox:hover {
	color: var(--color-link-hover);
}

.novostiTitle {
	font-family: 'Lalezar', cursive;
	font-size: 2.8rem;
	line-height: 2.8rem;
	cursor: pointer;
}

/* Newsletter */
.newsletterContainer {
	width: 100%;
	padding: 5rem 0 8rem 0;
	background: var(--color-newsletter);
}

.newsletterContentContainer {
	margin: 0 auto;
	width: 139rem;
	box-sizing: border-box;
	display:flex;
}

.newsletterContentLeft {
	width: 35rem;
}

.newsletterInputContainer {
	display: flex;
	gap: 6rem;
}

.newsletterInput {
	height: 6rem;
	padding: 0 2rem;
	font-size: 2rem;
	font-weight: 400;
	border: .1rem solid var(--color-nl-input-border);
	width: 63rem;
}

.newsletterCheckbox {
	margin:0 1rem 0 0;
}

.newsletterBTN {
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 600;
	background: var(--white);
	border: 1px solid var(--color-link-hover);
	transition: background, border, color, 250ms ease-in-out;
	line-height: 0;
	cursor:pointer;
	color: var(--color-link-hover);
	height: 6rem;
	width: 20rem;
	justify-content: center;
}

.newsletterBTN:hover {
	border: .1rem solid var(--color-link-hover);
	background: var(--color-link-hover);
	color: var(--white);
}


.footerBTN {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 600;
	background: var(--black);
	border: 1px solid var(--white);
	transition: background, border, color, 250ms ease-in-out;
	line-height: 0;
	cursor:pointer;
	color: var(--white);
	height: 3rem;
	width: 10rem;
	justify-content: center;
}

.footerBTN:hover {
	border: .1rem solid var(--white);
	background: var(--white);
	color: var(--black);
}

/* Drama */
.heroDramaBG {
	width:20rem;
	height:37.5rem;
	background: var(--color-drama);
	display:flex;
	flex-direction: column;
	text-align: center;
}

.heroDramaLinksContainer {
	position:absolute;
	display: flex;
	left:0;
	width:100%;
	gap:5rem;
	justify-content: center;
}

.heroDramaLinks {
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 700;
	color: var(--white);
	transition: color, 250ms ease-in-out;
}

.heroDramaLinksActive {
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 700;
	color:var(--color-drama);
	transition: color, 250ms ease-in-out;
}

.heroDramaLinks:hover {
	cursor:pointer;
	color:var(--color-drama);
}

.izvedbeBoxDramaDate {
	width: 10.6rem;
	display:block;
	background: var(--color-drama);
	color: var(--white);
	text-align: center;
	padding: 1.2rem 0;
}

.izvedbeBoxDramaTime {
	width: 10.6rem;
	display:block;
	background: var(--white);
	color: var(--color-drama);
	text-align: center;
	padding: 0.5rem 0 0 0;
}

/* Balet */
.heroBaletBG {
	width:20rem;
	height:37.5rem;
	background: var(--color-balet);
	display:flex;
	flex-direction: column;
	text-align: center;
}

.heroBaletLinksContainer {
	position:absolute;
	display: flex;
	left:0;
	width:100%;
	gap:5rem;
	justify-content: center;
}

.heroBaletLinks {
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 700;
	color: var(--white);
	transition: color, 250ms ease-in-out;
}

.heroBaletLinksActive {
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 700;
	color:var(--color-balet);
	transition: color, 250ms ease-in-out;
}

.heroBaletLinks:hover {
	cursor:pointer;
	color:var(--color-balet);
}

.izvedbeBoxBaletDate {
	width: 10.6rem;
	display:block;
	background: var(--color-balet);
	color: var(--white);
	text-align: center;
	padding: 1.2rem 0;
}

.izvedbeBoxBaletTime {
	width: 10.6rem;
	display:block;
	background: var(--white);
	color: var(--color-balet);
	text-align: center;
	padding: 0.5rem 0 0 0;
}

/* Raspored */
.heroNarrowContainer {
	width: 100%;
	height: 37.5rem;
	position: relative;
	display: flex;
	justify-content: center;
}

.heroGoldBG {
	width:20rem;
	height:20rem;
	background: var(--color-link-hover);
	display:flex;
	flex-direction: column;
	text-align: center;
}

.rasporedContainer {
	width: 100%;
	padding: 5rem 0 0 0;
}

.rasporedSelectBox {
	position: relative;
	flex-basis: 33.33%;
	box-sizing: border-box;
}

.rasporedSelect {
	font-size: 1.4rem;
	font-weight: 700;
	padding: .8rem 1.2rem;
	border: .1rem solid var(--black);
	-moz-appearance:none; /* Firefox */
    	-webkit-appearance:none; /* Safari and Chrome */
    	appearance:none;
	width: 100%;
	background-color: #FFFFFF;
}

.rasporedSelect option {
	font-size: 1.4rem;
	font-weight: 700;
	padding: .8rem 1.2rem;
	border: .1rem solid var(--black);
	-moz-appearance:none; /* Firefox */
    	-webkit-appearance:none; /* Safari and Chrome */
    	appearance:none;
	width: 100%;
	background-color: #FFFFFF;
}

.rasporedSelectArrow {
	position:absolute;
	right:1rem;
	top:1.3rem;
}

.sectionMainTitleBig {
	font-family: 'Lalezar', cursive;
	font-size: 6rem;
	color: var(--black);
	line-height: 6rem;
	display: inline-block;
}

.sectionMainTitleBig:after {
	display: block;
	content:'';
	border-bottom: .2rem solid var(--red);
	padding: 0 0 1.6rem 0;
	width: 8rem;
}

.rasporedContentContainer {
	margin: 0 auto;
	width: 139rem;
	box-sizing: border-box;
	position:relative;
}

.rasporedDivider {
	height: .1rem;
	border-bottom: .1rem solid var(--color-raspored-divider);
	margin:4rem 0;
}

.rasporedContainerSmall {
	width: 100%;
	padding: 0 0 4rem 0;
}

.rasporedMainContentContainer {
	margin: 0 auto;
	width: 139rem;
	display:flex;
	position: relative;
	box-sizing: border-box;
	gap: 4rem;
	justify-content: space-around;
}

.rasporedMainContentLeft {
	width: 33.3333%;
	display: flex;
	gap: 1.4rem;
	justify-content: flex-start;
}

.rasporedDateTimeBorderOpera {
	border: .1rem solid var(--color-opera)
}

.rasporedDateTimeBorderDrama {
	border: .1rem solid var(--color-drama)
}

.rasporedDateTimeBorderBalet {
	border: .1rem solid var(--color-balet)
}

.rasporedDateTimeBorderDefault {
        border: .1rem solid var(--grey)
}

.rasporedImageContainer {
	flex-grow:2;
	background: grey;
	position:relative;
}

.rasporedOperaIcon {
	position: absolute;
	gap: 1rem;
	right: 0;
	bottom: 0;
	display: flex;
	background: var(--color-opera);
	color: var(--white);
	align-items: center;
	font-size: 1.4rem;
	height: 4rem;
	padding: 0 1rem;
}

.rasporedDramaIcon {
	position: absolute;
	gap: 1rem;
	right: 0;
	bottom: 0;
	display: flex;
	background: var(--color-drama);
	color: var(--white);
	align-items: center;
	font-size: 1.4rem;
	height: 4rem;
	padding: 0 1rem;
}

.rasporedBaletIcon {
	position: absolute;
	gap: 1rem;
	right: 0;
	bottom: 0;
	display: flex;
	background: var(--color-balet);
	color: var(--white);
	align-items: center;
	font-size: 1.4rem;
	height: 4rem;
	padding: 0 1rem;
}

.rasporedPremijeraIcon {
	position: absolute;
	gap: 1rem;
	left: 0;
	bottom: 0;
	display: flex;
	color: var(--white);
	align-items: center;
	font-size: 1.4rem;
	height: 4rem;
	padding: 0 1rem;
	font-weight: 700;
}

.rasporedMainContentMid {
	width: calc(100% - 20rem - 33.3333%);
}

.rasporedMainContentRight {
	width: 20rem;
	position:relative;
}

.rasporedOperaDivider {
	width: 8rem;
	height:.2rem;
	background: var(--color-opera);
	margin: .8rem 0 1.6rem 0;
}

.rasporedDramaDivider {
	width: 8rem;
	height: .2rem;
	background: var(--color-drama);
	margin: .8rem 0 1.6rem 0;
}

.rasporedBaletDivider {
	width: 8rem;
	height:.2rem;
	background: var(--color-balet);
	margin: .8rem 0 1.6rem 0;
}

.rasporedDefaultDivider {
        width: 8rem;
        height:.2rem;
        background: var(--grey);
        margin: .8rem 0 1.6rem 0;
}

.rasporedInfoUlaz {
	position:absolute;
	bottom:0;
	text-align: center;
	font-size:1.4rem;
	font-weight: 700;
	line-height: 0;
	padding:1.8rem;
	box-sizing: border-box;
	border: .1rem solid var(--black);
	width:100%;
	color: #000000;
}

.rasporedInfoNA {
	position:absolute;
	bottom:0;
	text-align: center;
	font-size:1.4rem;
	font-weight: 700;
	line-height: 0;
	padding:1.8rem;
	color: var(--white);
	box-sizing: border-box;
	background:var(--color-raspored-info);
	width:100%;
}

.rasporedBTNKupi {
	position:absolute;
	bottom:0;
	text-align: center;
	font-size:1.4rem;
	font-weight: 700;
	line-height: 0;
	padding:1.8rem;
	color: var(--white);
	box-sizing: border-box;
	background:var(--color-opera);
	border: 1px solid var(--color-opera);
	width:100%;
	transition: color, background, 250ms ease-in-out;
}

.rasporedBTNKupi:hover {
	cursor: pointer;
	background: var(--white);
	color: var(--color-opera);
}

.rasporedBTNKupiBalet {
	position:absolute;
	bottom:0;
	text-align: center;
	font-size:1.4rem;
	font-weight: 700;
	line-height: 0;
	padding:1.8rem;
	color: var(--white);
	box-sizing: border-box;
	background:var(--color-balet);
	border: 1px solid var(--color-balet);
	width:100%;
	transition: color, background, 250ms ease-in-out;
}

.rasporedBTNKupiBalet:hover {
	cursor: pointer;
	background: var(--white);
	color: var(--color-balet);
}

.rasporedBTNKupiDrama {
	position:absolute;
	bottom:0;
	text-align: center;
	font-size:1.4rem;
	font-weight: 700;
	line-height: 0;
	padding:1.8rem;
	color: var(--white);
	box-sizing: border-box;
	background:var(--color-drama);
	border: 1px solid var(--color-drama);
	width:100%;
	transition: color, background, 250ms ease-in-out;
}

.rasporedBTNKupiDrama:hover {
	cursor: pointer;
	background: var(--white);
	color: var(--color-drama);
}

/* Opera - detalj */
.heroOperaDetailBG {
	width:20rem;
	height:20rem;
	background: var(--color-opera);
	display:flex;
	flex-direction: column;
	text-align: center;
}

.heroDramaDetailBG {
	width:20rem;
	height:20rem;
	background: var(--color-drama);
	display:flex;
	flex-direction: column;
	text-align: center;
}

.heroBaletDetailBG {
	width:20rem;
	height:20rem;
	background: var(--color-balet);
	display:flex;
	flex-direction: column;
	text-align: center;
}

.heroDetailContainer {
	width: 100%;
	height: 58rem;
	position: relative;
	display: flex;
	justify-content: center;
}

.detailTitleContainer {
	width: 100%;
	padding: 5rem 0 0 0;
	display:flex;
}

.detailTitleLeft {
	background:var(--white);
	flex-grow: 1;
}

.detailTitleMain {
	width: 139rem;
	flex-basis: 139rem;
}

.detailTitleRight {
	flex-grow: 1;
}

.detailTitleContentContainer {
	width: 66.666666%;
	background: var(--white);
}

.detailTitleContent {
	position: relative;
	width: calc(100% - 8rem);
	background: var(--white);
	display:flex;
	justify-content: space-between;
	align-content: flex-end;
	margin: 0 0 2rem 0;
	padding: 5rem 0 0 0;
}

.detailTextTitle {
	font-family: 'Lalezar', cursive;
	font-size: 6rem;
	color: var(--black);
	line-height: 6rem;
	display: inline-block;
}

.detailTimeline {
	width: calc(100% - 8rem);
	display: flex;
	gap:2rem;
}

.detailOperaTimelineDuration {
	width: 8rem;
	height: 5rem;
	border-bottom: .1rem solid var(--color-opera)
}

.detailDramaTimelineDuration {
	width: 8rem;
	height: 5rem;
	border-bottom: .1rem solid var(--color-drama)
}

.detailBaletTimelineDuration {
	width: 8rem;
	height: 5rem;
	border-bottom: .1rem solid var(--color-balet)
}

.detailTimelineContainer {
	width: 100%;
	height:.1rem;
	position:relative;
	background: var(--black);
	margin:3rem 0 0 0;
}

.detailTimelineDot {
	width:.9rem;
	height:.9rem;
	background: var(--black);
	border-radius: 50%;
	position:absolute;
}

.detailTimelineDot {
	width:.9rem;
	height:.9rem;
	background: var(--black);
	border-radius: 50%;
	position:absolute;
}

.detailTimelineDotOpera {
	width:9px;
	height:9px;
	background: var(--color-opera);
	border-radius: 50%;
	position:absolute;
}

.detailTimelineDotDrama {
	width:.9rem;
	height:.9rem;
	background: var(--color-drama);
	border-radius: 50%;
	position:absolute;
}

.detailTimelineDotBalet {
	width:.9rem;
	height:.9rem;
	background: var(--color-balet);
	border-radius: 50%;
	position:absolute;
}

.detailTimelineText {
	position:absolute;
}

.detailContainer {
	width:100%;
	background: var(--white);
}

.detailOperaBTN {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--white);
	padding: 1.1rem 1.6rem;
	background: var(--color-opera);
	border: .1rem solid var(--color-opera);
	box-sizing: border-box;
	transition: background, color, border, 250ms ease-in-out;
	cursor:pointer;
	margin:5.3rem 0 0 0;
	white-space: nowrap;
}

.detailOperaBTN:hover {
	cursor: pointer;
	background: var(--white);
	color: var(--color-opera);
}

.detailDramaBTN {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--white);
	padding: 1.1rem 1.6rem;
	background: var(--color-drama);
	border: .1rem solid var(--color-drama);
	box-sizing: border-box;
	transition: background, color, border, 250ms ease-in-out;
	cursor:pointer;
	margin:5.3rem 0 0 0;
	white-space: nowrap;
}

.detailDramaBTN:hover {
	cursor: pointer;
	background: var(--white);
	color: var(--color-drama);
}

.detailBaletBTN {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--white);
	padding: 1.1rem 1.6rem;
	background: var(--color-balet);
	border: 1rem solid var(--color-balet);
	box-sizing: border-box;
	transition: background, color, border, 250ms ease-in-out;
	cursor:pointer;
	margin:5.3rem 0 0 0;
	white-space: nowrap;
}

.detailBaletBTN:hover {
	cursor: pointer;
	background: var(--white);
	color: var(--color-balet);
}

.detailMainContentContainer {
	margin: 0 auto;
	width: 139rem;
	display:flex;
	position: relative;
	box-sizing: border-box;
	gap: 8rem;
	justify-content: space-around;
	padding:6rem 0;
}

.detailLeftContentContainer {
	width: calc(66.666666% - 8rem);
}

.detailRightContentContainer {
	width: calc(100% - 66.666666% - 8rem);
	flex-grow: 1;
}

.detailGalleryContainer {
	width: 100%;
	display:flex;
	flex-flow: wrap;
}

.detailGalleryImage {
	width:33.3333%;
	height:auto;
}

/* Custom CWS */

.naslovnaBTN {
        display: flex;
        align-items: center;
        font-size: 2rem;
        font-weight: 600;
        background: var(--color-link-hover);
        border: 1px solid var(--color-link-hover);
        transition: background, border, color, 250ms ease-in-out;
        line-height: 0;
        cursor:pointer;
        color: var(--white);
        height: 7rem;
        width: 20rem;
        justify-content: center;
        padding: 0px 5px;
}

.naslovnaBTN:hover {
        border: 1px solid var(--color-link-hover);
        background: var(--black);
        color: var(--white);
}

.error-404{
        margin-left: auto;
        margin-right: auto;
        text-align: -webkit-center;
        margin-top: 50px;
        margin-bottom: 50px;
}

.heroDefaultBG {
        width:20rem;
        height:37.5rem;
        background: var(--color-link-hover);
        display:flex;
        flex-direction: column;
        text-align: center;
}

.heroDefaultLinksContainer {
        position:absolute;
        display: flex;
        left:0;
        width:100%;
        gap:3rem;
        justify-content: center;
}

.heroDefaultLinks {
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-weight: 700;
        color: var(--white);
        transition: color, 250ms ease-in-out;
}

.heroDefaultLinksActive {
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 700;
        color:var(--color-link-hover);
        transition: color, 250ms ease-in-out;
}

.heroDefaultLinks:hover {
        cursor:pointer;
        color:var(--color-link-hover);
}

/* Basic table styling */
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* Table header styling */
th {
    color: var(--black);
    font-weight: bold;
    text-align: left;
}

/* Table row styling (alternating colors) */
tr:nth-child(even) {
    background-color: var(--light-grey);
}

tr:nth-child(odd) {
    background-color: var(--white);
}

/* Table cell styling */
td {
    border: 1px solid var(--color-calendar-border);
    padding: 5px;
}

/* Hover effect for table rows */
tr:hover {
    background-color: var(--color-newsletter);
}

.slides{
    background-size: cover; /* Adjust this property as needed */
    background-repeat: no-repeat;
    background-position: center;
}

.text-scroller {
    display: inline-block;
    animation: scrollText 25s linear infinite;
    width: -webkit-fill-available;
}

@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.sponzori {
    box-sizing: border-box;
    width: 100%;
}

.bordered-items {
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border: 0;
}

.item {
    font-size: 0;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    text-align: center;
    color: var(--black);
    margin: 0px 0;
    margin-left: 0;
    margin-right: 0;
    width: calc(25% - 0px);
    padding: 0 30px;
    min-height: 180px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.biographyImage {
    float: left;
    width: 25%;
    margin: 0 25px 25px 0;
}

.technicalDetailsElement1 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.technicalDetailsElement2 {
	width: 25%;
}

.technicalDetailsElement3 {
	width: 25%;
}

.main-image {
	width: 100%;
}

.image {

}

.image-items {
	width: 100%;
	display: inline-flex;
	text-align: center;
	justify-content: space-evenly;
}

.half-image {
	max-width: calc(50% - 40px);
	margin: 20px 20px 20px 20px;
}

.menu-icon {
	cursor: pointer;
	width: 16px;
	height: 12px;
	position: relative;
}

.bar {
	background-color: var(--color-bar);
	height: 2px;
	width: 100%;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.bar1 {
	top: 0;
}

.bar2 {
	top: 50%;
	transform: translateY(-50%);
}

.bar3 {
	bottom: 0;
}

.cross .bar1 {
	transform: rotate(45deg) translateY(-50%);
	top: 50%;
}

.cross .bar2 {
	opacity: 0;
}

.cross .bar3 {
	transform: rotate(-45deg) translateY(50%);
	bottom: 50%;
}

.css-jfa3vu div {
    border-color: var(--gold) !important;
}

.background-image-container {
	width: 100%;
	background-position: center center;
    	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
}

.linkMenu.activeLinkMenu:after {
	transform: scaleX(1);
}

.premijera {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--white);
    padding: 1rem 1.6rem;
    background: none;
    box-sizing: border-box;
}

.ensembleOperaBioLink {
	font-size: 2rem;
	line-height: 2.2rem;
	font-family: 'Lalezar', cursive;
	text-decoration: none;
	color: var(--black);
}

.ensembleOperaBioLink:hover {
	font-size: 2rem;
	line-height: 2.2rem;
	font-family: 'Lalezar', cursive;
	text-decoration: none;
	color: var(--color-opera);
}
.ensembleBaletBioLink {
	font-size: 2rem;
	line-height: 2.2rem;
	font-family: 'Lalezar', cursive;
	text-decoration: none;
	color: var(--black);
}

.ensembleBaletBioLink:hover {
	font-size: 2rem;
	line-height: 2.2rem;
	font-family: 'Lalezar', cursive;
	text-decoration: none;
	color: var(--color-balet);
}
.ensembleDramaBioLink {
	font-size: 2rem;
	line-height: 2.2rem;
	font-family: 'Lalezar', cursive;
	text-decoration: none;
	color: var(--black);
}

.ensembleDramaBioLink:hover {
	font-size: 2rem;
	line-height: 2.2rem;
	font-family: 'Lalezar', cursive;
	text-decoration: none;
	color: var(--color-drama);
}

/* cws_gallery */
.main-image_cws img {
    max-height: 60vh;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.image-gallery_cws img {
    height: 50px;
    width: auto;
    margin: 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.image-gallery_cws img {
    width: 100px;
    height: auto;
    margin: 10px;
    cursor: pointer;
    transition: transform 0.25s ease;
}

.image-gallery_cws img:hover {
    transform: scale(1.1);
}

.modal_cws {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content_cws {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.close_cws {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.prev_cws, .next_cws {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev_cws {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next_cws {
    right: 0;
    border-radius: 0 3px 3px 0;
}

.prev_cws:hover, .next_cws:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.thumbnail-slider_cws {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.thumbnail-container_cws {
    white-space: nowrap;
    overflow: hidden;
}

.image-gallery_cws {
    transition: transform 0.5s ease;
}

.image-gallery_cws img {
    height: 100px;
    width: auto;
    display: inline-block;
    cursor: pointer;
}

.slide-button_cws {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 10px;
    z-index: 1;
}

.slide-button_cws.left_cws {
    left: 0;
}

.slide-button_cws.right_cws {
    right: 0;
}

/* COOKIEBOT */
@media screen and (max-width:720px) {
  #cookiebanner a.c-button {
    width:100%;
    box-sizing:border-box;
    text-align:center;
    margin-bottom:20px;}
  #c-right {
    float:none;
  }
  #c-left {
    float:none;
  }
  #cookiebanner p.c-message {
    margin-bottom:20px;
    color:#FFF;
  }
}

@media screen and (min-width:720px) {
  #cookiebanner #c-left {
    float:left;
    max-width:80%;
  }
  #cookiebanner #c-right {
    float:right;
  }
}

#cookiebanner {
  box-sizing: border-box;
  background-color:rgb(36,36,39);
  opacity: 0.9; width:100%;
  padding:25px 40px;
  position: fixed;
  z-index: 2147483645;
  bottom:-800px
}

#cookiebanner p { 
  font-size:14px;
  line-height:1.4;
  color: #fff;
}
#cookiebanner .c-header { 
  text-transform:uppercase;
  color:#fff;
  font-weight:bold;
  margin-bottom:4px;
}
#cookiebanner p.c-message {
  font-size:14px;
  color:#FFF;
}
#cookiebanner a { 
  font-weight:bold;
  color:#999;
}
#cookiebanner a:hover { 
  color:#fff;
}

#cookiebanner a.c-button { 
  border-radius: 0px;
  background-color: rgb(255,255,255);
  box-shadow: 0 2px 0 0 rgb(221,221,221);
  border:1px solid rgb(221,221,221);
  padding:12px 60px;
  text-decoration:none;
  display:inline-block;
  vertical-align:middle;
  margin-top:10px;
  color:#666;
  font-size:16px;
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}

#cookiebanner a.c-button:hover { 
  box-shadow:none;
  background-color:#f8f8f8;
}

/* COOKIEBOT - end*/

.mobile-break {
  display: none;
}
