body {
    font-family: 'Raleway', sans-serif;
}
p {
    text-align: justify;
    line-height: 1.5;
}
footer {
    background-color: #B0EAFF;
    color: #000051;
    padding: 10px;
    border-top: 1px solid lightgray;
}

.tab-pane{
    padding: 10px;        
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #FDFDFF;
}

th {
    text-align: center;
}

h1 {
    font-weight:bolder;
    font-size: 26px;
    text-align: center;
}
h2 {
    font-size: 24px;
    font-weight: normal; 
}

h3 {
    font-size: 22px;
    text-align: center;
}

h4 {
    font-size: 20px;
    font-weight: bold;
}
h5 {
    font-weight: bold;
}

.angular-google-map-container {
    width: 100%;
    height: 350px;
    border: 1px solid lightgray;
    padding-bottom: 5px;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: pre-wrap;  
}

/*Navigáció*/
#navigation {
	padding: 0px 10px;
	overflow: hidden;
}
.nav>li>a:hover {
    color:red !important;
}
.navbar-default {
    border: 0px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a,  
.navbar-default .navbar-nav>.open>a:hover{
    background-color: white !important;
    font-weight: bold;    
    color: red;
    cursor:pointer;
}
a.navbar-brand {
    padding: 0px 10px;
}
.navbar-default .navbar-nav>.open>a:focus {
    color: red !important;
    font-weight: bolder;
}
.dropdown-menu {
    border-left: 1px solid lightgray !important;
    border-right: 1px solid lightgray !important;
    border-bottom: 1px solid lightgray !important;
    border-top: 0px !important;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 0px 0px !important;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #F0FFFF !important;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    /*overflow: hidden !important;*/
    max-height: 1000px !important;
    
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li ul > li > a:hover, 
.mega-dropdown-menu > li ul > li > a:focus {
    color:red;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 5px 20px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #FF5300;
  padding: 5px !important;
  line-height: 30px;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: #e6ecff !important;
}
.nav>li>a {
    position: static;
}
.nav>li>a:hover {
    cursor: pointer;
}

/*Menü Carousel*/
.navbar .ng-isolate-scope {
    box-shadow: 2px 2px 10px gray;
    border: 1px solid #4848FF;
}
.navbar-carousel a {
    padding: 5px 5px 5px 5px !important;
}
.navbar a.left.carousel-control, 
.navbar a.right.carousel-control,
.navbar ol.carousel-indicators{
  display:none;
}
/*Menü fölső sáv*/
.navbar-top {
    background-color: #B0EAFF;
    padding: 10px 15px 10px 25px;
    height: 45px;
}
.navbar-top-logo {
    position: absolute; 
    top: 0px; left: 0px; 
    width: 100px; 
    height: 100px; 
    background-color: #376FFF;
    z-index: 10000; 
}
.navbar .row {
    margin: 0px !important;  
}
.navbar-top-text { 
    padding: 2px 0px; 
    font-weight: bold;
}
/*actual*/
.actual {
    padding: 0px !important;
}

.actual-content {
    margin: 10px 10px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.actual-container {
    padding: 0px 15px;
}


.actual h2 {
    font-weight: normal;
    margin: 0px;
    padding: 10px 0px;
}

.actual h3 {
    color: #FF5300;    
    margin: 5px 0px; 
    font-size: 18px;
}

.actual-title {
    margin: 0px; 
    background-color: white; 
    padding-top: 10px; 
    text-align:center; 
    color:darkblue; 
    border-top: 1px solid lightgray;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    height: 55px;  
}

.actual .image {
  opacity: 1;
  display: inline-block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.actual-text {
    font-size: 1.2vh;
}
.actual-text-content {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  color: darkblue;
  padding: 10px 15px;
  top: 50%;
  left: 50%;
  margin: -20px 0px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.actual-title-content {
  position: relative;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);    
}

.actual-text-content p { 
    margin: 0px;
}
.actual:hover .image {
  opacity: 0.2;
}

.actual:hover .actual-text-content {
  opacity: 1;
}

.actual p {
    text-align: center;
}
/*carousel*/
.carousel-caption h1 {
    color: white;
    font-size: 30px;
    text-shadow: 3px 3px 3px black;
    
}

.carousel-banner {
    border-bottom: 1px solid navy;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

/*Mobil-S width:320*/

@media  screen and (max-width: 320px) {
    .actual-text-content { font-size: 8px;}
    .actual-title { font-size: 12px; }
    .carousel-caption h1 { font-size: 18px;}
    .actual h2 {font-size: 12px;}
    .actual h3  {font-size: 14px;}
    footer {font-size: 10px;}
}
@media  screen and (min-width: 321px) {
    .actual-text-content { font-size: 10px !important; }
    .actual-title { font-size: 13px; }
    .carousel-caption h1 { font-size: 18px;}
    .actual h2 {font-size: 15px;}
    .actual h3  {font-size: 15px;}
    footer {font-size: 11px;}
}

@media  screen and (min-width: 426px) {
    .actual-text-content { font-size: 14px !important;}
    .actual-title { font-size: 24px; }
    .carousel-caption h1 { font-size: 20px;}
    .actual h2 {font-size: 20px;}
    .actual h3  {font-size: 20px;}
    footer {font-size: 14px;}
}
@media  screen and (min-width: 768px) {
    .actual-text-content { font-size: 13px !important;}
    .actual-title { font-size: 16px; }
    .carousel-caption h1 { font-size: 18px;}
    .actual h2 {font-size: 16px;}
    .actual h3  {font-size: 16px;}
    footer {font-size: 14px;}
}

@media  screen and (min-width: 992px) {
    .actual-text-content { font-size: 12px !important;}
    .actual-title { font-size: 16px; }
    .carousel-caption h1 { font-size: 18px;}
    .actual h2 {font-size: 16px;}
    .actual h3  {font-size: 16px;}
    footer {font-size: 14px;}
}

@media  screen and (min-width: 992px) {
    .actual-text-content { font-size: 11px !important;}
    .actual-title { font-size: 16px; }
    .carousel-caption h1 { font-size: 18px;}
    .actual h2 {font-size: 16px;}
    .actual h3  {font-size: 16px;}
    footer {font-size: 14px;}
}

@media  screen and (min-width: 1200px) {
    .actual-text-content { font-size: 12px !important;}
    .actual-title { font-size: 16px; }
    .carousel-caption h1 { font-size: 18px;}
    .actual h2 {font-size: 16px;}
    .actual h3  {font-size: 16px;}
    footer {font-size: 14px;}
}

.vastag {
    font-weight: bold;
}
.kiemelt{
    color: darkred;
}

