#wrappersuchbegriffsubmit{
	flex-wrap: wrap;
	align-items: center;	
	justify-content:center;	
	padding:5px 0px 5px 0px;	
	display:block;
	margin-top: 35px;
	height: 200px;		
	margin-bottom:25px;	
}

#search{
	background-color:white;
	color:#615f5f;	
	box-shadow:0px 0px 10px 0px lightgray;
	border-radius:10px;
	display: grid;
	grid-template-rows: 100%;
	gap: 0px 0px;
	position:relative;	
	margin:auto;
	width:800px;
	font-size:1.8em;
	height:65px;
	grid-template-columns: auto 75px;
	padding-left:20px;		
}

#suchleiste{	
	color:#615f5f;
	border-radius:10px;
	width:100%;
	margin:0;
	padding:0;	
}

#searchresetdiv{
	 border-radius: 0px 5px 5px 0px;
	 display:flex;
	align-items:center;
	justify-content:center;
}

#searchresetsvg{
	width:47%;
	height:53%;	
	background: url(../svg/kreuz.svg);
	background-size:100%;
	cursor:pointer;
}

#suchdiv,#suchdivdown{
	margin:auto;
	text-align:center;
	height:70px;
	font-size:1.8em;
	width:350px;
	
}
	
#suchdivdown{
	margin-bottom:250px;
}

#suchbutton,#suchbuttondown{
	all:unset;
	background:#f0ba20;
	color:#870000;
	height:inherit;
	border-radius:15px;
	text-align:center;
	font-weight: bold;
	font-size:1.3em;	
	box-shadow:0px 0px 10px 0px gray;
	position:relative;	
	top:0px;
	width:inherit;
	margin:0px;
	margin-top:40px;	
}

#suchbuttondown{
	margin-top:-20px;
}

@media all and (min-width: 451px) {
	#searchresetsvg{
		width:40%;
		height:40%;	
		background: url(../svg/kreuz.svg);
		background-size:100%;
		cursor:pointer;
	}
	
	#wrappersuchbegriffsubmit{
		display:flex;
		height:48px;
		margin:20px 0px;
	}
	
	#search{
		width:500px;
		font-size:1em;
		height:48px;
		grid-template-columns: auto 48px;
		padding:0;	
		margin:0;
	}
	
	#suchleiste{
		padding-left:10px;
		font-size:1.2em;
	}
	
	#suchdiv{
		height:inherit;
		text-align:left;
		font-size:1em;
		width:auto;
		margin:0;
	}
	
	#suchdivdown{
		font-size:1em;
		height:48px;
		margin-bottom:180px;
	}
	
	#suchbutton,#suchbuttondown{		
		top:1px;
		width:200px;	
		margin-left:40px;
		margin-top:0;
	}
	
	#suchbuttondown{	
		margin-left:0px;	
	}
	
	#searchreset/svg:hover{
		background: url(../svg/kreuzhover.svg);
		background-size:100%;	
	}
	
	#suchbutton:hover,#suchbuttondown:hover{
		cursor:pointer;	
		background:#870000;  
		color:#f0ba20;
	}
	
}