.dynamic__content a,
.dynamic__content a:visited,
.dynamic__content a:active {
    text-decoration: none !important;
}

.dynamic__content button {
    cursor: pointer;
}

.position-relative {
    position: relative;
}

.dynamic__content button:active,
.dynamic__content 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 {
    color: white;
    left: 0px;
    right: 0px;
    top: 5px;
    bottom: 0px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
}

.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;
}

.object-fit-cover {
    object-fit: cover;
}

.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;
}

.gap-6 {
    gap: 4rem;
}

.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
}

.color-lightgrey {
    color: #404850;
}

.p-none {
    padding: 0 !important;
}

.top-image {
    object-fit: contain;
    background-color: #ffffff !important;
}

.homepage__categories__icon {
    position: absolute;
    bottom: -25px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f87d00 !important;
}

.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__hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #4B4B4B;
}

.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;
}

.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;
}