@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Audiowide|Squada+One|Teko:300,400,500,600,700&display=swap&subset=latin-ext');

html {
	background:url('../img/bg.gif');
	scroll-behavior: smooth;
}

body {
	margin:0px;
	font-family: 'Open Sans Condensed', sans-serif;
	max-width: 100%;
	text-align: center;
	padding-top: 20px;
	overflow-x: hidden;
}

h1 {
	color: rgb(22, 100, 172);
	font-size: 200%;
	margin-top: 0px;
	margin-bottom: 30px;
}

h2 {
	font-size: 200%;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: left;
}

h2, h3, h4, h5 {
	color: rgb(22, 100, 172);
}

h2:nth-child(2n+0),h3:nth-child(2n+0),h4:nth-child(2n+0),h5:nth-child(2n+0) {
	color:rgb(4, 175, 181);
}

h2:nth-child(3n+0),h3:nth-child(3n+0),h4:nth-child(3n+0),h5:nth-child(3n+0) {
	color:rgb(16, 190, 122);
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

a {
	color: rgb(22, 100, 172);
	text-decoration: none;
}

#wrapper {
	background:url('../img/bg2.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 330px;
}

#entry a:hover {
	text-decoration: underline;
}

#bread {
	display: block;
	width: 98%;
	max-width: 1300px;
	margin: 0 auto; 
	border-bottom: 1px solid rgb(22, 100, 172);
}

#header {
	display: table;
	width: 100%;
	margin: 30px auto 10px;
}

#logo {
	display: table-cell;
	width: calc( 100% - 526px );
	vertical-align: middle;
	height: 241px;
	background:rgba(255,255,255,0.7);
	min-width: 400px;
}

#logo img {
	max-width: 90%;
}

#headSlider {
	display: inline-block;
	width:50%;
}

#headSlider div {
	width: 50%;
	height: 241px;
}

#hButtons {
	display: grid;
	grid-template-columns: 2fr 2fr 2fr 3fr;
	grid-gap: 5px;
	align-items: center;
}

.hButton {
	box-shadow: inset 0px 0px 10px black;
	border-radius: 10px;
	text-align: center;
	font-size: 120%;
	color:#fff;
	font-weight: 900;
	padding: 0.6em 0.3em;
}

.hButton-1 {background-color: rgb(22, 100, 172);}
.hButton-2 {background-color: rgb(4, 175, 181);}
.hButton-3 {background-color: rgb(16, 190, 122);}

.hButton a {
	text-decoration: none;
	color:#fff;
	display: block;
	width: 100%;
}

.hDate {
	text-align: right;
	font-size: 150%;
	color:#fff;
	font-weight: 900;
	padding: 0 20px;
}

.hDate span {
	display: block
}

#entryHolder {
	display: table;
	width: 100%;
	padding: 30px 0;
}

#entry {
	display: table-cell;
	vertical-align: top;
	width: 75%;
	text-align: left;
	font-size: 130%;
	box-sizing: border-box;
	padding: 0px 20px;
}

#sidebar {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	min-width: 300px;
}

.sBlock {
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 20px;
}

.sBlock img {
	max-width: 80%;
}

#sb-1 h2 {
	margin-bottom: 10px;
}

#footer {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

#footer div {
	padding: 20px;
	font-size: 130%;
	font-weight: 400;
	color: rgb(22, 100, 172);
	display: grid;
	align-items: center;
}

#footer div a {
	color: rgb(22, 100, 172);
	text-decoration: none;
}

#deadlineGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
	grid-template-rows: 150px;
	align-items: center;
	grid-gap: 10px;
	text-align: center;
	padding-left: 0px;
}

#deadlineGrid li {
	list-style: none;
	height: 130px;
	align-items: center;
	display: grid;
	background-color: rgb(22, 100, 172);
	border-radius: 15px;
	box-shadow: inset 0px 0px 10px black;
	color:#fff;
	padding: 10px;
}

#deadlineGrid b {
	display: block;
	font-size: 130%;
}

/* --- Slides --- */

