@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap&subset=latin-ext');

:root {
  scroll-behavior: smooth;
}

body {
	margin-top: 50px;
}

.bordered {
	border-right: 5px solid #33cc33;
}

h1, h2, h3 {
	color: #33cc33;
}
p, .container ul{
	text-align: justify;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 14pt;
}

.noborder {
	background: none!important;
	padding: 0px!important;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-right: 0px;
}

.entry {
	font-size: 20px;
}

.entry blockquote {
	font-size: 30px;
}

.entry img {
	max-width: 100%;
}

.navbar {
	border-radius: 0px;
	margin-bottom: 0;
}

.navbar-right {
	margin-right: 0px;
}

.navbar-nav a {
	color:#fff;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 14pt;
}

#sidebar .nav {
	float:none!important;
}

#sidebar .nav li {
	float:none!important;
	margin-left: -2vw;
	width: 27vw;
	box-sizing: border-box;
}

#sidebar .nav > li > a {
	color:#eee!important;
	padding: 10px 2vw;
	font-weight: 700;
}

.navbar-inverse .navbar-nav>li>a {
	color: #ccc;
}

#sidebar .nav > li > a:focus, #sidebar .nav > li > a:hover, #sidebar .nav > li.active {
	background-color: #fff;
}

#sidebar .nav > li.active > a {
	font-weight: 700;
}

.imgFrame {
	max-width: 100%;
	border: 1px solid black;
	padding: 5px;
	box-sizing: border-box;
	display: block;
}

.navbar-inverse {
	background-color: #5d5e5d;
	color: #33cc33;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
  	background-color: #33cc33!important;}

.navbar-inverse li.active > a,
.navbar-inverse a:hover {
	color: #5d5e5d;
}

.navbar-above li ul {
	display: none;
}

.navbar-above li:hover ul {
	display: block;
}

.navbar-above li:hover ul li {
	background-color: transparent;
}

.navbar-above li ul {
	position: absolute;
	background-color: #5d5e5d;
	list-style: none;
	width: 100%;
	padding: 0px;
	min-width: 200px;
}

.navbar-above li ul li {
	border:0px solid #33cc33;
	border-top: 1px;
	white-space: nowrap;
}

.navbar-above li ul li:first-child {
	border-top:0px solid #33cc33;
}

.navbar-above li ul li:hover {
	background-color: #33cc33;
	color: #fff;
}

.navbar-above li ul li a {
	color: #fff !important;
	display: block;
	padding: 10px 15px;
	box-sizing: border-box;
}

.navbar-above li ul li:hover a,
.navbar-above li ul li.active a {
	color: #fff !important;
	background-color: #33cc33 !important;
	text-decoration: none;
}

.navbar-aside li ul {
	list-style: none;
	margin-left: 0px !important;
	padding-left: 0px !important;
}

.navbar-aside li ul li {
	margin-left: 0px !important;
}

.navbar-aside li ul li:hover {
	background-color: #fff!important;
}

.navbar-aside li ul li a {
	color:#333!important;
	text-decoration: none;
	border-left: 1px solid #333;
	display: block;
	padding: 5px 0 5px 1vw;
	margin-left: 2vw;
}

section.banner {
	background-image: url('../src/main.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0px;
	height: calc(100vh - 50px);
}

section.bannerke {
	background-image: url('../src/main.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 30px;
	min-height: 300px;
	border-bottom: 3px solid #33cc33;
}

section.screen {
	min-height: calc(50vh);
	border-top: 3px solid #33cc33;
}

section.darkscreen {
	min-height: calc(100vh - 50px);
	border-bottom: 3px solid #33cc33;

}

.welcome h1 {
	font-size: 6.8vh;
	font-weight: 500;
    line-height: 1em;
    color: #33cc33;
    margin-bottom: 0px;
    margin-top: 0px;
}

.full {
	padding-top: 0px;
	/*width: 1920px;*/
	padding:0px;
	max-width: 100%;
	box-sizing: border-box;
}


#wrapper .container {
	padding-bottom: 100px;
}

.head-bg {
	width: 27vw;
	height: 100vh;
	background-color: rgba(46,78,73,0.4);
	position: fixed;
	left: 0;
}

.entry h3:first-child {
	margin: 0px 0px 30px 0px;
	display: inline-block;
	font-size: 40px;
}

#sidebar {
	display: table-cell;
	width: 27vw;
	padding: 60px 20px 60px 2vw;
	margin-top: -2px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
}

#sidebar .entry {
	padding: 0px;
}

