body {
	margin:0;
	font-family: Verdana;
	height: 100%;
	width: 100%;
}
html {
	scroll-behavior: smooth;
}

/* ---- RESPONSIVE NAVIGATION BAR ---- */

.topnav {
	overflow: hidden;
	background-color: white;
	float: right;
	margin-top: 20px;
	margin-right: 80px;
	font-weight: bold;
}

.topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;    
  border: none;
  outline: none;
  color: #333;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: bold;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #e3eae6;
}

.dropdown-content a:hover {
  background-color: #e3eae6;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#flag {
	width: 30px;
	padding-right: 10px;
}

#lang-selector {
	min-width: 10px;
	border-right-style: groove;
	border-right-width: thin;
	color: #999;
}




@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
	position: relative;
	width: 100%;
	margin: 0;
}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav.responsive #lang-selector {
	  border: none;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
}


/* ---- END OF RESPONSIVE NAVIGATION BAR ---- */


#logo {
	height: 80px;
	padding-left: 100px;
	padding-bottom: 10px;
}



/* ---- HEAD IMAGE ---- */


.head_img {
	background-image: url(../images/header-img.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 20px;
	box-shadow: 0px 10px 10px #CCCCCC;
	margin-bottom: 15px;
}

.head_img_index {
	background-image: url(../images/header-img.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 220px;
	box-shadow: 0px 10px 18px #CCCCCC;
	margin-bottom: 15px;
}


h1 {
	color: #FFF;
	text-align: left;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	margin-top: 0px;
	
}

#h1_index {
	margin-top: 20px;
}

h2 {
	color: #FFF;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: italic;
}


h3 {
	color:#142132;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	width: 50%;
	font-size:24px;
	font-family: Verdana, Geneva, sans-serif;
}

.button {
	border-style: solid;
	border-color: white;
	border-width: thin;
	border-radius: 100px;
	color: white;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 60px;
	margin-top: 5px;
}

.button:hover {
	background-color: rgba(255,255,255,0.25);
}

#palyazat_cim {
	font-size: 24px;
	width: 60%;
}

#palyazat_szam {
	font-weight: normal;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #666;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/* ---- END OF HEAD IMAGE ---- */


/* ---- ARTICLES ---- */


.row {
	width: 100%;
	display: block;
	height: 35vh;
	margin-top: 70px;
}

.column {
	float: left;
	width: 23%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	alignment-adjust: central;
	position: relative;
	
}


.middle {
  transition: .10s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.column:hover .column_img {
  opacity: 0.3;
}

.column:hover .middle {
	opacity: 1;
}

.text {
	color: #333;
	font-size: 18px;
	padding: 0px 0px;
	font-weight: 50;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	cursor: pointer;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;

}

.column_img {
	border-radius: 150px;
	width: 100;
	height: 100;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 47px;
	width: 50%;
	opacity: 1;
	backface-visibility: hidden;
	cursor: pointer;
}


	
#telep {
	height: 200px;
}

/* ---- END OF ARTICLES ---- */




.main_article {

	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	height: 100%;
	font-size: 20px;
	letter-spacing: 1.5px;
	color:#666;	
}

h4 {
	color:#36435A;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size:24px;
	font-family: Verdana, Geneva, sans-serif;
}

#text {
	padding-top: 30px;
}

#highlight {
	color: #36435A;
}


*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section {
  padding-left: 100px;
	padding-right: 100px;
	position:relative;
  height: 100vh;
  width: 100%;
  display: table;
}

section.art1 {
	padding-left: 100px;
	padding-right: 100px;
	position:relative;
	height: 70vh;
}

section.art3 {
	padding-left: 100px;
	padding-right: 100px;
	position:relative;
	height: 100vh;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #666;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

#c1 {
	color:#4185CE;
	font-weight: bold;
	text-decoration: none;	
}

#elerhetoseg {
	text-indent: 30px;
	
}

.pic {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 60px;
	height: 300px;
	box-shadow:  10px 10px 10px #CCCCCC; 
}
	
.pic2 {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: -40px;
	height: 500px;
	box-shadow:  10px 10px 10px #CCCCCC; 
}

#bovebben {
	font-style: italic;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 18px;
	color: #666;
	padding-right: 0px;
	padding-left: 0px;
}

table.palyazat_tabla {
	font-size:16px;
	padding-top: 30px;
}

table.palyazat_tabla th {
	color: #36435A;
	padding-right: 10px;
	width: 250px;
}


#palyazatok_1 {
	font-size: 16px;
}
 
 
#highlight2 {
	color: #36435A;
	margin-top: 30px;
	margin-bottom: 10px;
}
 

 
#infoblokk {
	height:275px;
	float: right;
	margin-top: 10px;
	
}

section.art3 a {
	color: #36435A;
	font-weight: bold;
}


 
/*----- FOOTER -------*/

.footer {
	position: relative;
	text-align: center;
	bottom: 0;
	border-top: solid;
	border-width: 0.5px;
	border-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 50px;
	background-color: #DBE6F2;
}

.footer_table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

.footer_table a {
	color: #000;
}

td, th {
	text-align: left;
	vertical-align:top;
}


th {
	font-weight: bold;
	padding-bottom: 5px;
	width: 20%;
}


#map {
    background-color: grey;
	float: right;
	margin-top: -250px;
	margin-bottom: 100px;
}

#lny {
	padding-bottom: 10px;
}