.slide-1 {background:url('../img/slider_01.jpg');}
.slide-2 {background:url('../img/slider_02.jpg');}
.slide-3 {background:url('../img/slider_04.jpg');}
.slide-4 {background:url('../img/slider_05.jpg');}
.slide-5 {background:url('../img/slider_06.jpg');}
.slide-6 {background:url('../img/slider_07.jpg');}
.slide-7 {background:url('../img/slider_08.jpg');}
.slide-8 {background:url('../img/slider_09.jpg');}
.slide-9 {background:url('../img/slider_10.jpg');}
.slide-10 {background:url('../img/slider_11.jpg');}
.slide-11 {background:url('../img/slider_03.jpg');}

/* --- Slider --- */

.bx-wrapper {
	border:0px none !important;
	margin-bottom:0px !important;
	width: 60%;
	max-width: 60%;
	display: table-cell;
	box-shadow: 0px 0px 0px !important;
	background:transparent!important;
}

#sidebar .bx-wrapper {
	width: 100%;
	max-width: 300px!important;
}

.bx-wrapper div {
	background-size: cover;
	background-position: center center;
}

.dateSlider b {
	display: block;
	text-align: center;
	font-size: 400%;
	line-height: 1em;
	color: rgb(22, 100, 172);
	}

.dateSlider i {
	display: block;
	text-align: center;
	font-size: 150%;
	line-height: 1em;
	font-style: normal;
	font-weight: bold;
	color: rgb(22, 100, 172);
	}

.dateSlider u {
	display: block;
	text-align: center;
	font-size: 150%;
	line-height: 1em;
	text-decoration: none;
	margin-bottom: 10px;
	font-weight: bold;
	color: rgb(22, 100, 172);
	}

.dateSlider span {
	display: block;
	text-align: center;
	font-size: 130%;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 20px;
	}

#sb-1 a {
	text-decoration:none;
	margin: 0px auto;
	color:#fff;
	font-weight: bold;
	padding:5px 10px;
	background-color: rgb(22, 100, 172);
}

/* --- Menü --- */

@media only screen and (min-width: 768px) {

#top-menu li.has-child:hover ul {
	display: table;
	position: absolute;
	width: 20%;
}

#top-menu li.has-child:hover ul li {
	display: table-cell;
	width: 100%;
	background-color: rgb(22, 100, 172);
}

}

#navigation {
	background-color: rgb(22, 100, 172);
	display: table;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0px;
	z-index: 444444;
}

#top-logo {
	width:20%;
	height: 50px;
	float:left;
	min-width: 150px;
}

#top-logo a {
	width:20%;
	height: 50px;
	min-width: 150px;
	font-weight: 700;
	letter-spacing: 0.0em;
	font-size: 170%;
	text-decoration: none;
	color:#444;
	background-color: #dfdfdf;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#top-logo a span {
	color:rgb(22, 100, 172);
}

#top-menu {
	display: block;
	float:left;
	width:80%;
}

#top-menu ul {
	list-style: none;
	padding-left: 0px;
	margin:0px;
}

span.dropDown {
	position: relative;
	margin-left:10px;
	width: 30px!important;
}

#top-menu li.has-child ul {
	display: none;
}

#top-menu li.has-child ul.show {
	display: table;
	position: absolute;
	width: 20%;
}

#top-menu li.has-child ul.show li {
	display: table-cell;
	width: 100%;
	background-color: rgb(22, 100, 172);
}

#top-menu li {
	display: block;
	width:25%;
	min-width: 150px;
	float:left;
}

#top-menu li a {
	background-color: rgb(22, 100, 172);
	height: 50px;
	display: table-cell;
	text-align: center;
	width: 100vw;
	text-decoration: none;
	font-size: 130%;
	color:white;
	vertical-align: middle;
}

#top-menu li a:hover,
#top-menu li a.active,
#top-menu li.active a.has-child {
	color:#444;
	background-color: #dfdfdf;
	cursor: pointer;
}

 #toggleButton {
    display: none;
  }

