@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

:root {
	--bs-link-color: #ee4035;
	--bs-link-hover-color:#bd2920;
}

:focus {
outline: 2px solid #9a1910 !important;
outline-offset: 2px !important;
}

.skip-navigation {
position: absolute;
top: 0;
left: 0%;
font-size: 9px;
z-index: 2100;
background-color: #fff;
padding: 2px;
}

.navbar {
	--bs-navbar-active-color:  #ffffff;
	--bs-nav-link-color: #ffffff;
    --bs-navbar-color: #fff;
    --bs-navbar-hover-color:  rgba(255,255,255,0.75);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color:  #fff;
    --bs-nav-link-font-size: 1.2rem;
}

.card {
    --bs-border-color-translucent: rgba(0, 0, 0, 0.12);
    --bs-card-cap-bg: rgba(0, 0, 0, 0.07);
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.side-banner {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: calc(((100vw - 85.5rem)/2) + 1rem);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2000;
}

.side-banner-left {
    left: 0;
    background-position: top center;
}

.side-banner-right {
    right: 0;
    background-position: top center;
}

figure > img {
	width: 100%;
}

a {
	text-decoration: none;
	color: rgb(218, 31, 20);
}

h1 {
    font-size: calc(1.4rem + .5vw);
}

h2 {
    font-size: calc(1.3rem + .3vw);
}

h3 {
    font-size: calc(1.1rem + .2vw);
}

h4 {
    font-size: calc(1rem);
    font-weight: bold;
}

h5 {
	border-bottom: 1px solid #6d6e72;
}

.fs-7 {
	font-size: calc(0.8rem + .2vw);;
}

.logo {
	height: 45px;
}

.container-xxl {
	background: #fff;
	-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.35);
}

.bg-kello {
	background: #ee4035;
	color: #fff;
}

.nav-item > .active {
	border-bottom: 2px solid #fff;
}

.kello-navbar {
	border-radius: 3px;
}

.title {
	color: #ee4035;
}

.red-underline {
	border-bottom: 1px solid #ee4035;
}

.section-header {
	background: #ebebeb;
	border-bottom: 1px solid #d5d5d5;
	padding: 8px 12px;
}

.card-header-title {
	color: var(--bs-link-color);
	letter-spacing: 0.5px;
}

.section-header-title, .footer-title {
	color: var(--bs-link-color);
	letter-spacing: 0.5px;
	font-size: calc(1.1rem + .2vw);
}

.footer-title {
	letter-spacing: 1px;
	font-size: 1.1rem;
}

.section-header a, .section-header a:hover, .section-header a:active, .section-header a:visited {
	text-decoration: none;
}

.section-footer {
	background: #ebebeb;
	border-top: 1px solid #d5d5d5;
	padding: 6px 7px;
	margin-bottom: 15px;
}

.sidenav > .nav-item {
	margin-bottom: 6px;
}

.sidenav > .nav-item > a:hover {
    text-decoration: underline;
}

.quote {
    background: rgb(227, 227, 227) url(../img/quotation-mark.png) no-repeat;
    background-position: 30px 30px;
    min-height: 90px;
    padding: 40px 100px 20px 160px;
    border-radius: 6px;
}

.footer {
	background: #515256;
	margin-left: -1rem!important;
	margin-right: -1rem!important;
	margin-bottom: -1rem!important;

}

.kello-card > .card-footer {
	text-align: right;
}

.card-img-top {
    width: 100%;
    height: 8vw;
    object-fit: cover;
}

.webshop-product-image {
	height: 320px;
}

.webshop-ajanlo-image {
    max-width: 60%;
	max-height: 300px;
} 

.table-light {
    --bs-table-color: #000;
    --bs-table-bg:  rgba(0, 0, 0, 0.07);
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
}

.pagination {
	--bs-pagination-active-bg: var(--bs-link-color);
	--bs-pagination-active-border-color: var(--bs-link-color);
}

