@font-face {
    font-family: "Raleway";
	src: url('/fonts/Raleway-ExtraBold.ttf') format('truetype'),
    src: url('/fonts/Raleway-Bold.ttf') format('truetype'),
    src: url('/fonts/Raleway-SemiBold.ttf') format('truetype'),
    src: url('/fonts/Raleway-Medium.ttf') format('truetype'),
    src: url('/fonts/Raleway-Light.ttf') format('truetype'),
    src: url('/fonts/Raleway-ExtraLight.ttf') format('truetype'),
    src: url('/fonts/Raleway-Thin.ttf') format('truetype'),
    src: url('/fonts/Raleway-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Roboto";
	src: url('/fonts/Roboto-Regular.ttf') format('truetype'),
    src: url('/fonts/Roboto-Bold.ttf') format('truetype'),
}

body {
	background-color: #e5e5e5;
	background-image: url('../img/image-full-desktop-ham.jpg');
	background-position-x: 50%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
    background-size: cover;
	box-sizing: border-box;
	color: rgb(0,32,64);
	padding: 0;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;

	text-size-adjust: 100%;
	font-family: Roboto, sans-serif;
	font-size: 16px;

	text-align: center;
    line-height: 1.4;

}

/* Custom Audio Player Styles */
/* .audio-player {
	margin: 6px 0;
	display: inline-block;
    background-color: #ddd;
    border-radius: 15px;
    padding: 6px;
    padding-right: 18px;
}

.player-controls {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.play-btn {
	background-color: transparent;
	border: none;
	color: white;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 22px;
	cursor: pointer;
	border-radius: 4px;
	transition: background-color 0.3s;
}

.play-btn:hover {
	background-color: transparent;
}

.time-display {
	font-size: 12px;
	color: #666;
	font-family: monospace;
} */

header .logo {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px;
	padding: 0;
	margin: 0 auto;
	width: 112px;
	height: 96px;
	color: rgba(255,255,255,0);
}

header .logo img {
	margin: 1rem;
}

footer {
	background-color: rgb(192,192,192);
	color: #000000;
	font-size: 0.75rem;
	padding: .5rem;
	margin: 2rem 0 0 0;
	margin-top: auto;
	position: relative;
	left: 0; right: 0;
}

section {
	margin: 0 auto;
	padding: 0 2rem;
	text-align: left;
	margin: 2rem 0;
}

section#sm .socials, section#mw .miwula {
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(221, 244, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border-radius: 0.5rem;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px;
	margin: 0 auto;
	padding: 2rem 1rem 1rem 1rem;
	max-width: 28rem;
	position: relative;
}

section#sm .socials {
    padding: 4rem 2.5rem 2.3rem 2.5rem;
	margin-top: 4rem;
}

section#mw .miwula {
	padding-top: 1rem;
    padding: 1rem 2.5rem 2.5rem 2.5rem;

}

section#mw  .miwula .mw-survey {
	text-align: left;
    margin: auto;
}

section#mw  .miwula .mw-survey input[type=submit] {
    background-color: rgb(0,32,64);
    color: rgb(255,255,255);
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 120%;
    margin: auto;
    margin-top: 2rem;
    display: inline-block;
    width: 100%;
}

label {
    /* white-space: nowrap; */
}

section#sm .socials .figure {
	position: absolute;
	background-image: url('../img/img-square-clip-sitzt-paar-1.png');
	background-size: contain;
	width: 8rem; height: 8rem;
	top: -4rem;
	right: 0;
}

section#sm .socials .socials-item {
	display: inline-block;
}

section#sm .socials .socials-item a {
	border-radius: 50%;
	display: inline-block;
	margin: .5rem;
	padding: 1.5rem;
}

section#sm .socials .socials-item a:hover {
	opacity: 0.8
}

section#sm .socials .socials-item a img {
	height: 2.5rem;
}

section#sm .socials .socials-item#youtube a {
	background-color: rgb(255,0,0);
}
section#sm .socials .socials-item#tiktok a {
	background-color: rgb(255,255,255);
}
section#sm .socials .socials-item#instagram a {
	background: linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 175, 69, 1) 100%);
}
section#sm .socials .socials-item#facebook a {
	background-color: rgb(24,119,242);
}
section#sm .socials .socials-item#x a {
	background-color: rgb(0,0,0);
}



h1, h2 {
	font-family: Raleway, sens-serif;
}

h1 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 2rem;
}

.flag h1 {
	display: inline-block;
	padding: 9px 16px 10px 16px;
	background-color: rgb(120,212,255);
	box-shadow: rgb(0,32,64) 4px 4px 0px;
	transform: rotate(-4deg);
	width: fit-content;
	position: absolute;
	top: -3rem;
	left: 2rem;
}

h2 {
	color: rgb(255,80,48);
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 2rem;
}

form input[type=radio] {
    background: red;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    padding: 5px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

li input[type="radio"] {
    margin: 0;
    flex-shrink: 0;
    margin-top: 2px;
}

li label {
    flex: 1;
    margin: 0;
}

audio {
    width: 100%;
}

table {
    border-collapse: collapse;
}

th {
    background: #eee;
    padding: 5px;
    border: 1px solid #000000;
    font-weight: bold; font-size: 110%;
}

td {
    border: 1px solid #000000;
    padding: 5px;
    text-align: center;
}
ul li a {
    color: rgb(0,32,64);
}

ul li a:hover {
    color: #09f;
}