@media only screen and (max-width: 768px) {

  body {
  	padding-top: 80px;
  }

  #navigation {
  	position: absolute;
  }

  #top-menu {
  	width: 100%;
  	padding: 0 2%;
  	box-sizing: border-box;
  	box-shadow: 0px 5px 5px black;
  }

  #topMenu {
  	width:100%;
  	display: none;
  }

  #topMenu.show {
  	display: table;
  	width:100%;
  }

  #toggleButton {
    display: block;
    background-color: rgb(22, 100, 172);
	height: 50px;
	display: table-cell;
	text-align: left;
	width: 100%;
	text-decoration: none;
	font-size: 130%;
	color:white;
	vertical-align: middle;
	cursor: pointer;
  }

  #toggleButton span {
	margin:0 2%;
	width: 100%;
	font-weight: bold;
  }

  #top-logo {
	width:100%;
	background-color: #dfdfdf;
	display: table-row;
	padding: 0	2%;
	box-sizing: border-box;
  }

#top-logo a {
	width:100%;
	text-align: left;
}

#top-menu li {
	display: block;
	float:none;
	width: 100%;
	text-align: left;
	padding-left: 2%: 
}

#top-menu li a {
	text-align: left;
	width: 100vw;
	padding:0 2vw;
	box-sizing: border-box;
}

#top-menu a {
	text-align: left;
}

#top-menu a.has-child {
	font-weight: bold;
}

#top-menu li.has-child ul {
	display: table;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-left: 30px;
	overflow-y: scroll;
}

#top-menu li.has-child ul li {
	display: table-row;
	width: 100%;
	background-color: rgb(22, 100, 172);
}

#top-menu li.has-child ul.show {
	display: none;
}

#top-menu li.active a.has-child {
	background:rgb(22, 100, 172);
	color: #fff;
}

.hButton {
	display: none;
}

#hButtons {
	grid-template-columns: 1fr;
}

.hDate {
	text-align: left;
}

.hDate span {
	float: right
}

}

/* --- dropdown --- */

#dropdown h3 {
	display: block;
	background-color: rgb(22, 100, 172);
	color:white;
	padding:5px 10px;
	box-sizing: border-box;
	cursor: pointer;
}

#dropdown div.tab {
	display: none;
	padding:5px 10px;
	box-sizing: border-box;
}

#dropdown div.tab h4 {
	margin-top: 0px;
}

#sb-motto p {
	font-size:25pt;
	font-style: italic;
	line-height: 1.2em;
}

#program table {
	width:100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

#program td {
	border-top:1px solid black;
	border-left:1px solid black;
	text-align: center;
	padding:2px 5px;
}

#program td {
	width: 47.5%;
	background: rgba(255,255,255,0.2);
	font-weight: bold;
}

#program td[colspan="2"] {
	width: 95%;
}

#program td:first-child {
	width:5%;
	min-width: 60px!important;
	max-width: 60px!important;
	background: transparent;
	border-left:0px;
	font-weight: normal;

}

#program td.weekday {
	border-top:0px;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	background: transparent;
}

#program td.day {
	border-top:0px;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	background: transparent;
}

#program td.keynote {
	background: rgba(129,58,38,0.2);
	color:rgb(129,58,38)!important;
	font-weight: bold;
}

#program td.expert {
	background: rgba(217,76,58,0.2);
	color:rgb(217,76,58)!important;
	font-weight: bold;
}

#program td.selected {
	background: rgba(232,197,113,0.2);
	color:rgb(77, 58, 13)!important;
	font-weight: bold;
}

#program td.meal {
	background: rgba(143,181,156,0.2);
	color:rgb(98, 149, 128)!important;
	font-weight: bold;
}

#program td.informal {
	background: rgba(237,219,195,0.2);
	color:rgb(136, 95, 41)!important;
	font-weight: bold;
}

#program td.lBlue {
	background: rgba(84,169,146,0.1);
	color:rgb(84,169,146)!important;
	font-weight: bold;
}

#program td.dBlue {
	background: rgba(84,169,146,0.3);
	color:rgb(84,169,146)!important;
	font-weight: bold;
}

#program td.poster {
	background: rgba(136,65,157,0.3);
	color:rgb(136,65,157)!important;
	font-weight: bold;
}

#program td.flash {
	background: rgba(136,65,157,0.1);
	color:rgb(136,65,157)!important;
	font-weight: bold;
}

#program td.panel {
	background: rgba(136,65,157,0.7);
	color:rgb(255,255,255)!important;
	font-weight: bold;
}

.size-thumbnail {
	width:24.5%;
	height:300px;
	object-fit: cover;
}







/* --- 750px alatti megjelenés --- */

