body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color: #184059;
}

a:link	{
	color: #041390;
	text-decoration: underline;
	}
a:visited	{
	color: #041390;
	}
a:active	{
	color: #041390;
	}
a:hover	{
	color: #041390;
	text-decoration: underline;
	}
h1, h2 {
	color: #184059;
}
p, li, ul {
	color: #184059;
}


body .hero {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/ocsa-cover.png");
  background-size: cover;
  height: 100vh;
  width: 100vw;
}
body .hero:before {
  content: '';
  height: 100%;
  width: 100%;
  height: 170vh;
  width: 100vw;
  /*background: rgba(44, 123, 183, 0.5);*/
  position: absolute;
}
body .hero h1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: white;
  text-align: left;
  font-size: 4rem;
  line-height: 4rem;
  /*max-width: 25rem;*/
  margin: 0vh auto 0 auto;
  /*-webkit-transition: 1s opacity ease-in-out;*/
}
#fb-logo {
  position:absolute;
  right: 10%;
  top: 2vh;
  z-index: 1;
  color: white;
  font-size: 4rem;
}
#fb-logo a:link {
	color:#fff;
	text-decoration: none;
}
#fb-logo a:visited {
	color:#fff;
	text-decoration: none;
}
#fb-logo a:active {
	color:#fff;
	text-decoration: none;
}
#fb-logo a:hover	{
	color: #fff;
	text-decoration: none;
	}
#idx-projekt {
  position:absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: white;
  font-size: 4rem;
  width: 210px;
}
@media only screen and (max-width : 868px) {
#idx-projekt {
width: 180px;
}
}
.idx-gradient-bg {
  position: absolute;
  background: linear-gradient(transparent 10%, #2b4866);
  bottom:0;
  width:100vw;
  height:50vh;
}
.idx-tovabb {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  text-align: center;
  max-width: 80px;
  margin: 0 auto 5vh 5vh;
  /*-webkit-transition: 1s opacity ease-in-out;*/
}
.idx-tovabb em {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  /*background: #C2A960;
  color: #184059;*/
  background: #FFFFFF;
  color: #2b4866;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.4s;
}
.idx-tovabb em:hover {
  background: #dbc37e;
  color: #2b4866;
}
.idx-tovabb a:link {
  text-decoration:none;
}
.idx-tovabb a:active {
  text-decoration:none;
}
.idx-tovabb a:visited {
  text-decoration:none;
}
.idx-tovabb a:hover {
  text-decoration:none;
}
.idx-slogen {
  position: absolute;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size:3.5em;
  font-weight: bold;
  z-index: 1;
  bottom: 0;
  left: 90px;
  text-align: center;
  margin: 0 auto 5vh 5vh;
  height: 80px;
}
@media only screen and (max-width : 1745px) { .idx-slogen { font-size:2.5em; } }
@media only screen and (max-width : 1300px) { .idx-slogen { font-size:2.0em; } }
@media only screen and (max-width : 1070px) { .idx-slogen { font-size:1.5em; } }
@media only screen and (max-width : 845px) { .idx-slogen { font-size:1.0em; } }
@media only screen and (max-width : 607px) { .idx-slogen { font-size:0.7em; } }
body .content {
  position: absolute;
  z-index: 1000;
  top: 100vh;
  background: #fff;
  height: 170vh;
  width: 100%;
}

#headerNav	{
	padding:0;
}
@media only screen and (min-width : 768px) {
	#navbarTop { background: #184059; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
	#headerNav {
		/*position: -webkit-sticky;
		position: sticky;*/
		top: 0;
		}
	}
.navbar-light .navbar-nav .nav-link {
color: rgba(244,234,194,1);
text-decoration:none;
}
.navbar-light .navbar-nav .nav-item a:hover {
color: rgba(194,169,96,1);
}

.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 0;margin-bottom:1rem;list-style:none;background-color:white;border-radius:.25rem;color:#184059;font-size:1.9rem;}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}
.breadcrumb { background-color:transparent; padding-left: 10px; padding-right: 10px;}

