#app_footer{
    padding-top:1em;
}

#app_footer p{
    color: #ffffff;
}

#se_lablec{
    background-color: #707070;
    min-height:10px;
    color: white;
    height:auto;
    display:flex;
    flex-flow: row column;
    justify-content: center;
    font-family: 'Monserrat', sans-serif;
    //   padding-top:15px;
}  

#se_lablec_jobb{
    height:auto;
    display:flex;
    flex-flow: row column;
    justify-content: right;
}  

#se_lablec .lablec_menu{
    display: block;
    float: left;
    //  padding-left: 0px;
    padding: 5px 0px;
    margin-top:auto;
    margin-bottom:auto;
    //  border: 2px solid white;
}

#se_lablec .menupont{
display: block;	 
float: left;
list-style: none;
padding: 2px 5px;
//  margin: 11px 0px;
margin: auto 0px;
border-right: 1px solid white;
//  font-size: 24px;
}

#se_lablec li:nth-last-child(1){
border-right: 0px solid white;

}


#se_lablec .menupont .link{
display: block;
color: white; 
text-decoration: none;
cursor: pointer;
}

#se_lablec li a:hover{
text-decoration: underline;
cursor: pointer;
}
#se_lablec li a:before{
padding: 5px;
}

#se_lablec_jogok {
    font-size: 14px;
    margin-top: 2em;
    margin-right: 0px;
    margin-left: 0px;
    padding-top:1em;
    background-color: #999999;
    min-height: 10px;
    color: white;
    height: auto;
    font-family: 'Monserrat', sans-serif;
    margin-bottom:0px !important;
}


#se_lablec_jogok h6{
  font-weight: 700;
  font-size: 15px;
}

#se_lablec_jogok a{
color: white;
}

#se_lablec_jogok ul{
list-style: none;
}

#se_lablec_jogok #tulajdonos{
    border-right: 2px solid #707070;
}

#se_lablec_jogok h6{
    margin-bottom:1rem;
}


@media screen and (min-width: 1201px) {
#se_lablec .menupont{
font-size: 15px;
} 
}

@media screen and (max-width: 1200px) {
#se_lablec .menupont{
font-size: 15px;
} 
}

@media screen and (max-width: 800px) {
#se_lablec .menupont{
font-size: 10px;
} 
}

@media screen and (max-width: 400px) {
#se_lablec .menupont{
font-size: 10px;
} 
}