/*---------------Basic------------------*/
.c-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cflex-2 {
    display: flex;
    justify-content: space-around;
    padding: 2rem;
    flex-wrap: wrap;
        align-items: center;
}
.gap-2 {
    gap: 2rem;
}
.flex-70 {
    flex: 0 70%;
}

.flex-30 {
    flex: 0 30%;
}
.center {
    align-items: center;
}

.flex-start {
    align-items: flex-start;
}
.padding-top-2 {
    padding-top: 2rem;
}
.padding-left-2 {
    padding-left: 2rem;
}
.awesome-icon {
    margin: 0 0 0 1rem;
}
.c-spacer {
    padding: 3rem 0 ;
}
.image-field {
    margin: 0;
}
p.font-size-small {
    font-size: 0.8rem;
    
}
p.no-margin {
    margin: 0;
}
.cflex {
display: flex;
    align-items: center;
    gap: 1rem;
}
/*-------------------Button------------------*/
input[type=submit], input[type=button], input[type=reset], button, .button {
    display: inline-block;
    background-color: var(--color-primary);
    color: #ffffff;
    padding: 8px 1rem;
    border: 0;
    border-radius: 6px;
    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: #a3a2a2!important;
    border: 0;
    color: var(--bold-color);
}
.button-container {
    margin-top: 1rem;
}
a.no-button {
    color: black;
}
a.no-button:hover {
    color: rgb(180 23 23);

}
/*------------------Szinek------------------*/
.red {
    color: rgb(180 23 23);
}
/*---------------Header------------------*/
.header-container {
    flex-direction: column!important;
}
h2.block-title {
    font-size: 1rem;
    color: grey;
    text-transform: uppercase;
}
/*--------------Slider------------------*/
.slider {
    height: unset!important;
 
}
.slider-box-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60vh;
}
.slider-box {
    background-color: rgba(255, 255, 255, 0.5);
    height: auto;
    margin-left: 10%;
    border-radius: 1rem;
    padding: 2rem;
        max-width: 700px;
 }
 .slider-bg-1 {
    background: url(/themes/custom/tarapro/images/slider-bg-1.jpg) no-repeat center center!important;
    background-size: cover!important;
 }
.slider-bg-2 {
    background: url(/themes/custom/tarapro/images/slider-bg-2.jpg) no-repeat center center!important;
    background-size: cover!important;
 }
 .slider-kapcsolat {
    background: url(/themes/custom/tarapro/images/kapcsolat-slider-bg.jpg) no-repeat center center!important;
    background-size: cover!important;
    height: 30vh;
        display: flex;
    align-items: center;
 }
 .call .icon {
    font-size: 1.5rem;
    padding: 0 1rem;
}

.call .text {
    font-size: 0.7rem;
}
/*---------------Segédblokk------------------*/
.segedinfo .ikon img {
    width: 50px;
    height: auto;
}
.segedinfo .cim {
    font-size: 0.8rem;
    font-weight: bold;
}

.segedinfo .alcim {
    font-size: 0.8rem;
}
.segedinfo .ikon {
    flex: 0 60px;
}

