#jeopardy26-wrapper div { padding: 0px; margin: 0px;}
.jeopardy26-gfxresponsive { max-width: 100%;   }
.jeopardy26-clearer { clear: both; }

#jeopardy26-wrapper {  max-width: 1140px; margin: 0 auto; position: relative; font-family: Arial, sans-serif; margin: 0px; padding: 0px; border: none; background-color: #ace5ef; }

#jeopardy26-header { padding: 20px !important; position:relative; }
#jeopardy26-header-buttons { text-align:right; }
#jeopardy26-header-buttons .jeopardy26-header-btn {
	border: 2px solid #056d7e;
	background-color: transparent;
	padding: 10px;
	margin-left: 10px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	font-family: inherit;
}
#jeopardy26-header-buttons .jeopardy26-header-btn:first-child {
	margin-left: 0;
}
#jeopardy26-header-buttons .jeopardy26-btn-icon {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

#jeopardy26-header-title img {
	padding: 30px 0;
}

#jeopardy26-points {
	display: none;
}

.jeopardy26-gamestatus-img-wrap {
	position: relative;
	display: inline-block;
}
#jeopardy26-pointsadded {
	position: absolute;
	bottom: 30px;
	left: 23%;
	z-index: 10;
	font-size: 62px;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	background: linear-gradient(to bottom, #FFFFFF, #1eac1c);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

#jeopardy26-gameaera  { padding: 20px !important; position:relative; }

.jeopardy26-question {
	display: none;
	padding: 40px !important;
	background-color: #076c7e;
	color: #fff;
	transition: box-shadow 0.3s ease;
}
#jeopardy26-wrapper .jeopardy26-question {
	margin: 0 20px;
}
.jeopardy26-submit-btn-wrap {
	text-align: right;
	margin-top: 16px;
}
.jeopardy26-question.jeopardy26-question-wrong {
	box-shadow: inset 0 0 20px 4px rgba(255, 0, 0, 0.8);
}
.jeopardy26-question:has(.jeopardy26-answer-correct) {
	box-shadow: inset 0 0 20px 4px rgba(30, 172, 28, 0.8);
	border: 2px solid #1eac1c;
}
.jeopardy26-answer-list {
	list-style: none;
	padding: 0;
	margin: 16px 0;
}
.jeopardy26-answer-item {
	margin: 10px 0;
	padding: 8px 12px;
	border-radius: 8px;
}
.jeopardy26-answer-item label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
}
.jeopardy26-answer-radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.jeopardy26-answer-checkbox {
	display: inline-block;
	width: 22px;
	height: 22px;
	min-width: 22px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	transition: background 0.2s, border-color 0.2s;
}
.jeopardy26-answer-radio:checked + .jeopardy26-answer-checkbox {
	background: #fff;
}
.jeopardy26-answer-text {
	flex: 1;
	font-weight: bold;
	padding-top: 4px;
}
.jeopardy26-answer-item.jeopardy26-answer-wrong {
	background: #ff6b6b;
	border-radius: 15px;
}
.jeopardy26-answer-item.jeopardy26-answer-wrong .jeopardy26-answer-text {
	color: #fff;
}
.jeopardy26-answer-item.jeopardy26-answer-correct {
	background: #1eac1c;
	border-radius: 15px;
}
.jeopardy26-submit-btn {
	padding: 10px 20px;
	border: 2px solid #a3e5ee;
	background: transparent;
	color: #a3e5ee;
	cursor: pointer;
	font-family: inherit;
	font-size: 1em;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.jeopardy26-submit-btn-text {
	font-weight: bold;
}
.jeopardy26-submit-btn-arrow {
	display: inline-flex;
	align-items: center;
}
.jeopardy26-submit-btn-arrow svg {
	width: 16px;
	height: 16px;
}
.jeopardy26-submit-btn:hover {
	background: rgba(163, 229, 238, 0.2);
}
.jeopardy26-grid-cell:not(.jeopardy26-grid-header) {
	overflow: hidden;
	min-width: 0;
	position: relative;
}
.jeopardy26-grid-cell:not(.jeopardy26-grid-header) img {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	object-fit: contain;
	-webkit-object-fit: contain;
	display: block;
}

#jeopardy26-questionfield { width: 100%; }
#jeopardy26-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	gap: 20px;
}
.jeopardy26-grid-cell {
	background-color: #076c7e;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5em;
	box-sizing: border-box;
	padding: 20px;
	transition: box-shadow 0.2s ease;
}
.jeopardy26-grid-cell  img {
	transform: translateZ(0);
}
.jeopardy26-grid-cell:hover {
	box-shadow: inset 0 0 24px 8px rgba(172, 229, 237, 0.8);
	cursor: pointer;
}
.jeopardy26-grid-cell.jeopardy26-grid-header {
	color: #a3e5ee;
}
.jeopardy26-grid-cell.jeopardy26-grid-header:hover {
	box-shadow: none;
}
#jeopardy26-gameaera.jeopardy26-gameaera-solved .jeopardy26-grid-cell:not(.jeopardy26-grid-header) {
	pointer-events: none;
	cursor: default;
}
#jeopardy26-gameaera.jeopardy26-gameaera-solved .jeopardy26-grid-cell:not(.jeopardy26-grid-header):hover {
	box-shadow: none;
}
#jeopardy26-item01 {display: block;}

.jeopardy26-question-pointscat {
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	background: linear-gradient(to bottom, #FFFFFF, #7fd6e7);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.jeopardy26-question-text {
	font-size: 22px;
	font-style: italic;
	line-height: 1.4em;
	max-width: 80%;
}

.jeopardy26-overlay { display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); position: absolute; z-index: 80; top: 0; left: 0;}
#jeopardy26-spielregeln-content02,
#jeopardy26-spielregeln-content03 { display: none; cursor: pointer; }
#jeopardy26-spielregeln-content01 { cursor: pointer; }


@media only screen and (max-width: 730px) {
	#jeopardy26-grid {
		grid-template-columns: 1fr;
	}
	#jeopardy26-cell-r1c1 { order: 1; }
	#jeopardy26-cell-r2c1 { order: 2; }
	#jeopardy26-cell-r3c1 { order: 3; }
	#jeopardy26-cell-r4c1 { order: 4; }
	#jeopardy26-cell-r1c2 { order: 5; }
	#jeopardy26-cell-r2c2 { order: 6; }
	#jeopardy26-cell-r3c2 { order: 7; }
	#jeopardy26-cell-r4c2 { order: 8; }
	#jeopardy26-cell-r1c3 { order: 9; }
	#jeopardy26-cell-r2c3 { order: 10; }
	#jeopardy26-cell-r3c3 { order: 11; }
	#jeopardy26-cell-r4c3 { order: 12; }
}

@media only screen and (max-width: 743px) {
	  /* CSS specific to smartphone devices */
    #jeopardy26-wrapper {  width: 100%;  max-width: 100%; }
}
@media only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  /* CSS specific to smartphones with IOS */
    #jeopardy26-wrapper {  width: 100%;  max-width: 100%; }
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to new iOS devices */
    #jeopardy26-wrapper { -webkit-text-size-adjust: none; }
}
