body{
	background-color: transparent;
	color: #333;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	text-align: center;
}

#start{
/* Background-Bild */
	background-image: url('../bilder/wegweiser/thurgau/v_wegw.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

h1{
	font-size: 18pt;
	font-weight: bold;
}

#h1{
	font-size: 18pt;
}

.op{
	text-align: right;
}

.show{
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

#slideshow-container {
	position: relative;
	width: 90%;
	height: 800px;
	margin: 50px auto;
	overflow: hidden;
	background: #000;
	box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}
	
#slideshow-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
	
#slideshow-container img.active {
	opacity: 1;
}


.controls {
	text-align: center;
	margin-top: 20px;
}

.controls button {
	padding: 10px 20px;
	margin: 0 5px;
	font-size: 16px;
	cursor: pointer;
	background: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
}

.controls button:hover {
	background: #0056b3;
}

.indicator {
	text-align: center;
	margin-top: 10px;
	color: #333;
}

#sol, #sol a{
	display: none;
	padding: 10px 20px;
	margin: 0 5px;
	font-size: 16px;
	font-size: 12pt;
	color: #e3e333;
	background-color: #1c1ccc;
	font-weight: bold;
	border: none;
	border-radius: 5px;
}

.vis{
	display: block;
}

.invis{
	display: none;
}



#stext{
	margin-top: 38%;
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 27%; 
	background-color: rgba(255,255,255,0.3);
}

label{
	display: block;		/* Label über dem Input anzeigen */
	margin-bottom: 2px;	/* Abstand zum Input-Feld */
	font-weight: bold;	/* Schrift fett */
	color: #333;		/* Dunkle Farbe */
	cursor: pointer;	/* Zeiger-Cursor für Klickbarkeit */
	font-size: 12pt;
}

#sub{
	font-size: 12pt;
	font-weight: bold;
	width: 140px;
	height: 30px;
}

#but, #qbut{
	font-size: 14pt;
	width: 170px;
	height: 40px;
}

#but, #sub, #qbut{
	background-color: lightgray;
	border-radius: 8px; 
	border: 0px solid darkgray;
	box-shadow: 5px -3px darkgray;
	margin-top: 2px;
}

.vtr{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#qslideshow-container {
	position: relative;
	width: 90%;
	height: 800px;
	margin: 50px auto;
	overflow: hidden;
	background: #000;
	box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

#qslideshow-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
	
#qslideshow-container img.active {
	opacity: 1;
}


#qimg{
	width: 52%;
}

#qimh{
	width: 26%;
}

.klein{	
	font-size: 10px;
}