.media21 {
	padding:5px 5px 5px 5px;
	margin:20px 0;
	border-radius: 5px;
	box-shadow:none;
	transition: all 500ms ease-out;
}
.media21:hover {
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: all 500ms ease-out;
	}
.media21 h5 {
	color:#184059;
	font-weight:bold;
}
.media21 a:link {
	color:#184059;
	text-decoration: none;
}
.media21 a:visited {
	color:#184059;
	text-decoration: none;
}
.media21 a:active {
	color:#184059;
	text-decoration: none;
}
.media21 a:hover	{
	color: #184059;
	text-decoration: none;
	}
.medialink a:link {
	color:#184059;
	text-decoration: none;
}
.medialink a:visited {
	color:#184059;
	text-decoration: none;
}
.medialink a:active {
	color:#184059;
	text-decoration: none;
}
.medialink a:hover	{
	color: #184059;
	text-decoration: none;
	}

.kereses input {
	border: 4px solid #184059;
	font-size: 1.1em;
	padding-top: 16px;
	padding-bottom: 15px;
}
.inner-addon .search-icon {
  color:#184059;
  font-size: 1.5rem;
  position: absolute;
  padding-bottom: 12px;
  pointer-events: none;
}
.left-addon .search-icon  { left:  0px;}
.right-addon .search-icon { right: 30px;}
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 40px; }

#jobbsav li {
	margin: 0 0 10px 0;
    font-size: 1.1em;
	}
#midRightMenu a {
	padding: 16px 1px 15px 1px;
	color: #f4eac2;
}
#midRightMenu a:hover {
	color: #c2a960;
	background: #4b6372;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top em {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #C2A960;
  color: #184059;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.4s;
}
.back-to-top em:hover {
  background: #ECE6CA;
  color: #184059;
}
.back-to-top a:link {
  text-decoration:none;
}
.back-to-top a:visited {
  text-decoration:none;
}
.back-to-top a:active {
  text-decoration:none;
}
.back-to-top a:hover {
  text-decoration:none;
}
.list {
 font-size: 20px;
 display: list-item;
 list-style: none;
 list-style-position: outside;
 padding-left: 2em;
 text-indent: -1em;
 margin-top:20px;
 margin-bottom:20px;
}
.list a:link {
	color:#184059;
	text-decoration: none;
}
.list a:visited {
	color:#184059;
	text-decoration: none;
}
.list a:active {
	color:#184059;
	text-decoration: none;
}
.list a:hover	{
	color: #184059;
	text-decoration: none;
	}
.list:before {
		content: "\2192";
	     }
.breadcrumb li:before { content: ''; padding-right: 3px; text-align:center; }
.breadcrumb li:first-child:before { content: ""; padding-right: 0; }

.cimsor {
	text-align:center;
	font-size: 1.9em;
	margin-bottom:1.2em;
}
.cimsor em {
  font-size: 28px;
  padding:10px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #C2A960;
  color: #184059;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.4s;
}
.cimsor em:hover {
  background: #ECE6CA;
  color: #184059;
}
.cimsor a:link {
  text-decoration:none;
}
.cimsor a:visited {
  text-decoration:none;
}
.cimsor a:active {
  text-decoration:none;
}
.cimsor a:hover {
  text-decoration:none;
}
.table-striped {
	background-color:#F8F6EA;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #FFFEF7;
}
.footer-link a:link {
  color:#C2A960;
}
.footer-link a:visited {
  color:#C2A960;
}
.footer-link a:active {
  color:#C2A960;
}
.footer-link a:hover {
  color:#ECE6CA;
}

.ikonok {
	height: 40px;
}
.i-text {
	color:#184059;
}
.keklink a:link {
	color:#184059;
	text-decoration: underline;
}
.keklink a:visited {
	color:#184059;
	text-decoration: none;
}
.keklink a:active {
	color:#184059;
	text-decoration: none;
}
.keklink a:hover	{
	color: #184059;
	text-decoration: none;
	}