body {
  width: 100%;
   /* font-family: 'Noto Serif', serif;*/
  /*előző font-family: 'Roboto', sans-serif;*/
  font-family: 'Slabo 27px', serif;
  font-size: 22px;
  color: black;
  overflow-y: scroll;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  /*background: #eff5f5;*/

 }
 
 p {
	text-align: left;
}


.kozep {
  text-align: center;
}

.ar  
{
  color: royalblue;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 3;

}



.small {
  font-size: 0.7em; /* 75% of the baseline */
  text-align: center;

}

.smalleft {
  font-size: 0.9em; /* 75% of the baseline */
  text-align: left;

}

.large {
  font-size: 20px; /* 125% of the baseline */
}


p.thick {
    font-weight: bold;
}


/* navbar start */

.navbar {
  background-color: grey; /*sötétnarancs volt: #FF5800*/
  border: none; /* leveszi a keretet a menüről */
}

/*.navbar li:hover {
  /*background-color: black;*/ /*#262626;*/
/*}*/

/* Title - Főoldal */
.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: white;
    background-color: black;    
}

/* Link - menü szöveg színe */
.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: black;
}

/* aktuális aktív menü */

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: orange;
}

/* navbar end */

h1 {
    color: #FF5800;
    text-align: center;
	font-family: 'Kalam', cursive;
	font-size: 2em;
}
h2 {
    /*color: #5fb4fb;*/
	color: royalblue;
    text-align: center;
	font-family: 'Kalam', cursive;
	font-size: 1.875em;
}

h4 {
    color: royalblue;
    text-align: left;
	font-family: 'Kalam', cursive;
	font-size: 1.3em;
}

h5 {
    color: royalblue;
    text-align: center;
	font-family: 'Kalam', cursive;
	font-size: 1.3em;
}

div.img {
    border: 1px solid #ccc;
	background: white;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 900px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
		background: white;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.button {
    background-color: #FF5800; /*808080 szürke*/
    border: 3px solid #ccc; /*világos szürke*/
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
	border-radius: 1px;
}


.button:a {
    text-decoration: none;
}
.button:hover {
    background-color: black;
    color: white;
    text-decoration: none;

}

.jumbotron {
  padding: 15px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: white;
  
  /*background-color: #5fb4fb; kék*/
  background: url("kepek/alap.jpg") repeat

}

.banner {
  padding: 10px;
  width: 100%;
  color: black;
  font-size: 1.1em;
  background-image: url("kepek/banner.jpg");
  background-size: cover;
}

.jumbotron h1,
.jumbotron .h1 {
  font-size: 30px;
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px; 
  font-size: 16px;
  font-weight: 110;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.footer {
   /* background-color: #f1f1f1;*/
    align: center;
    background-color: #e5e5e5;
    padding: 5px;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;


}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

label {
    font-weight: 100;
}

.form-control {
    /*font-size: 18px;*/
    font-size: 0.9em;
    height: 42px;

}

.col-sm-8  {
  /*bodyban is be lehet állítani, akkor mindenhol halványszürke a háttér*/
    background-color:#eff5f5;
}

.szin1 {
    background-color: @brand-primary;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 20px; 
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}

@media (max-width: 767px) {

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ddd;
}

} 

.jobbvonal-voros {
  border-right: 8px solid #850441;
  height: 80%;
}

.jobbvonal-roze {
  border-right: 8px solid #eb4559;
  height: 80%;
}

.jobbvonal-feher {
  border-right: 8px solid #fda937;
  height: 80%;
}

.borsor {
  display: flex; 
  flex-wrap: wrap;
  background-color: #f0f1f6;
  border-bottom: 15px solid white;
}


