.header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer {
  border-top: 1px solid #444;
  padding-top: 20px;
  margin-top: 20px;
  color: #999
}

.p {
  text-align: center;
  padding-top: 120px;
}

.p a {
  text-decoration: underline;
  color: blue;
}
.felsokep{
    width: 75%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
        
}
.alsokep{
    width: 30%;

}
.datum{
    text-align: center;
    font-weight: bold;
     border-bottom: 1px solid silver;
    }

.athuzott{
     text-decoration:line-through;
    opacity: 0.5;
}
.inline { 
    display: inline-block; 
   
    }



.bottomb{
   border-bottom: 1px solid silver; 
}
.vastag{
    font-weight: bold;
}
.center{
    text-align: center;
}
.topb{
    border-top: 1px solid #eee;
}
.ptop{
    padding-top: 50px
}
h1{
    background-color: rgba(0,0,0,0.2);
    padding: 10px;
}
h4{
    text-align: center;
    border-bottom: 1px solid silver;
    
}
.center{
    text-align: center;
}
h2{
    text-align: center;
    font-weight: bold;
}

.elso{
    border-left: 1px solid #eee;
   
}
.elso:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
.masodik {
	border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.masodik:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.harmadik {
	border-right: 1px solid #eee;
}

.harmadik:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.top{
    position: fixed;
    z-index: 1;
    width: 100%;
}

/* Ár táblázat */
* {
    box-sizing: border-box;
}

.columns {
    float: left;
    width: 100%;
    padding: 8px;
}

.ar{
    text-align: left!important;
}

.price  {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li.info {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price li.ar {
   
    padding: 10px;
    text-align: center;
}
.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.intenziv {
	border: 1px black solid;
}
.none {
	list-style: none;
}




.tip .ttiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: relative;
    z-index: 1;
}

.tip:hover .ttiptext {
    visibility: visible;
}
    
    



@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}