#entry-content {
	display: table-cell;
	padding: 60px 4vw;
	margin-top: -2px;
	box-sizing: border-box;
}

.bg-orange {
	padding-left: 0px;
}

.bg-orange .entry h3:first-child {
	display: inline;
	background: #f44336;
	color: #fff;
}

.bg-orange h3 {
	background: #f44336;
	display: inline;
	padding:3px 5px;
	margin: 20px -5px 20px -5px;
	line-height: 1.7em;
	color:white;
}

.bg-orange .entry {
	padding:0px 40px 20px 40px;
	box-sizing: border-box;
}

.bg-dark {
	padding: 0px;
}

.bg-dark .entry {
	padding:0px;
	box-sizing: border-box;
}

.bg-dark a {
	background: #2e4e53;
	display: inline;
	padding:3px 5px;
	line-height: 1.7em;
	color:white;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	opacity: 0.6;
	transition: opacity 0.1s ease;
}

.bg-dark a:hover {
	opacity: 1;
	transition: opacity 0.1s ease;
}

.bg-opaque {
      background-color: rgba(255,255,255,0.8);
      color: #33cc33 !important;
      text-shadow: 1px 1px 1px #000;
      padding: 20px;
      align-items: center;
      margin: 20vh auto;
      max-width: 1200px;
    }

.bg-opa {
      background-color: rgba(255,255,255,0.8);
      color: #33cc33 !important;
      text-shadow: 1px 1px 1px #000;
      padding: 20px;
      align-items: center;
      max-width: 1200px;
    }
     .banner {
          min-height: 28vw;
     }
     .bg-inverse {
      background-color:  #5d5e5d;
     }
     .bg-white {
      background-color: white;
     }

     .bg-standard {
      background-color: rgba(255,255,255,0.8);
      color: #333;
      padding: 20px;
      max-width: 1200px;
      font-size: 14pt;
    }
#varEntry h3 {
	font-weight: 700;
	font-family: 'Rajdhani', sans-serif;
	font-size: 22pt;
	color: #2e4e53;
}

#varEntry h3:first-child {
	font-size: 32pt;
}

#varEntry li {
	list-style: square;
}

.jumbotron.welcome p {
	color: #fff;
	font-size: 2.2vw;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 0px;
}

.jumbotron span {
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	font-family: 'Rajdhani', sans-serif;
	position: absolute;
	bottom: 20px;
	width: calc(100% - 4vw);
	text-shadow: 0px 0px 15px black;
}

clear {
	display: block;
	height: 1px;
	clear: both;
}

sideblock {
	display: block;
	padding: 0px 0px 30px 0px;
}

sideblock h1 {
	background: #f44336;
	color:#fff;
	font-size: 40pt;
	display: inline;
	margin-bottom: 20px;
}

sideblock h3 {
	background: transparent!important;
	color:#2e4e53!important;
	font-size: 40pt!important;
	margin-bottom: 20px!important;
	font-weight: 600;
}

#mbke {
	max-width: 200px;
	margin: 20px auto 20px 30px;

}

#fprint {
  	display:none;
  }



#footer .full {
	background-color:#333;
	color: #ddd;
}

.row {
	margin: 0px!important;
}

.col-md-3.w27 {
	width: 27vw!important;
	display: table-cell;
}

#footer .container .row {
	/*display: table;*/
}

.col-md-6.w46 {
	width: calc(100vw - 56vw) !important;
	display: table-cell;
}

#footer a {
	padding: 5px 3px;
	margin-left: -3px;
	color: #eee;
}

#footer a:hover {
	background-color: transparent;
	color: #eee;
}

#footer .card-header {
	margin-bottom: 40px;
	margin-top: 0px;
}

.dlLabel ul {
	padding: 0;
}

.dlLabel li {
	list-style: none;
	margin-bottom: 1em;
}

#mc_embed_signup .button {
	height: auto!important;
}

.dlLabel label {
	display: table-cell;
	text-align: center;
	border: 2px solid #ddd;
	padding: 5px 10px;
	font-size: 120%;
	width: 3.8em;
	vertical-align: middle;
}

