.adatkezeles {
    /*color: #006e92;*/
    font-size: 1rem;
    text-align: left;
}

.adatkezeles h1, .adatkezeles h3, .adatkezeles h4, .adatkezeles h5, .adatkezeles h6 {
    /*color: #006e92;*/
    text-align: left;
    font-size: 1.5rem;
}

.adatkezeles h3 {
    font-weight: bold;
}

.adatkezeles table {
    width: 100%;
}

.adatkezeles .bordered th, .adatkezeles .bordered td {
    /*border: 1px solid rgba(0, 110, 146, 0.5);*/
    border: 1px solid;
    border-color: var(--color);
    padding: 10px;
}







/* <<==--   RESPONSIVE   --==>> */
/* Fekvő nézet */
@media (orientation: landscape) {
    
}

/* Álló nézet */
@media (orientation: portrait) {
    
}


/* 1680 px (1670 - 1919px)*/
@media only screen
and (max-width: 1900px) {
    
}

/* 1440 px (1430 - 1669px)*/
@media only screen
and (max-width: 1669px) {
    
}

/* 1366 px (1356 - 1429px)*/
@media only screen
and (max-width: 1429px) {
    
}

/* 1280 px (1270 - 1355px)*/
@media only screen
and (max-width: 1355px) {
    
}

/* 1024 px, Tablet fekvő (1014 - 1269px)*/
@media only screen
and (max-width: 1269px) {
    
}

/* 768 px, Tablet álló (768 - 1013px) */
@media only screen
and (max-width: 991px) {
    
}

/* 576 px, Telefon fekvő (576 - 767px) */
@media only screen
and (max-width: 767px) {
    
}

/* 475 px, Telefon álló (475 - 575px) */
@media only screen
and (max-width: 575px) {
    
}

/* 435 px, Telefon álló (435 - 474px) */
@media only screen and (max-width: 474px) {
    
}

/* 415 px, Telefon álló (415 - 434px) */
@media only screen and (max-width: 434px) {
    
}

/* 355 px, Telefon álló (355 - 434px) */
@media only screen and (max-width: 414px) {
    
}

/* 320 px, Telefon álló (320 - 354px) */
@media only screen and (max-width: 354px) {
    
}

/* 300 px, Telefon álló (300 - 319px) */
@media only screen and (max-width: 319px) {
    
}