* {
    margin: 0;
    font-weight: normal;
}

html, body {
    min-height: 100%;
    height: 100%;
}

a { text-decoration: none; color: black;}
a:active {color: black};
a:visited {color: black};
a:hover {color: black};

.clear { clear: both; }
.bold, .bold a { font-weight: bold; }


a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}

a.svg {
  position: relative;
  display: inline-block;
  width: 400px;
}

.seged_img {
    display: none;
}

.menu { 
    display: inline-block; 
    margin: 20px 0;
}

.menu li{
    list-style: none;
    display: inline;
    margin: 10px;
}

.lablec {
    font-size: 12px;
    text-align: center;
}

.lablec span.disz{
    font-weight: bold;
    margin: 0 5px;
}

.kereskedo_nev {
    padding-bottom: 10px;
}

.kereskedo_nev a, .kereskedo_nev {
    font-size: 16px;
    font-weight: bold;
    color: #e60000;
}

.leiras, .adatlap_tabla {
    padding-top: 26px;
    margin-top: 20px;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.cegtortenet .szoveg {
    padding: 20px 0;
}

.cegtortenet .szoveg p {
    margin: 12px 0;
    text-align: justify;
}

.cegtortenet .szoveg ul {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.cegtortenet .szoveg ul li {
    list-style: disc;
}

#googleMap {
    min-height: 500px;
    width: 100%;
    padding-bottom: 20px;
}

.kereskedo_fejlec {
    padding: 10px 0;
}

.width-wrapper h1 {
    //width: 75%;
}

.width-wrapper span.wrapper span {
    font-size: 28px;
    margin-left: 5%;
    letter-spacing: normal;
}

/*Lapozás*/
.lapozas_container {
    width: 100%;
}
.lapozas {
    width:100%;
    font-size:14px;
}

.lapozas .nav {
    text-align: center;
    height:14px;
}
.lapozas .nav > * {
    padding: 3px; 
}
.lapozas .pages {
    margin-top:3px;
    float:left;
    text-align: center;
    margin-bottom:15px;
}
.lapozas .lap {
    float:left;
    padding:0px;
    padding-right: 20px;
    margin:0px;
    text-align: center;
}

.lapozas .lap_in a {
}

.lapozas .lap_akt {
    font-weight: bold;
    cursor: default;
}

.float_right {
    float:right;
}

.float_left {
    float:left;
}

.disz_szoveg {
    color: #b3b3b3;
    text-transform: uppercase;
    font-size: 30px;
    margin-left: 30px;
}

.disz_szoveg span {
    color: #fff;
    font-size: 50px;
}

.jarmu_adatlap .kereskedo_nev {
    padding-top: 10px;
}

.kereskedo_nev a, .kereskedo_nev {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

div.kereskedoink_box {
    margin: 20px 0;
    height: 120px;
}

img.adatlap_kep {
    height: 100%;
    width: 100%;
}

@media (max-width: 420px) {
    .logo_img, a.svg {
        width: 270px;
    }
    
    .disz_szoveg {
        margin-left: 0;
    }
    
    .disz_szoveg img {
        width: 270px;
    }
    
    .authorization {
        margin-right: 10px!important;
    }
    
    .intro_tarto {
        height: 150px!important;
        display: none;
    }
}