body{
	
	background-color: #000000;
	color:white;
	text-align: center;
}

.norbert{

   border: 1px solid lightgrey;
   border-radius: 16px;
}

.content{

    padding-top: 10px;
    padding: 2em;
}

.content a[href*="imprint"] {
  font-size: 20px;
}

.norbert .btn{

    width: 32%;
}

.question{
	
	text-align: center;
	color: white;
	margin: 1em 1em;
	font-family: 'Neucha', cursive;
	font-size: 30px;
	
}

.slogan{
	
	text-align: center;
	color: white;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 20px;
	
}

#formats{
	
	margin-top: 2em;
	color: white;
	text-align: left;
}

.ergebnis{
	
	margin-top: 2em;
	text-align: left;
}

.uploadlink, .downloadlink, .newlink{
	
	background-color: #0d6efd; /* kräftiges Blau */
  	border: 1px solid white;
	width: 100%;
	padding: 6px 100px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: white !important;
	margin-bottom: 1em;
	text-transform: uppercase;
	border-radius: 8px;
	font-weight: 800;
	display: none;

}

.filename{
	
	margin-top: 2em;
	
}

#recordingsList{
	
	list-style: none;
	margin-left: unset;
	padding-left: unset;
}


.logo{
	
	font-family: 'Montserrat', sans-serif;
	color:white;
	
}

.nav-link{
	
	color: white;
	font-family: 'Neucha', cursive;
	font-size: 24px;
}

audio {
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
 
}

#notice{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100vw;
	height: 100vh;
	inset:0;
	margin: 0 auto;
	background-color: #000;
	
/*
	position: absolute;
	top: 120px;
	left:calc(50% - translate(-150px));
*/
	
}

#notice img{
	

	width: 100%;
	margin-top: 4em;
	

}

.bodytext{
	
	font-size:20px;
	
	
	}
	
#locality-dropdown, #pauseButton, #stopButton, #startnewButton{
	
	display: none;
}	


.schowShareDiv{
	
	background-color: #000;
	position: absolute;
	top: 100px;
	left: 0;
	right:0;
	display: none;
	width: 100vw;
	height: 100vh;
	
	
}


#locality-dropdown{
	
	background-color: #0d6efd;
	color: white;
	text-transform: uppercase;
	text-align: center;
}


#locality-dropdown option{
	

	text-align: center;
}


.norbert-return{
	
	border: 1px solid lightgrey;
	padding: 1em;
	margin-bottom: 2em;
	
}


.thanks{
	padding-top: 4em;
	display: none;
	width: 100vw;
	height: 100vh;
	position: absolute;
	left:0;
	right:0;
	top:100px;
	background-color: #000;
	z-index: 999999999;
	
}

@media only screen and (min-width:600px) {
  
  .noDesktop {
    display: none;
  }
}

/* ABOUT: einheitliche Schriftgröße im Content-Bereich */
.about .content,
.about .content p,
.about .content a,
.about .content li {
  font-size: 20px;
  line-height: 1.5;
}























