#fodoboz {
	display: flex;
	gap: 7rem;
	align-items: center;
	justify-content: center;
	width: 100vw;
	margin-left: calc(-50vw + 600px );
	padding-left: 3vw;
}
#fodoboz a {
	background: transparent;
	color: #fff;
	text-decoration: none;
	display: flex;
	gap: 1rem;
	align-items: baseline;
	position: relative;
	white-space: nowrap;
}
#fodoboz a::before {
    display: block;
    content: ' ';
    position: absolute;
    background: #c03b02;
    height: 100%;
    width: calc(100% + 6rem);
    -ms-transform: skewX(-33.69deg);
    -webkit-transform: skewX(-33.69deg);
    transform: skewX(-33.69deg);
    border-radius: .5rem;
    transition: .666s;
    margin-left: -2rem;
    z-index: -1;
		pointer-events: none;
}
#fodoboz a h3 {
font-family: 'Raleway', sans-serif;
font-weight: 200;
font-size: 1.618rem;
}
#fodoboz a h3::before {
    display: inline-block;
    font-family: 'Material Icons';
    content: 'keyboard_arrow_right';
    font-feature-settings: 'liga';
    margin: 0 1ex;
    border: 1px solid;
    border-radius: 25%;
    height: 1.618rem;
    width: 1.618rem;
    line-height: 1.618rem;
    text-align: center;
    vertical-align: -12%;
    white-space: nowrap;
}
#fodoboz #onlinekontir-banner::before {
	background: #252d2d;
}
#fodoboz a:hover::before {
	background: #fa0 !important;
	}
	#fodoboz a:hover  {
		color: #000;
		}
@media screen and (max-width: 1264px) {
	#fodoboz {
		flex-direction: column;
		gap: .5rem;
		padding: 0;
		margin: 0;
		width: auto;
	}
}
@media screen and (max-width: 666px) {
	#fodoboz a {
		flex-direction: column;
		width: 90%;
		margin-left: -1rem;
		align-items: center;
	}
	#fodoboz h3 {
		margin: 1rem 0 -1.5rem !important;
		font-size: 1.5rem !important;
	}
}