.dlLabel span {
	padding: 5px 10px;
	display: table-cell;
	vertical-align: top;
	font-size: 130%;
	vertical-align: middle;
}

#footer .card {
	padding: 30px 0; 
}

.navbar-inverse .menu-close {
		position: fixed;
		text-align: right;
		bottom: 0;
		display: none;
		right: 0;
		padding-bottom: 10px;
		padding-right: 3vw;
	}

.navbar-inverse .menu-close:hover {
	background-color: transparent!important;
}

.bg-dark a.carousel-control {
	background-color: transparent;
}



/* Kártyák */

.card.bg-default {
    background: #ddd;
    text-align: center;
    border-radius: 10px;
    border: 1px solid;
	box-shadow: 3px 3px 5px #ccc;
	margin-bottom: 30px;
}

.card.bg-default .card-header {
	padding: 10px;
	margin:0px; 
	border-bottom: 1px solid black;
}

.card.bg-default .card-body {
	background: #eee;
	border-bottom: 1px solid black;
}

.card.bg-default .card-body p {
	text-align: center!important;
	position: relative;
	padding:5px;
	box-sizing: border-box;
}

.card.bg-default .card-body p:hover {
	box-shadow: 0 0 5px #333;
}

.card.bg-default .card-footer {
	padding: 10px;
	margin:0px;
	font-size: 16px;
}

.card.bg-default p {
	margin: 0px;
	text-align: center;
}

.carousel-caption p {
	text-align: center;
}

.carousel {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}


/* Gombok */

.button {
	border-radius: 15px;
	padding:20px 20px !important;
	box-sizing: border-box;
	text-decoration: none;
	text-transform: uppercase;
	transition: letter-spacing 0.4s ease;
	position: relative;
	margin: 20px 0;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}

.button:hover {
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: letter-spacing 0.4s ease;
}

.full-width {
	display: block!important;
	text-align: center;
}

.half-width {
	display: block!important;
	text-align: center;
	width:50%;
	float: left;
}

.half-width.btn-first {
	border-radius: 10px 0 0 10px!important;
}

.half-width.btn-last {
	border-radius: 0 10px 10px 0!important;
}

.bg-mediumseagreen {
	background-color: #3CB371!important;
}

.bg-indianred {
	background-color: #CD5C5C!important;
}

.bg-steelblue {
	background-color: #4682B4!important;
}

.bg-isirgreen {
	background-color: #2e4e53!important;
}

.bg-isirgreen a {
	font-size: 22pt!important;
	transition: letter-spacing 0.3s ease;
}

.bg-isirgreen a:hover {
	letter-spacing: 0.1em!important;
	transition: letter-spacing 0.3s ease;
}

.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.disabled:hover:after {
	display: block;
	position: absolute;
	width: auto;
	height:auto;
	content: 'Coming soon...';
	background-color:#fff;
	color: #555;
	border:1px solid #555;
	box-shadow:2px 2px 5px #888; 
	padding:5px 10px;
	opacity:1!important;
	letter-spacing: 0em;
	bottom: -30px;
	right: 30px;
}

.button strong {
	display: block;
	line-height: 1.2em;
}

.button i {
	display: block;
	text-transform:lowercase;
	font-size: 80%;
	line-height: 1.2em;
}

/* Táblázat */

.regtable {
	display: inline-block;
    text-align: center;
    border-radius: 10px;
    border: 1px solid;
	box-shadow: 3px 3px 5px #ccc;
	margin: 10px auto 30px auto;
	table-layout: fixed;
	max-width: 90%;
}

.regtable tr:first-child td {
	background-color: #f1f1f1;
}

.regtable tr:last-child td {
	background-color: #f1f1f1;
	border-bottom:0px;
}

.regtable tr:first-child td:first-child {
	border-radius: 10px 0 0 0;
}

.regtable tr:first-child td:last-child {
	border-radius: 0 10px 0 0;
}

.regtable tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

.regtable tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}


.regtable tr:last-child td[colspan="3"] {
	border-radius: 0 0 10px 10px;
	border-bottom:0px;
	font-size: 80%;
}


.regtable td:nth-child(1) {
	width:40%!important;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #000;
}

.regtable td:nth-child(2) {
	width:30%!important;
	padding: 10px;
	border-bottom: 1px solid #000;
}

.regtable td:nth-child(3) {
	width:30%!important;
	padding: 10px;
	border-bottom: 1px solid #000;
}

