/* =======================================
1. Kalibrierung und Restauration
======================================= */
.galleriebox { 
/*	box-sizing: border-box; */
	float: left;
	width: 320px;
	height: 313px;
	padding: 2px;
	border: 2px #1059AD;
	margin: 2px 20px 50px 20px;
	background: transparent;
}


		.footer {
			text-align: center; /* zentrieren */
			font-size: 80%; /* etwas kleiner als der Rest */
			font-style: normal; /* normale Schrift, nicht kursiv */
			letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
			line-height: 1.5; /* Zeilenabstand, ohne Einheit */	
			width: 97%;
			height: 50px;
			padding: 1px 1px 1px 2em;
			border-top: 2px solid #F9AB5D;
			margin-top: 280px;
			margin-bottom: 3px;
			background: transparent;
		}

	@media (max-width: 1024px) {
		.footer {
			text-align: center;
			font-size: 80%; 
			font-style: normal;
			letter-spacing: 2px;
			line-height: 1.5;
			width: 97%;
			height: 50px;
			padding: 1px 1px 1px 2em;
			border-top: 2px solid #F9AB5D;
			margin-top: 750px;
			margin-bottom: 2px;
			background: transparent;
		}
	}

		.footer_galerie {
			text-align: center;
			font-size: 80%;
			font-style: normal;
			letter-spacing: 2px;
			line-height: 1.5;
			width: 97%;
			height: 50px;
			padding: 1px 1px 1px 2em;
			border-top: 2px solid #F9AB5D;
			margin-top: 1200;
			margin-bottom: 2px;
			background: transparent;
		}
	@media (max-width: 1500px) {
		.footer_galerie {
			text-align: center; /* zentrieren */
			font-size: 80%; /* etwas kleiner als der Rest */
			font-style: normal; /* normale Schrift, nicht kursiv */
			letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
			line-height: 1.5; /* Zeilenabstand, ohne Einheit */	
			width: 97%;
			height: 50px;
			padding: 1px 1px 1px 2em;
			border-top: 2px solid #F9AB5D;
			margin-top: 1600px;
			margin-bottom: 2px;
			background: transparent;
		}
	}		
		
		
	@media (max-width: 1200px) {
		.footer_galerie {
			text-align: center; /* zentrieren */
			font-size: 80%; /* etwas kleiner als der Rest */
			font-style: normal; /* normale Schrift, nicht kursiv */
			letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
			line-height: 1.5; /* Zeilenabstand, ohne Einheit */	
			width: 97%;
			height: 50px;
			padding: 1px 1px 1px 2em;
			border-top: 2px solid #F9AB5D;
			margin-top: 2300px;
			margin-bottom: 2px;
			background: transparent;
		}
	}		
		
	@media (max-width: 1024px) {
		.footer_galerie {
			text-align: center; /* zentrieren */
			font-size: 80%; /* etwas kleiner als der Rest */
			font-style: normal; /* normale Schrift, nicht kursiv */
			letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
			line-height: 1.5; /* Zeilenabstand, ohne Einheit */	
			width: 97%;
			height: 50px;
			padding: 1px 1px 1px 2em;
			border-top: 2px solid #F9AB5D;
			margin-top: 2300px;
			margin-bottom: 2px;
			background: transparent;
		}
	}

		@media (max-width: 800px) {
		.footer_galerie {
			text-align: center; /* zentrieren */
			font-size: 80%; /* etwas kleiner als der Rest */
			font-style: normal; /* normale Schrift, nicht kursiv */
			letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
			line-height: 1.5; /* Zeilenabstand, ohne Einheit */	
			width: 97%;
			height: 50px;
			padding: 1px 1px 1px 2em;
			border-top: 2px solid #F9AB5D;
			margin-top: 4570px;
			margin-bottom: 2px;
			background: transparent;
		}
	}

