
a .btn .btn-secondary{
	color: #ffffff;
}

  body {
    padding-top: 0;
}
  
  a{
	  color: #002dcc;
  }

.img-responsive
	{
		max-width: 100%;
		height: auto;
		display: block;
	}
	
.mybotable
{
	 border-collapse: collapse;
	 border: 1px solid #dddddd;
}

.mybotable tr:nth-child(even){background-color: #f2f2f2;}
.mybotable th {background-color: #002dcc;color: #ffffff;}

.mybotable td, .mybotable th
{
  border: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;

}	

	.szekcioa, .szekcioa:hover, .szekcioa:visited
	{
		color: #000000;
		text-decoration: none;
		display: block;
		
		padding-bottom: 10px;
		
		
	}	

	.szekcioa p, .szekcioa h2, .szekcioa h3
	{
		padding-left: 10px;		
	}	
	.szekcioa:hover, .szekcioa:hover p, .szekcioa:hover h2
	{
		color: #ffffff;
		background-color: #cc9900;
		
	}
	
	.btn-success
	{
		background-color: #002dcc;
		border: 0;
	}
	
	.segitseg{
		color: #b1b1b1;
		font-style: italic;
		font-size: 13px;  
		
	}
	
	
@media (max-width: 768px) {
  #kalkulatorDesktop {
    display: none;
  }
}	



.bg-light, .navbar-light
{
	background-color: #ffffff!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}


h1{
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 44px;
	color: #000000;
}

h2{
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 26px;
	color: #000000;
}
	h3{
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	color: #000000;
}	

h4{
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	color: #000000;
}
	
	
		  .blogBoxList {
		  border: solid 0px #cdcdcd; 
		padding: 20px;
		box-shadow: 5px 10px 8px #cdcdcd;
		background-color: #FFFFFF;

  
	  }
	  
	  
	  .bloglisttitle, .bloglisttitle a, .bloglisttitle a:hover {
		  font-size: 22px;
		  font-weight: bold;
		  margin-bottom: 10px;
		  color: #333f54;
		  line-height: 30px;
		  
	  }	  
	  
	  
	  
		  .blogBoxList2 {
		  border: solid 1px #cdcdcd; 
		padding: 0px;
		
		background-color: #FFFFFF;

  
	  }	  
	  
		  .blogBoxList2:hover {
		  border: solid 1px #cdcdcd; 
		padding: 0px;
		box-shadow: 5px 10px 8px #cdcdcd;
		background-color: #FFFFFF;

  
	  }	  



	  
	  .btn-secondary {
		  background-color: transparent;
		  border-radius: 4px;
		  border: solid 1px #002dcc;
		  color: #002dcc;
		  font-weight: bold;
	  }
	    .btn-secondary:hover {
		  background-color: #002dcc;
		  border-radius: 4px;
		  border: solid 1px #002dcc;
		  color: #ffffff;
		  font-weight: bold;			
		}
		
		
		.btn-primary, .btn-success {
			background-color: #002dcc;
		}
		
		
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #99abea;
    background-clip: padding-box;
	border: solid 1px #99abea;
    opacity: 1;
    transition: opacity .6s ease;
	border-radius: 15px;
}			
.carousel-indicators li.active {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #002dcc;
    background-clip: padding-box;
	border: solid 1px #002dcc;
    opacity: 1;
    transition: opacity .6s ease;
	border-radius: 15px;
}	

		.list-group-item {
    z-index: 2;
    color: #002dcc;
		}
		.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #002dcc;
    border-color: #002dcc;
		}
		
		.kalkulatorframe
		{
			border: solid 2px #b1b1b1;border-radius: 4px;padding: 10px;margin: 10px;
		}
		
		
.display-3 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
}		