.nav-tabs a {
	background:#ddd;
	color:#000;
}

.modal-body p {
	margin: 20px 0;
	font-size: 14pt;
}

.subscribe {
	display: inline-block;
	background-color: #fff;
	color: rgba(46,78,73,1)!important;
	padding: 15px 10px!important;
	font-size: 16pt;
	margin: 20px 0;
	clear: both;
}

.subscribe:hover {
	background-color: rgba(255,255,255,0.8)!important;
	text-decoration: none;
}


/* Megjelenítés 768px felett */

@media only screen and (min-width: 768px) {
	.navbar {
    display: block;
	}

	.menu-close {
		display: none;
	}

}



td, th {
	padding: 5px 18px;
	min-height: 50px;
}


/* Megjelenítés 768px alatt */

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

  :root {
  	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
  	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */
  }

  body {
	margin-top: 0px;
	}

  .jumbotron.welcome h1 {
  	font-size: 8vw;
  	font-weight: 600;
  	}

  .jumbotron.welcome p {
  	font-size: 6vw;
  	font-weight: 600;
 	}

  .jumbotron.welcome span {
  	position: relative;
  	bottom: auto;
  }

  .jumbotron.welcome span img {
 	display: block;
 	float: none;
 	width: 70%;
 	margin-bottom: 20px;
 	}

  .jumbotron.welcome {
  	height: auto;
  	min-height: 200px;
  	padding: 40px 3vw 20px 3vw;
  }

 	.bg-orange {
 		padding-top: 40px;
 		border-top: 1px solid black;
		margin-top: 30px;
 	}

  .navbar {
    display: none;
    height: 100vh;
	}

  .navbar ul {
  	text-align: right;
	position: relative;
	right: 0px;
	width: 100vw;
	padding: 0 0 80px 0;
	  }

  .navbar li {
    font-size: 150%;
  }

  .navbar-above > li {
    border: 1px solid #000;
    border-bottom: 0px;
	}

  .navbar-above li ul li:last-child {
    border-bottom: 0px;
	}

  .navbar-nav > li > a {
  	font-weight: 800;
  }

  .navbar-fixed-top {
  	overflow: auto;
  }

  .navbar li ul {
  	display: block;
  	position: relative;
  }

  .navbar-above li ul li a {
  	color: rgba(255,255,255,0.6)!important;
  	font-size: 13pt;
  }

  .navbar li.active a {
  	background-color: transparent!important;
  	font-weight: 800;
  	font-size: 20pt;
  }

  ul.navbar-aside {
  	margin: 7.5px 0px;
  }

  ul.navbar-aside li {
  	width: 100%!important;
  }

  #fprint {
  	display:block;
  	background: url('../src/open-menu.svg');
  	background-size: 50% 50%;
  	background-position: center;
  	background-repeat: no-repeat;
  	width: 100px;
  	height: 100px;
  	position: fixed;
  	border-radius: 100%;
  	bottom:10px;
  	left: calc(50% - 50px);
  	background-color: rgba(46, 78, 83,1);
  	opacity: 0.6;
	filter: alpha(opacity=60);
	max-width: 100px;
	max-height: 100px;
  }

  .regtable td,
  .regtable td:nth-child(1),
  .regtable td:nth-child(2),
  .regtable td:nth-child(3) {
  	display: block;
  	width: 100% !important;
  	text-align: center;
  }

  .regtable tr:first-child {
  	display: none;
  }

  .regtable td:nth-child(2):before {
  	content: 'Early fee';
  	display: block;
  	font-size: 80%;
  }

  .regtable td:nth-child(3):before {
  	content: 'Late fee';
  	display: block;
  	font-size: 80%;
  }

  .button {
  	font-size: 80%;
	line-height: 1.4em !important;
  }

  .button:hover {
  	letter-spacing: 0.03em;
  }

  break {
  	display:block;
  }

  .jumbotron.welcome p {
  	line-height: 1.1em;
  }

  .col-md-3.w27 {
	width: 100vw!important;
	display: table-row;
	}

	#wrapper .container {
		padding-bottom: 0px!important;
	}

	#footer .container .row {
		display: table;
		padding: 0 4vw;
		box-sizing: border-box;
		width: 100%;
	}

	.col-md-6.w46 {
		width: 100%!important;
		display: table-row;
	}

	#entry-content,
	#sidebar {
		display: block;
		width: 100%;
		padding: 30px 3vw;
	}

	.entry,
	.entry p {
		font-size: 16px;
		line-height: 1.5em;
	}

	#sidebar {
		padding:20px 4vw!important;
		background-color: rgba(46,78,73,0.4);
	}

	sideblock {
		padding-bottom: 10px!important;
	}

	.entry h3:first-child {
		font-size: 25pt;
		margin-bottom: 10px;
	}

	.entry h3 {
		font-size:16pt;
	}

}