.segedinfo .info {
    flex: 1;
}
.segedinfo {
    margin-bottom: 1rem;
}
/*-------------Mivel foglalkozunk------------------*/
ul.tabs {
    display: flex;
    justify-content: center;
}
#mivel_foglalkozunk {
     background: #ffffff url(/themes/custom/tarapro/images/footer-bg.png)!important;
 }
 .tab-content {
border: none;
    background: white;
    box-shadow: #a3a2a2 0px 1px 4px;
    padding-bottom: 5rem;
    border-bottom: 1px solid lightgrey !important;
}
.tabs .active-tab {
    background-color: white;
    color: black;
    border-color: unset;
    box-shadow: #d8d8d8 0px -8px 8px;
    border-radius: 0.5rem 0.5rem 0 0;
    transition: all 0.4s ease-in-out;
}
.tabs .active-tab a {
    color: #000!important;
    transition: color 0.4s ease-in-out;
}
.tabs li:first-child {
    border-left: none
}
.tabs li {
    background-color: transparent;
    color: var(--bold-color);
    padding: 0;
    border-right: none;
}
.tabs img {
    width: 50px;
    height: auto;
}
.tabs li {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tabs li:hover, .tabs .active-tab:hover {
    background-color: white;
    color: #000;
    box-shadow: #d8d8d8 0px -8px 8px;
    border-radius: 0.5rem 0.5rem 0 0;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.tabs li:hover a,
.tabs .active-tab:hover a {
  color: #000;
}
.image-box {
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    margin-bottom: 2rem;
}

.image-box img {
    max-width: 200px;
    border-radius: 0.5rem;
}
section#mivel_foglalkozunk {
    padding-bottom: 0;
}

/*------------------Projektjeink------------------*/
#projektjeink{
        background: #ffffff url(/themes/custom/tarapro/images/projektjeink-bg.jpg);
        padding-bottom: 0;
        
    background-size: cover;
}
.projektjeink .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.projektjeink .views-row, .projektjeink .views-field, .projektjeink .field-content {
    display: flex;
    flex: 1 0 350px;
}
.projektjeink-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;

}
.osszefoglalo {
    flex-grow: 1;
    margin-bottom: 15px;
}
.projektjeink .cim {
    font-weight: bold;
    margin-bottom: 1rem;
}
.projektjeink-lista .view-content {display: flex;flex-direction: column;gap: 2rem;}

.projektjeink-lista .views-row {
    background: #f5f5f5;
    padding: 1rem;
}
.projektjeink-lista .cim {
    color: #b41717;
    font-weight: bold;
}
/*------------------GYIK------------------*/
.toggle-title {
background: linear-gradient(271deg, #fbfdcd, transparent);
    border: none;
    font-size: 0.9rem;
}
.toggle-content {
    background: none;
    padding-top: 0;
    font-size: 0.9rem;
        padding-top: 0.5rem;
}
.toggle-item {
    border: 1px solid lightgrey;
    border-radius: 0.5rem;
    overflow: hidden;
}
/*------------------Gépeink------------------*/
.gepeink table td {
    border: none;
    vertical-align: middle;
}
.gepeink table tr {
    border-bottom: 1px solid lightgrey;
}
.gepeink img {
    width: 100px;
    height: auto;
    border-radius: 0.5rem;
}
.gepeink table th{
    background: none;
    color: black;
    margin: 0;
    padding: 10px;
    border: none;
    text-align: left;
}
/*-----------Tanusítvanyaink------------------*/
.tanusitvanyaink img {
    border-radius: 1rem;
    transition: all 0.4s ease-in-out;
    
}
.tanusitvanyaink img:hover {
    border-radius: 1rem;
    box-shadow: #a3a2a2 0px 1px 4px;
    scale: calc(105%);
    transition: all 0.4s ease-in-out;
}
/*-------------------Kapcsolat------------------*/
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], textarea {
    background-color: #ffffff;
    max-width: 100%;
    padding: 0.5rem;
    border: 0;
    box-shadow: none;
    border-radius: 4px;
    transition: all 0.3s linear;
    border-bottom: 1px solid lightgrey;
    border-radius: 0;
        background: #f5f5f5;
}

.kapcsolat .kep {
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    border: 5px solid #b41717;
}

.kapcsolat .jobboldal {
    margin-left: 1rem;
}

.kapcsolat .nev {
    font-size: 2rem;
}
form.kapcsolat-form {
    background: #f5f5f5;
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 2rem;
}
.slider-kapcsolat .info-box {
    margin-left: 30%;
    font-weight: bold;
    /* font-size: 0.9rem; */
}
/*----------------Plyázatok------------------*/
.palyazat-box {
    background: #f5f5f5;
    border-radius: 1rem;
    overflow: hidden;
    padding: 0.5rem;
    justify-content: space-between;
}
.palyazat .azonosito {
    width: 100%;
    color: #b41717;
    font-weight: bold;
}

.palyazat .cim {
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.palyazat .bal-oldal {
    flex: 0 220px;
}

.palyazat .jobb-oldal {
    flex: 1;
}
/*--------------Footer------------------*/
#footer {
     background: #ffffff url(/themes/custom/tarapro/images/footer-bg.png)!important;
 }