﻿.intervalle_tab{
	border-radius: 0.5em ;
	margin-bottom: 2em;
	padding: 1em;
	background-color: var(--farbe1);
	box-shadow: var(--boxschatten-x) var(--boxschatten-y) var(--boxschatten-r) var(--boxschatten-c);
}
.intervalle_hoeren_container{
	background: rgb(255,233,177);
	background: linear-gradient(25deg, rgba(255,233,177,1) 4%, rgba(254,255,232,1) 73%);
	border: 1px var(--rand1) solid;
	box-shadow: var(--boxschatten-x) var(--boxschatten-y) var(--boxschatten-r) var(--boxschatten-c);
	margin: 1em;
	padding:0.5em;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em; /* Firefox */;
	-webkit-border-radius: 0.5em 0.5em 0.5em 0.5em; /* Safari, Chrome */;
	-khtml-border-radius: 0.5em 0.5em 0.5em 0.5em; /* Konqueror */;
	border-radius: 0.5em 0.5em 0.5em 0.5em; /* CSS3 */
	text-align:center;
	}
.intervalle_hoeren_spalten{
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: space-between;;
	justify-content: center;	
	}
.intervalle_richtig {
	width: 80%;
	text-align:center;
	background: rgb(84,124,65);
	background: linear-gradient(0deg, rgba(84,124,65,1) 0%, rgba(75,191,96,1) 100%); 	
	color: white;
	border: 1px black solid;
	padding: 0.5em;
	border-radius: 0.2em ;
}
.intervalle_falsch {
	width: 80%;
	text-align:center;
	background: rgb(146,15,15);
	background: linear-gradient(0deg, rgba(146,15,15,1) 0%, rgba(191,75,75,1) 100%); 
	color: white;
	border: 1px black solid;
	padding: 0.5em;
	border-radius: 0.2em ;
}
input[type=submit]{
	font-weight:bold;
	background-color:var(--farbe4);	
	color:green;
	border: 1px solid #555;
	border-radius: var(--rundung1);
	margin-bottom: 1em;
	padding:0.5em;
	line-height: 1.15em;
	}
input[type=reset]{
	font-weight:bold;
	background-color:var(--farbe4);	
	color: red;
	border: 1px solid #555;
	border-radius: var(--rundung1);
	margin-bottom: 1em;
	padding:0.5em;
	line-height: 1.15em;
}
.schaltflaeche{
	background-color:var(--farbe4);	
	border: 1px solid #555;
	border-radius: var(--rundung1);
	margin: 0.5em;
	line-height: 1.15em;
	padding:0.65em;
}
select{
	background-color:var(--farbe4);	
	border: 1px solid #555;
	border-radius: var(--rundung1);
	margin-bottom: 1em;
	line-height: 1.15em;
	padding:0.5em;
	}
@media screen and (max-width: 700px) {
.intervalle_tab{
	margin-left: 5%;
	margin-right:5%;
}
.intervalle_hoeren_container{
	width: 70vw;
	}
}
@media screen and (max-width: 900px) and (min-width: 700.001px) {                                           
.intervalle_tab{
	margin-left: 10%;
	margin-right:10%;
}
.intervalle_hoeren_container{
	width: 44vw;
	}
}
@media screen and (min-width: 900.001px) {                               
.intervalle_tab{
	margin-left: auto;
	margin-right:auto;
}
.intervalle_hoeren_container{
	width: 29vw;
	}
}