a {
   outline: 0!important;
}

#scrollToTop {
  	display:none;
  	background: url('../imgres/116141.svg');
  	background-size: 60% 60%;
  	background-position: center;
  	background-repeat: no-repeat;
  	width: 70px;
  	height: 70px;
  	position: fixed;
  	border-radius: 100%;
  	right: 20px;
  	bottom: 20px;
  	background-color: rgba(46, 78, 83,1);
  	opacity: 0.6;
	filter: alpha(opacity=60);
	max-width: 100px;
	max-height: 100px;
  }

.pShowHide {
	display: none;
}

.hShowHide {
	cursor: pointer;
	margin-bottom: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: 500!important;
}

.hShowHide::after {
	content: "▼";
	display:inline;
	font-weight: 500!important;
}

.flashcard {
	display: inline-block;
	width: 250px;
	text-align: center;
	border:1px solid #000;
	box-shadow: 2px 2px 5px grey;
	border-radius: 10px;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12pt;
	line-height: 1.2em;
}

.flashcard tr:first-child td {
	padding: 10px;
	border-radius: 10px 10px 0 0;
	background-color: #f1f1f1;
}

.flashcard tr:last-child td {
	padding: 10px;
	border-radius: 0 0 10px 10px;
	background-color: #f1f1f1;
}

#programTable {
	width: 100%;
	border-collapse: collapse;
	box-shadow: inset 0px 0px 5px black;
	text-align: center;
	border-radius: 10px;
}

#programTable td {
	border: 1px solid #333;
	padding: 20px;
}

#programTable td:hover {
	box-shadow: 0px 0px 5px black;
}

#programTable tr:first-child td:first-child {
	border-radius: 10px 0 0 0;
}

#programTable tr:first-child td:last-child {
	border-radius: 0 10px 0 0;
}

#programTable tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

#programTable tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

#programTable tr td:nth-child(even) {
	background-color: rgba(0,0,0,0.05);
}

#programTable tr:first-child td {
	background-color: rgba(46,78,73,0.4);
	border-top: 0px none;
}

#programTable tr:first-child td:nth-child(even) {
	background-color: rgba(46,78,73,0.45);
}

#programTable tr:last-child td {
	border-bottom: 0px none;
}

#programTable tr td:first-child {
	border-left: 0px none;
}

#programTable tr td:last-child {
	border-right: 0px none;
}

.mapframe {
	width:100%;
	height: 400px;
	background-image: url('../imgres/dummyMap.jpg');
	background-size: cover;
	background-position: center;
}

.mapLink {
	font-size:12pt;
	display: block!important;
	text-align: right;
}

a:focus {
	text-decoration: none;
}

.addShadow {
	box-shadow: 3px 3px 5px #ccc!important;
	position: relative;
}

.wmax750 {
	width: 100%!important;
	max-width: 750px!important;
	margin:0 auto!important;
}

.notRounded {
	border-radius: 0px!important;
}

#coronavirus {
	width:99vw;
	margin: 1vh 0.5vw!important;
	position: fixed;
	background: rgba(0,0,0,0.85);
	color:#fff;
	top: 0px;
	z-index: 9999999;
	display: none;
	font-size: 1.3vw;
	font-weight: bold;
	padding: 10vw!important;
	box-sizing: border-box;
	min-height: 98vh;
}

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

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

#coronavirus p span{
	color: lightblue;
}


.padding-w-25 {
    padding: 25px 0;
    box-sizing: border-box;
 }

 .btn {
    display: block;
    max-width: 100%;
    border: 1px solid #33cc33;
    color: #33cc33;
    padding: 6px;
    box-sizing: border-box;
    opacity: 1;
    background: #fff;
    transition: opacity 0.3s ease;
}

.btn:hover {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: white;
    background-color: #33cc33;
}