/*----------------Slider------------------*/
section.slider {
    background-color: #20283c;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    height: unset;
}
    .slider h1 {
        font-size: 4rem;
        color: white;
    }
     .slider h2 {
        font-size: 1rem;
        color: rgb(158, 158, 158);
    }
.slider .ar {
    font-size: 3rem;
    font-weight: bold;
}
/*--------Sections------------------*/
.section-2, .section-7 {
    background: #20283c;
}
.section {
    padding: 6rem 0;
}
.section-4 {
    background-color: #d0d2d7;
}
.section-5 {
    background-color: #d0d2d7;
}
.section-8 {
    background-color: #0f1729;
}
/*-----------------Basic---------------*/
.flex, .flex-container, .columns {
    align-items: center;
   justify-content: flex-start;
        flex-wrap: wrap;
}
.bal {
    flex: 0 50%;
    padding: 0 3rem;
}
.jobb {
    flex: 0 50%;
    padding: 0 3rem;
}
.keret-1 {
    border: 1px solid #534731;
    border-radius: 2rem;
    padding: 5px 20px;
    display: inline-block;
    background: #2c2c2d;
    color: #f9b11f;
    font-size: 1rem;
}

.sor {
    padding: 1rem 0;
}
i.icon {
    padding: 0 0.5rem;
}
.box .cim {
    font-weight: bold;
    padding: 0.5rem 0;
}
.box .text {
    font-size: 0.8rem;
}
.bold {
    font-weight: bold;
}
.container-full {
    width: 100%;
    padding: 0 2rem;
}
/*---------------Színek------------------*/
.feher {
    color: white;
}
.narancs {
    color: #e99703;
}
.szurke {
    color: #959696;
}
.sotetszurke {
    color: #2c2c2d;
}
.fekete {
    color: black;
}
.kek-box {
    background-color: #2f3749;
    box-shadow: none;
    border: 1px solid grey;
}
.feher-box {
    background-color: #ffffff;
    box-shadow: var(--shadow);
}
.fekete-box {
    background-color: #000;
    box-shadow: var(--shadow);
    color: white!important;
}
.piros {
    color: #d53737;
}
.fekete-bg {
    background: black;
    color: white;
}
.mail-form input, .mail-form textarea {
    background: #f6f7f9;
    border-radius: 0.5rem;
    width: 100%;
}
/*---------------Méretek------------------*/
.meret-1 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 4rem;
}
.meret-2 {
    font-size: 2rem;
    font-weight: bold;
    
}

/*--------------Elrendezés------------------*/
.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-tarto {
display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-around;
}
.box {
    position: relative;
    padding: 1rem;
    border-radius: 1rem;
        flex: 0 270px;
}
.box-2 {
    position: relative;
    padding: 1rem;
    border-radius: 1rem;
    flex: 0 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tablazat {
    border-radius: 1rem;
    box-shadow: var(--shadow);
    overflow: hidden;
}
tr:nth-child(even){background-color: #f2f2f2;}
td {
    padding: 1rem;
    border: none;
}
table {
 
   margin-bottom:unset;
    
}
.szam {
    font-size: 3rem;
    color: #faebd7;
    font-weight: bold;
}
.box-2 .cim {
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
}

.box-2 .alcim {
    text-align: center;
    padding-bottom: 1rem;
}

.box-2 .ar {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
}
.box-2 span.small {
    font-size: 1rem;
        color: lightgrey;
}
.elerhetosegek {
    flex: 1;
    
}

.mail-form {
    width: 500px;
}
.elerhetosegek .sor {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}
.mail-form form {
    background: white;
    padding: 1rem;
    border-radius: 1rem;
}
.flex-up {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}
.flex-oszlop {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kiemelt {
    display: inline-block;
    background: orange;
    border-radius: 1rem;
    padding: 0rem 1rem;
    margin-top: -2rem;
    position: absolute;
}
/*-----------Icon-------------*/
.box i, .icon i {
    color: #1b1b1d;
    transition: all 0.8s ease;
    background: antiquewhite;
    padding: 0.6rem;
    border-radius: 0.5rem;
}
/*-----------------Buttons------------------*/
input[type=submit], input[type=button], input[type=reset], button, .button {
    display: inline-block;
    background-color: var(--color-primary);
    color: #252525;
    padding: 8px 1rem;
    border: none;
    border-radius: 0.5rem;
    transition: all 0.4s ease-in-out;
    line-height: 1.6;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .button:hover, input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus, button:focus, .button:focus {
    background-color: var(--color-primary-hover);
    border: none;
    color: white;
    transition: all 0.4s ease-in-out;
}
.button-2 {
    background-color: rgb(226, 226, 226);
    color: rgb(58, 58, 58);
        display: inline-block;
    padding: 8px 1rem;
    border: none;
    border-radius: 0.5rem;
    transition: all 0.4s ease-in-out;
    line-height: 1.6;
    
}
.button-container {
    text-align: center;
}
.box-2 ul {
  --icon-space: 2rem;
  list-style: none;
  padding: 0;
}
.box-2 li {
  
padding-bottom: 0.7rem;
}
.box-2 li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: var(--icon-space);
}
input#edit-actions-submit {
    width: 100%;
}
/*----------Footer------------------*/
.section-8 .flex {
    display: flex;
    justify-content: space-between;
}
.section-8 .bal- img {
    height: 70px;
    width: auto;
}
.section-8 .bal- .sor{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
}
.section-8 .cegnev {
    font-size: 2rem;
}

/*------------------Menü------------------*/
    .region-primary-menu .menu-item-level-1 a, .region-primary-menu .menu-item-level-1 > span {
        display: block;
        color: white;
        padding: 0.5rem;
    }
    .site-name a, .site-name a:hover {
    color: #d3d3d3;
    text-transform: capitalize;
}

/*--------------Webform------------*/
.container-1 {
    background-color: white;
    padding: 1rem;
    border-radius: 1rem;
}

.container-1 input {
    background: lightgrey;
}
.container-1 input, .container-1 textarea {
    background: #f6f7f9;
    border-radius: 0.5rem;
}

.container-2 .fieldset-legend {
    color: black!important;
    border-bottom: 1px solid lightgrey;
    width: 100%;
    text-transform: uppercase;
}
.container-2 .form-item {
    margin: 8px 0;
}

/*-------------Media Queries------------------*/
@media (max-width: 768px) {
    .bal, .jobb {
        flex: 0 100%;
        padding: 0 1rem;
    }
    .mail-form {
        width: 100%;
    }
}   