@charset "iso-8859-2";
/* This HTML/CSS document generated On Nov 21 17:12 2017 */

/* ***** Animáció 3 képből ********************************************* */
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
/*  margin-top: 4em; */
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: large;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: large;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* ************* Animáció 3 képből ************************************ */

/* Három oszlop egymás mellett */
div.box {
    padding: 20px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

#elsomain {
    text-align: center;
	margin: 0 auto;
    max-width: 57em;
    min-width: 30%;
    color: #E66111;
    vertical-align: top;
    line-height: 150%;
}

#main {
    text-align: center;
	margin: 0 auto;
	margin-top: 3em;
    max-width: 57em;
    min-width: 30%;
    background-color: #FFFFFF;
    color: #E66111;
    vertical-align: top;
    line-height: 150%;
}

#col1 {
    width: 19em;
    max-width: 100%;
    min-width: 30%;
    float: left;
    text-align: left;
    color: blue;
    background-color: #c0c0c0;
}

#col2 {
    width: 19em;
    max-width: 100%;
    min-width: 30%;
    float: left;
    vertical-align: bottom;
    text-align: left;
    color: #E66111;
    background-color: #ECEAA0;
}

#col3 {
    width: 19em;
    max-width: 100%;
    min-width: 30%;
    float: left;
    text-align: left;
    color: green;
    background-color: #C8FEA0;
}

#footer {
    clear: both;
    background: #FFFFFF;
}

#header {
    background: #FFFFFF;
}

/* Képek megjelenítése, körvonal fejlécben */
img {
   border: 2px solid #000000;
}

img.balra {
	border: 2px solid #000000;
	text-align: left;
}

/* Vékony vonal fejléc/láblécben */
#vonal1 {
   background-color: #000000;
   height: 0.5em;
}

/* Betűk nagysága, színe fejléc/láblécben */
#betufej {
   color: #000000;
}

/* Hőkép betűk nagysága, színe */
#hobetunagy {
   color: #CA5813;
   font-size: large;
   line-height: 150%;
}

#hobetukis {
   color: #CA5813;
}

/* Informatika betűk nagysága, színe */
#infbetunagy {
   color: #0E3EF2;
   font-size: large;
   line-height: 150%;
}

#infbetukis {
   color: #0E3EF2;
}

/* Nekünk fontos betűk nagysága, színe */
#fontbetunagy {
   color: #008000;
   font-size: large;
   line-height: 150%;
}

#fontbetukis {
   color: #008000;
}

/* Fix felső, responsive menüsor */
.navbar {
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 650px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .navbar.responsive .icon {
    position: absolute;
    left: 0;
    bottom: 1em;
	}
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: center;
	}
}