body {
    overflow-y: scroll;
}

a,
a:visited,
a:active {
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

.position-relative {
    position: relative;
}

button:active,
button:focus {
    outline: none !important;
}

.overflow-hidden {
    overflow: hidden;
}

.hover {
    transition: scale .2s ease;
}

.hover:hover {
    scale: 1.02;
}

.homepage__header {
    z-index: 999;
    background-color: #fff;
    width: 100%;
}

.slider-text p {
    line-height: 1.5rem !important;
}

.pr-60-px {
    padding-right: 60px;
}

.slider-text-bg {
    background-color: #fff;
    border-radius: 5px;
    opacity: 0.5;
    color: #000;
    padding: 0 0.7rem;
    height: auto;
    max-height: 60px;
    min-height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 80vw;
    line-height: 25px;
}

@media (min-width: 992px) {
    .slider-text {
        top: 15px;
    }
}

.homepage__header a,
.homepage__header a:active,
.homepage__header a:visited {
    color: inherit;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.right-100 {
    right: 100px;
}

.max-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.font-family-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-size-1 {
    font-size: 1rem;
}

.hover-bg-color-gray:hover {
    background-color: #beb9b5 !important;
    border-color: #beb9b5 !important;
}

.bg-color-blue {
    background-color: #77bed2 !important;
}

.border-blue {
    border: solid #77bed2 1px !important;
}

.txt-color-white {
    color: white !important;
}

.top-320 {
    top: 320px;
}

.height-400 {
    height: 400px !important;
}

.height-20 {
    height: 20px;
}

.width-20 {
    width: 20px;
}

.height-40 {
    height: 40px;
}

.width-40 {
    width: 40px;
}

.height-30-vh {
    height: 30vh;
}

.gap-1 {
    gap: .25rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 3rem;
}

.width-100-p {
    width: 100%;
}

.height-30 {
    height: 30px;
}

.height-40-vh {
    height: 40vh;
}

.height-100 {
    height: 100%;
}

.width-30 {
    width: 30px;
}

.width-50 {
    width: 50px;
}

.width-100 {
    width: 100px;
}

.width-200 {
    width: 200px;
}

.width-250 {
    width: 250px;
}

.width-300 {
    width: 300
}

.border-round-15 {
    border-radius: 15px;
}

.border-round-10 {
    border-radius: 10px;
}

.border-round-5 {
    border-radius: 5px;
}

.border-round-50 {
    border-radius: 50px;
}

.font-size-1 {
    font-size: 1rem;
}

.font-size-1-2 {
    font-size: 1.2rem;
}

.font-size-1-5 {
    font-size: 1.5rem;
}

.font-size-2 {
    font-size: 2rem;
}

.color-blue {
    color: #417394
}

.txt-color-blue {
    color: #77bed2 !important;
}

.color-lightgrey {
    color: #404850;
}

.p-none {
    padding: 0 !important;
}

.totop {
    opacity: 0;
    border: none;
    color: #DADADA;
    font-size: 3rem;
    height: 70px;
    width: 70px;
    z-index: 1000;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4B4B4B;
    border-radius: 50%;
    transition: opacity 300ms ease-in-out;
}

.totop:hover {
    background-color: #417394;
}

.menu-anchor:hover {
    color: #417394 !important;
}

.menu-icon {
    color: #417394;
}

.menubars {
    font-size: 2rem;
    color: #417394;
}

.menubars-text {
    font-size: .65rem;
    color: #417394;
    font-family: 'Ubuntu', sans-serif;
}

.menu__header__logo {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
}

.menu__header__logo__bluetext {
    font-weight: 400;
    color: #ffb321;
}

.header__menu__anchor {
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.header__menu__anchor:hover {
    color: #417394 !important;
}

.menu__header__logo__span {
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
}

.header__logo__bluetext {
    font-weight: 400;
    color: #ffb321;
}

.header__logo {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2rem;
    font-weight: 600;
}

.header__social {
    color: #417394;
}

.header__social__icon:hover {
    color: #ffb321 !important;
}

.header__logo__span {
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;

}

.viefe_card {
    margin-top: 1.5rem;
    height: 70px;
    display: flex;
    background-color: hsla(0, 0%, 70%, 0.15);
    align-items: center;

}

.veife_card_icon {
    display: flex;
    width: 70px;
    align-items: center;
    justify-content: center;
    color: #417394;

}

.height-100-p {
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
    width: 60px !important;
}

.bg-color-transparent {
    background-color: transparent;
}

.bg-color-hsla-grey {
    background-color: hsla(0, 0%, 70%, 0.15);
}

.carousel-control-prev-icon {
    width: 48px !important;
    height: 48px !important;
    padding: 2rem 1rem;
    border-radius: 5px;
    background-color: hsla(0, 0%, 45%, 0.6) !important;
    cursor: pointer;
}

.carousel-control-next-icon {
    width: 48px !important;
    height: 48px !important;
    padding: 2rem 1rem;
    border-radius: 5px;
    background-color: hsla(0, 0%, 45%, 0.6) !important;
    cursor: pointer;
}

.viefe_card_paragraph {
    padding: 1rem 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Poppins', sans-serif;

}

.viefe_card_paragraph_title {
    letter-spacing: .9px;
    font-size: 1rem;
    font-weight: 500;
}

.viefe_card_paragraph_text {
    font-size: .8rem;
    letter-spacing: .8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.slider__img {
    height: 100%;
    width: 100%;
}

.slider__img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-color: #505456;
}

.top-image {
    object-fit: contain;
    background-color: #505456;
}

.slider__button {
    background-color: transparent;
    border: none;

}

.homepage__categories {
    display: flex;
    position: relative;
    padding-bottom: 2rem;
    border-bottom: solid #417394 1.7px;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.homepage__categories__icon {
    position: absolute;
    bottom: -25px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #417394;
}

.homepage__description {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1rem;

}

.katalogus__download-pdf {
    color: #313131;
}

.katalogus__download-pdf:hover {
    text-decoration: underline !important;
    color: #313131;
}

.katalogus__download-pdf-icon {
    color: red;
}

.map-canvas {
    width: 100%;
    height: 100%;
}


.button-register {
    background-color: #ffb321;
    font-size: 1.2rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem !important;
    border: none;
    border-radius: 5px;
    padding: .5rem 1.2rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.button-register:focus,
.button-register:active {
    outline: none;
}

.homepage__productcard {
    border: solid #DADADA 1px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    gap: 1rem;
    transition: all 0.2s ease;
}

.homepage__productcard:hover {
    scale: 1.02;
    box-shadow: inset;
}

.homepage__productcard__image {
    width: 100%;
    height: 156px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: contain;
}

.homepage__productcard__text {
    height: 40px;
    padding: 0 .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .9rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.homepage__productcard__price {
    font-family: 'Poppins', sans-serif;
    color: #417394;
    font-size: .85rem;
}

.homepage__footer {
    background-color: #1d2328;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.homepage__footer a,
.homepage__footer a:visited,
.homepage__footer a:active {
    color: #B2B2B2;

}

.homepage__footer a:hover {
    color: #ffb321 !important;
}

.footer__logo {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    letter-spacing: 1px;
    margin-bottom: .5rem;
    margin-top: 0.5rem;
}

.footer__logo__main {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

.header__logo__yellowtext {
    font-weight: 400;
    color: #ffb321;
}

.footer__logo__span {
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
}

.footer__text {
    font-size: .9rem;
    color: #B2B2B2;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
}

.footer__copyright {
    font-size: .9rem;
    color: #B2B2B2;
    margin-bottom: .5rem;
}

.footer__social {
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #313131;
}

.footer__socials {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.footer__title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-top: .5rem;
}

.footer__text__icon {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
}

.col-6 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.homepage__hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #4B4B4B;
}

.homepage__addcard {
    position: relative;
    /*border: solid;
    border: solid #E0E0E0 1px;*/
    height: 180px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.addcard__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    object-fit: cover;
    object-position: right center;
}

.addcard__text {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    font-size: 1.4rem;
    top: 60px;
    left: 20px;
    color: #417394;
    font-weight: 500;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 5px;
    opacity: 0.5;
}


.addcard__offer {
    font-family: 'Kaushan Script', cursive;
    font-size: 1.6rem;
    color: #ffb321;
    position: absolute;
    left: 20px;
    top: 20px;
}

.addcard__button {
    position: absolute;
    padding: .5rem;
    left: 20px;
    top: 120px;
    background-color: #417394;
    outline: none;
    border: solid #417394 1px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.addcard__button__icon {
    display: flex;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    width: 40px;
}

.homepage__bestproducts {
    border: solid #E0E0E0 1px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}


.homepage__products__card {
    display: flex;
    padding: 1rem;
    gap: 10px;
}

.homepage__products__card__image {
    width: 70px;
    max-height: 70px;
}

.homepage__products__card__image img {
    width: 70px;
    height: 70px;
}

.homepage__products__card__right {
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    padding: 0rem 1rem;
    gap: 5px;
    width: 100%;
}

.homepage__products__card__data {
    font-size: 0.9rem;
}

.homepage__products__card__price {
    font-size: 0.9rem;
    color: #417394
}

.homepage__products__card__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}

.homepage__products__card__hr {
    width: 100%;
    border: dashed #E0E0E0 1px;

}

.katalogus__table td:nth-child(1) {
    border: solid 1px #dee2e6 !important;
    text-align: center;
}

.katalogus__table td {
    border: solid 1px #dee2e6 !important;
}

.katalogus__table thead th {
    border: solid 1px #212529 !important;
}

.katalogus__table thead th:nth-child(1) {
    width: 110px;
}

.kapcsolat__table td {
    border: solid 1px #dee2e6 !important;
}


.toppadding {
    padding-top: 115px;
}


@media (min-width: 575.98px) {
    .toppadding {
        padding-top: 75px;
    }
}

@media (min-width: 1199.98px) {
    .toppadding {
        padding-top: 70px;
    }
}

.button-shop {
    padding-top: .3rem;
    padding-bottom: .3rem;
    background-color: #417394;
    color: #dee2e6;
    font-size: .8rem;
    border-radius: 5px;
    border: none;
    outline: none;
    display: flex;
    gap: .2rem;
    align-items: center;
}

.homepage__productcard-anchor,
.homepage__productcard-anchor:hover {
    color: inherit;
}

.katalogus__small-pdf-icon {
    position: absolute;
    top: 15px;
    right: 17px;
}

.menu-logo-anchor,
.menu-logo-anchor:hover {
    color: inherit;
}

.kapcsolat__hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #DADADA;
}

.altalanos__hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #DADADA;
}

.align-items-center {
    align-items: center;
}

.m-none {
    margin: 0 !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}

@media(max-width:768px) {
    .carousel-item-left {
        width: 100% !important;
        height: 200px !important;
    }

    .carousel-item-left img {
        height: 200px !important;
    }

    .carousel-item-right {
        width: 100% !important;
        gap: .5rem !important;
        height: 172.39px;
    }

    .carousel-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .carousel-name {
        font-size: 1rem !important;
    }
}

.carousel-name {
    font-size: 1.2rem;
}

.carousel-item-left {
    width: 66.666%;
}

.carousel-item-right {
    width: 33.333%;
    gap: 1rem;
}