.btn-ghost-secondary {
  --bs-btn-color: #000;
  --bs-btn-hover-bg: #e3e3e3;
  --bs-btn-hover-border-color: #a7aeb9;
  --bs-btn-hover-color: rgba(44, 56, 74, 0.95);
  --bs-btn-active-bg: #b1b7c1;
  --bs-btn-active-border-color: #a7aeb9;
  --bs-btn-active-color: rgba(44, 56, 74, 0.95);
  --bs-btn-disabled-color: #9da5b1;
  --bs-btn-shadow: rgba(157, 165, 177, 0.5);
}

.carousel-control-next, .carousel-control-prev {
	width: 5%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	border:  1px solid #fff;
	border-radius: 3px;
	padding: 5px;
    background-size: 60% 60%;
}

.carousel-indicators [data-bs-target] {
	height: 10px;
}

.carousel-indicators {
	margin-bottom: 0.1rem;
}

.content-img, .cikk-lista-img {
    position: relative;
    overflow: hidden;
}

.content-img img, .cikk-lista-img img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    transform: scale(1);
}

.content-img:hover img,  .cikk-lista-img:hover img {
    transform: scale(1.1);
}

.cikk-lista-img img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
}

.cikk-title {
	color: #ee4035;
	font-size: 1.6rem;
}

.featured-title {
	display: block;
	line-height: 1.4rem;
	font-size: 1.2rem;
}

.featured-subtitle {
	color: #6d6e72;
	display: block;
	padding-bottom:  3px;
}

.featured-lead {
	line-height: 1.2rem;
	padding-top:  3px;
	margin-bottom:  0;
}

.cikk-szerzo {
	color: #6d6e72;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 1px;
}

.cikk-meta-data {
	font-size: 0.8rem;
	margin-bottom: 18px;
}

.cikk-lead {
	font-weight: bold;
}

.form-select {
	font-size: 16px;
}


@media (max-width: 575.98px) {
	.logo {
		height: 38px;

	}

	.quote {
	    background: rgb(227, 227, 227) url(../img/quotation-mark.png) no-repeat;
	    background-position: 30px 30px;
	    min-height: 90px;
	    padding: 60px 20px 5px 20px;
	    border-radius: 6px;
	}

}


@media (min-width: 576px) {

	.card_one_third{
		max-width: 32.5%;
	}
}


@media (min-width: 767.98px) {

	.card-img-top, .cikk-lista-img img {
	    height: 10vw;
	}

	.form-size-200 {
		width: 200px;
	}

	.form-size-150 {
		width: 150px;
	}

	.form-size-100 {
		width: 100px;
	}
}

@media (min-width: 991.98px) {

	.card-img-top, .cikk-lista-img img {
	    height: 7vw;
	}

}

@media screen and (min-width: 992px) and (max-width: 1599px) {
	#left-side-banner1, #right-side-banner1, #left-side-banner0, #right-side-banner0 {
		display: block;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1979px) {
	#left-side-banner2, #right-side-banner2, #left-side-banner0, #right-side-banner0 {
		display: block;
	}
}
@media screen and (min-width: 1980px) {
	#left-side-banner3, #right-side-banner3, #left-side-banner0, #right-side-banner0 {
		display: block;
	}
}

/*------------------------------------------------------------------*/

/*DataTable*/

table.dataTable tbody > tr > td {
    font-size: 1em;
}

table.dataTable tbody > tr > td.ellipsis {
    position: relative;
}

table.dataTable tbody > tr > td.ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}

table.dataTable tbody > tr > td.ellipsis span {
    padding: 5px 10px;
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after {
	position: absolute;
	display: block;
	opacity: .125;
	right: 10px;
	line-height: 15px;
    font-size: .9em;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before {
	bottom: 50%;
	content: "▲";
	content: "▲"/"";
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after {
	top: 50%;
	content: "▼";
	content: "▼"/""
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
	opacity: .5;
}

/*Spinner*/

.overlay {
    position: absolute;
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    animation: rotate 1.4s infinite ease-in-out, background 1.4s infinite ease-in-out alternate;
}

@keyframes rotate {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    }
}

@keyframes background {
    0% {
        background-color: #27ae60;
    }
    50% {
        background-color: #9b59b6;
    }
    100% {
        background-color: #c0392b;
    }
}
