@media (hover:hover) and (pointer:fine) {
	#kerdoiv .kerdoiv-radio:nth-of-type(2):checked~.question-answer .answers:hover .answer:not(:hover):not(:last-of-type) .kerdoiv-default,
	#kerdoiv .kerdoiv-radio:nth-of-type(3):checked~.question-answer .answers:hover .answer:not(:hover):not(:first-of-type) .kerdoiv-default {
		opacity: 0.5;
	}

	#kerdoiv .kerdoiv-radio:nth-of-type(2):not(:checked)~.question-answer .answers .answer:first-of-type>label:hover,
	#kerdoiv .kerdoiv-radio:nth-of-type(3):not(:checked)~.question-answer .answers .answer:last-of-type>label:hover { 
		border-color: green;
		border-width: 2px;
		box-shadow: 0 0 10px 3px gray
	}

	#kerdoiv .kerdoiv-radio:nth-of-type(2):checked~.question-answer .answers .answer:first-of-type .kerdoiv-default:hover,
	#kerdoiv .kerdoiv-radio:nth-of-type(3):checked~.question-answer .answers .answer:last-of-type .kerdoiv-default:hover {
		box-shadow: 0px 0px 8px 2px blue inset, 0px 0px 10px 3px red
	}
}

@media only screen and (max-width: 49.99em) {
	#kerdoiv #tunet {
		padding-top: 2.6em;
	}

	#kerdoiv .questions-wrap>div {
		width: 100%
	}

	#kerdoiv .questions-wrap {
		flex-direction: column;
	}

	#kerdoiv .question-answer {
		flex-direction: column
	}

	#kerdoiv .question-answer>div:first-child {
		width: 100%;
		padding-top: 0.5em
	}

	#kerdoiv .answers {
		display: flex;
		width: 100%
	}

	#kerdoiv .answer:first-of-type {
		margin-right: 1em;
		margin-left: 0.5em
	}
}

@media only screen and (min-width:50em) {
	#kerdoiv #tunet {
		padding-top: 1.6em;
	}

	#kerdoiv .questions-wrap>div {
		width: 50%
	}

	#kerdoiv .question-answer>div:first-child {
		width: 60%;
	}
}

#kerdoiv input[type="radio"] {
	display: block
}

#kerdoiv textarea {
	font-family: Arial;
	font-size: 1em;
	height: 10em;
	width: 100%;
	resize: none;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	background-color: lightgray;
	overflow: auto;
	border-width: 2px;
	border-style: solid;
}

#kerdoiv .answer label {
	width: 1em;
	height: 1em;
	border-radius: 1em;
	margin-right: 0.5em;
	cursor: pointer;
}

#kerdoiv .answer>label {
	border: 1px solid black;
	display: block;
	pointer-events: auto;
	position: relative;
}

#kerdoiv .kerdoiv-radio:nth-of-type(2):checked~.question-answer .answers .answer:first-of-type>label,
#kerdoiv .kerdoiv-radio:nth-of-type(3):checked~.question-answer .answers .answer:last-of-type>label {
	border: none;
}

#kerdoiv .kerdoiv-radio:nth-of-type(2):checked~.question-answer .answers .answer:first-of-type .kerdoiv-default,
#kerdoiv .kerdoiv-radio:nth-of-type(3):checked~.question-answer .answers .answer:last-of-type .kerdoiv-default {
	box-shadow: 0px 0px 8px 2px blue inset;
	display: block;
}

#kerdoiv fieldset input:focus~.question-answer,
#kerdoiv fieldset input:active~.question-answer {
	outline: 2px solid blue;
	background-color: lightcyan;
}

#kerdoiv .questions-wrap {
	display: flex;
	border-bottom: 1px solid black
}

#kerdoiv .question-answer .answers {
	pointer-events: none;
}

#kerdoiv .kerdoiv-default {
	position: absolute;
	display: none;
	top: 0;
}

#kerdoiv .answer {
	display: flex;
	align-items: center;
	height: 3em
}

#kerdoiv .topic {
	font-size: 1.2em;
	font-weight: bold;
	background-color: palegoldenrod;
	border: 1px solid black;
	word-break: break-word;
	text-align: center;
	min-height: 3em;
	padding: 0.2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

#kerdoiv .question-answer {
	min-height: 6em;
	display: flex;
	align-items: center;
	border: 1px solid black;
	background-color: white;
}

#kerdoiv .question-answer>div:first-child {
	/*mobil miatt kell külön*/
	padding-left: 0.5em;
	padding-right: 0.5em
}