@media only screen and (max-width: 768px) {

	#entryHolder {
		display: block;
		width: 100%;
	}
	#entry {
		display: block;
		width: 100%;
	}

	#sidebar {
		display: block;
		width: 100%;
	}

	#sidebar .bx-wrapper {
		max-width: 100%!important;
	}

	.bx-wrapper {
	box-sizing: border-box!important;
	width: 100%;
	display: block;
	max-width: 100%!important;
	}

	#header {
	display: block;
	width: 100%;
	margin: 0px auto 10px;
}

#logo {
	display: inline-block;
	width: 100%;
	align-items: center;
	height: 33vw;
	background:rgba(255,255,255,0.6);
	min-width: auto!important;
}

#logo img {
	max-height: 30vw!important; 
	max-width: 90%!important;
	margin: 20px 0;
}

body {
	padding-top: 0px!important;
}

#wrapper {
	background-size: auto 380px;
	padding-top: 20px;
}

.hDate {
	font-size: 100%;
}

.drop-1.active, .drop-2.active {
	background-color: rgb(22, 100, 172)!important;
	color: white!important;
}

#navigation {
	position: relative;
}

#headSlider {
	display: inline-block;
}

#headSlider div {
	height: 180px;
	background-position: center center;
}

}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* 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: rgb(4, 175, 181); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.showContainer {
	width: 100%;
	text-align: center;
}

.showbox {
	width:250px;
	height:360px;
	display: inline-block;
	border:1px solid #777;
	border-radius: 5px;
	padding:10px;
	margin: 20px;
	position: relative;
	box-sizing: border-box;
}

.showImg img {
	width: 230px;
	height: 300px;
	object-fit: cover;
	position: relative;
	display: block;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px black;
}

.showText {
	font-weight: bold;
	text-align: center;
}

.iscb img {
	max-width: 250px;
	width: 250px;
}

.iscb {
	margin-bottom: 30px;
}

.profile {
	margin-bottom: 25px;
	display: inline-block;
	width: 300px;
	*height: 330px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
}

.profile img {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	box-shadow: 0px 0px 5px grey;
	margin: 0 auto 10px auto;
	opacity: 0.7;
	overflow: hidden;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.profile img:hover {
	opacity: 1;
	width: 200px;
	height: 200px;
	overflow: hidden;
	transform: scale(1.1);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.profileHolder {
	width: 100%;
	text-align: center;
}

.profileHolder h3 {
	text-align: left;
}

.profile i {
	background-color: rgb(22, 100, 172);
	color: white;
	font-style: normal;
	box-decoration-break: clone;
	padding: 0px 7px;
	box-sizing: border-box;
	line-height: 1.4em;
	font-size: 90%;
}

:target {
    display: block;    
    position: relative;     
    top: -100px;
    visibility: hidden;
}

a[id]::before {
    content: '';
    display: block;
    height: 50px;
    margin: -30px 0 0;
}

p.cv
{
	text-align: left;
	font-size: 11pt;
	margin-top: 10px;
}

p.cv i
{
	background-color: transparent !important;
	color: black;
	font-style: italic;
	box-decoration-break: none;
	padding: 0px 0px;
	box-sizing: none;
	line-height: 1.5em;
	font-size: 100%;
}

#coronavirus {
	width:100vw;
	position: fixed;
	background: rgba(0,0,0,0.75);
	color:#fff;
	top: 0px;
	z-index: 9999999;
	font-size: 1.9vw;
	font-weight: bold;
	padding: 5vw!important;
	box-sizing: border-box;
	min-height: 100vh;
	max-height: 100vh;
}

#coronavirus p {
	margin-bottom: 0px;
}

#coronavirus close {
	position: absolute;
	top:1vw;
	right: 2vw;
	font-family: sans-serif;
	cursor: pointer;
}

#coronavirus p span{
	color: lightblue;
}

.slide .keywords, .slide .read {
	display: none;
}

.SpeakerSlider b {
	position: relative;
	text-align: center;
	font-size: 200%;
	line-height: 1em;
	color: white;
	top: -50px;
	}



.SpeakerSlider span {
	display: block;
	text-align: center;
	font-size: 130%;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	top: -20px;
	}

#program td.lBlue.first {
	width:165px !important;
}

}