diff --git a/resources/views/metager3.blade.php b/resources/views/metager3.blade.php
index 3bbad8cb1f36d53480c51d41dc1239c5d55d86bc..c3021078e5c8b90d4aab4318d61c18bdeb2cf673 100644
--- a/resources/views/metager3.blade.php
+++ b/resources/views/metager3.blade.php
@@ -1,27 +1,27 @@
 @extends('layouts.resultPage')
 
 @section('results')
-	{{-- Show all errors --}}
-	@if(sizeof($errors) > 0)
-		<div class="alert alert-danger">
-			<ul>
-				@foreach($errors as $error)
-					<li>{!! $error !!}</li>
-				@endforeach
-			</ul>
-		</div>
-	@endif
-	{{-- Show all warnings --}}
-	@if(sizeof($warnings) > 0)
-		<div class="alert alert-warning">
-			<ul>
-				@foreach($warnings as $warning)
-					<li>{!! $warning !!}</li>
-				@endforeach
-			</ul>
-		</div>
-	@endif
 	<div id="results">
+		{{-- Show all errors --}}
+		@if(sizeof($errors) > 0)
+			<div class="alert alert-danger">
+				<ul>
+					@foreach($errors as $error)
+						<li>{!! $error !!}</li>
+					@endforeach
+				</ul>
+			</div>
+		@endif
+		{{-- Show all warnings --}}
+		@if(sizeof($warnings) > 0)
+			<div class="alert alert-warning">
+				<ul>
+					@foreach($warnings as $warning)
+						<li>{!! $warning !!}</li>
+					@endforeach
+				</ul>
+			</div>
+		@endif
 		{{-- Show initial products or ads --}}
 		@if($metager->hasProducts())
 			@if( $metager->getFokus() !== "produktsuche" && !$apiAuthorized)