:root {
  --lightBlue: #42b1d8;
  --orange: #e2a02b;
  --green: #a3c613;
  --purple: #78326e;
  --grey: #dedede;
  --font: #444444;
}

html, body{
	min-height: 100vh;
}

body{
	font-size: 20px;
	display: flex;
	flex-direction: column;
	color: #000;
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5{
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
}

*{
	line-height: 1.7;
}

a{
	text-decoration: none !important;
}
a:hover{
    color:white;
}
header{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    overflow:hidden;
    height: 850px;
}

.header-logo{
	max-width: 320px;
}

main{
	flex: 1;
}

main ul {
	padding: 0;
}

.main-content{
	padding-top: 80px;
	padding-bottom: 80px;
}

.uk-container{
	max-width: 1280px;
}

.menu-container{
	position: absolute;
	right: -220px;
	top: -280px;
	height: 850px;
	width: 850px;
}

.side-buttons-container{
	position: absolute;
	left: 0;
	top: 150px;
	z-index: 3;
	color: #fff;
}

.side-button-icon{
	width: 55px;
	height: 55px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 15px;
}

.side-button{
	color:inherit;
	padding: 15px 10px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	font-size: 26px;
	cursor: pointer;
	transition: transform .5s ease;
	display: inline-flex;
}

.side-buttons-container>div + div{
	margin-top: 15px;
}



.site-button-orange{
	background-color: var(--orange);
	transform: translateX(-120px);
	-webkit-transform: translateX(-120px);
}

.side-button:hover{
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.site-button-green{
	background-color: var(--green);
	transform: translateX(-90px);
	-webkit-transform: translateX(-90px);
}

.site-button-purple{
	background-color: var(--purple);
	transform: translateX(-90px);
	-webkit-transform: translateX(-90px);
}
.links{
    text-align:right;
}
.link-button{
	color:inherit;
	padding: 10px;
	border-radius: 50px;
	font-size: 26px;
	cursor: pointer;
	display: inline-block;
}
.link-button img{
    width:50px;
}
.link-button-orange{
	background-color: var(--orange);
}
.link-button-green{
	background-color: var(--green);
}
.link-button-purple{
	background-color: var(--purple);
}

.banner{
	min-height: 800px;
	background: #000;
	padding-top: 80px;
	background-repeat: no-repeat;
	background-position: left center;
}

.banner-text-bar{
	background: var(--lightBlue);
	padding-bottom: 65px;
}

.banner-text-first-headline, .banner-text-second-headline{
	font-size: 95px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1;
}

.banner-text-first-headline{
	color: var(--lightBlue);
	margin-top: -81px;
	margin-bottom: -8px;
	padding-right: 15%;
}

.banner-text-second-headline{
	padding-left: 15%;
	margin-bottom: 50px;
}

.banner-text-content{
	color: #fff;
	font-size: 23px;
}

.topic-container{
	padding-top: 120px;
	padding-bottom: 170px;
}

.topic-container ul{
	max-width: 800px;
	margin: 0 auto;
}

.topic-container ul li{
	padding: 0;
	text-transform: uppercase;
	position: relative;
}

.pre-topic{
	color: #fff;
	display: inline-block;
	z-index: 3;
	position: relative;
	margin-right: 8px;
}

.performances-bar{
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('/assets/images/fooldal_szeles_Banner_1-min.jpg'), var(--orange);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.gallery-bar{
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('/assets/images/fooldal_szeles_Banner_2-min.jpg'), var(--green);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-us-bar{
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('/assets/images/fooldal_szeles_Banner_3-min.jpg'), var(--purple);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.summary-bar{
	padding-top: 20px;
	padding-bottom: 100px;
	background: url('/assets/images/footer-bg.jpg'), var(--grey);
	background-repeat: no-repeat;
	background-position: top center;
}

.btn {
	border: none;
	padding: 10px 20px;
	position: relative;
	background: transparent;
	border-radius: 50px;
	text-transform: uppercase;
	min-height: 50px;
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
}

.btn::before {
	transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	background: var(--lightBlue);
}

.btn:hover::before {
	background: var(--lightBlue);
	width: 100%;
}

.btn .text {
	color: #000;
	z-index: 3;
	position: relative;
	transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn:hover .text{
	color: #fff;
}
.homebar{
	min-height:	500px;
}
.homebar-icon{
	height: 150px;
	width: 150px;
	background-repeat: no-repeat;
	background-size: contain;
}

.homebar-title{
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	margin-left: 25px;
}

.homebar-content{
	color: #fff;
	margin-top: 40px;
	margin-bottom: 98px;
}

.homebar .btn .text{
	color: #fff;
}

.sub-banner{
	min-height: 880px;
	background: #000;
	padding-top: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.show-banner{
	min-height: 540px;
	background: #000;
	padding-top: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
    text-align:center;
}
.openvideo{
    font-size:100px;
    color:var(--green);
    margin:100px auto;
}
.openvideo svg{
    height:100px;
    margin-top:170px;
}
.uk-modal-dialog{
    width:700px;
}
.showtitle{
    font-size:50px;
    margin-top:-42px;
}
.showsubtitle{
    font-size:50px;
}

.infopage-row{
	gap: 30px;
}

.infopage-image{
	background-repeat: no-repeat;
	background-position: center center;
}

.infopage-row + .infopage-row{
	margin-top: 30px;
}

.left-side{
	width: 130px;
	padding: 10px;
	text-align: center;
	display: flex;
    flex-direction: column;
}

.show-detail-container{
	gap: 30px;
}

.show-type{
	width: 130px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 auto;
}

.show-date{
	margin-top: auto;
    font-size:20px;
}

.show-card{
	height: 330px;
}

.show-name {
	width: 70px;
    height: 100%;
	padding-right: 35px;
	box-sizing: border-box;
    color: black;
}
.show-made {
    font-size:20px;
}

.show-name span{
	writing-mode: vertical-rl;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    transform: rotate(-180deg);
    display: flex;
    align-items: center;
	font-size: 18px;
}

.show-icon{
	height: 100%;
	background-color:#b8e0ec;
}

.show-card-container{
	margin-bottom: 60px;
}

/*.timeline:before{
	content: "";
	position: absolute;
	top: -152px;
    left: -2px;
	width: 100px;
	height: 150px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-top-left-radius: 35px;
}*/

.timeline {
	border-left: 2px solid var(--lightBlue);
	margin: 0px auto 150px !important;
	letter-spacing: 0.5px;
	position: relative;
	padding: 150px 50px 50px 50px;
	list-style: none;
	max-width: 60%;
}

.timeline .event {
	padding-bottom: 25px;
	margin-bottom: 50px;
	position: relative;
}

.timeline .event:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.timeline .event:before,
.timeline .event:after {
	position: absolute;
	display: block;
	top: 0;
}

.timeline .event-date {
	left: -185px;
	text-align: right;
	max-width: 130px;
	position: absolute;
	top: -25px;
	font-size: 30px;
    line-height: 1;
}

.timeline .date-year{
	font-size: 47px;
}

.timeline .event:after {
	left: -65px;
	background: var(--lightBlue);
	border-radius: 50%;
	height: 25px;
	width: 25px;
	content: "";
	top: 0px;
}

.timeline .event-icon-bg{
	width: 90px;
	height: 150px;
	margin-right: 25px;
}

.timeline .event-icon{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 65px;
	height: 75px;
    margin: 0 auto;
    padding-top: 15px;
}

.timeline .subtitle{
	margin-top: -15px;
	margin-bottom: 30px;
}

.timeline .event-footer{
	margin-top: 50px;
    justify-content: flex-end;
	gap: 40px;
}

.category-btn{
	width: 65px;
	height: 65px;
	border-radius: 50px;
	background-position: center center !important;
	background-size: 65% !important;
	background-repeat: no-repeat !important;
}
.gallery{
	text-align:center;
}
.gallery img{
	max-height:200px; 
	display:inline-block;
	padding:10px;
}
.category-btn:hover{
	opacity: 0.8;
}

.footer-logo{
	margin-bottom: 35px;
}

.footer-logo img{
	max-width: 240px;
}

footer{
	background-color: var(--purple);
	color: #fff;
}

.summary-bar{
	color: var(--font);
}

.summary-bar .uk-flex{
	gap: 100px;
}

.footer-title{
	font-weight: 300;
	font-size: 60px;
	margin-bottom: 70px !important;
	margin-top: 30px;
}

.copyright{
	padding: 30px 0;
}


/* RESPONSIVE */

.uk-offcanvas-bar{
	width: 280px;
	padding: 0;
	border-right: 5px solid var(--green);
	background: var(--blue);
}

.uk-offcanvas-bar .uk-nav{
	padding: 30px;
	font-size: 20px;
}

.uk-offcanvas-bar .uk-logo{
	border-top: 20px solid var(--blue);
    border-bottom: 1px solid var(--blue);
    padding: 10px 0;
    background: #fff;
}

@media screen and (max-width: 860px) {
	.menu-container{
		display: none;
	}

	.header-logo{
		max-width: 100%;
	}

	.banner-text-content{
		font-size: 16px;
	}

	.banner-text-first-headline, .banner-text-second-headline{
		font-size: 60px;
	}

	.banner-text-first-headline{
		margin-top: -51px;
	}

	.homebar .uk-flex{
		flex-wrap: wrap;
	}

	.homebar-title{
		font-size: 25px;
	}

	.homebar-icon {
		height: 50px;
		width: 50px;
	}

	.homebar>div>div{
		background: rgba(0, 0, 0, 0.3);
		padding: 10px 5px;
	}

	.summary-bar .uk-flex{
		gap: 30px;
		flex-wrap: wrap;
	}

	.side-button{
		font-size: 20px;
	}

	.footer-title{
		font-size: 30px;
	}
}
