	.div1{
		margin-left: 20px;
		font-family: calibri;
	}
	.imptext1{
		color: #002c5a;
		font-size: 22px;
		font-weight: bold;
	}
	.imptext2{
		color: #002c5a;
		font-size: 16px;
		font-family: calibri;
		font-weight: bold;
	}
	.imptext3{
		color: #002c5a;
		font-size: 16px;
	}
	.imptext4{
		color: #002c5a;
		font-size: 16px;
		padding-left: 1em;
	}
	.imptext5{
		color: #002c5a;
		font-size: 12px;
		line-height: 14px;
	}
	.apul {
		list-style-type: none;
	}

	div.gallerie {
	  padding: 0.1em;
	}

     /* Large screens */
	@media all and (min-width: 35em) {
		li {
			display: inline-block;	
			list-style-type: none;
			width: 24%;
		}

		img.gallerie {
			padding: 0;
			margin: 0;	
			width: 100%;  /* Bild passt sich an verfügbaren Raum im li an */
		}

		div.gallerie {
			padding: 0.1em;	
			margin-bottom: 5px;
			margin-top: 10px;
			background-color: white;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}
		div.imgcontainer {
			text-align: center;
			padding: 3px 3px;
		}

		div.gallerie:focus, 
		div.gallerie:hover {
			transform: scale(2.5);
			position: relative;
			left: -10%;
			top: 20%;
			z-index: 8;
			transition: 1s;		
		}

	}
	@media all and (min-width: 35em) {
		div.gallerie {
			padding: 0.1em;
			width: 10em;
			position: relative;	
			margin-bottom: 5px;
			background-color: white;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}
		div.imgcontainer {
			text-align: center;
			padding: 3px 3px;
		}

		div.gallerie img {
			border: 0;
			left: 0%;
			top: 0%;
			z-index: 3;
			width: 10em;		
			transition: 1s;	
		}

		div.gallerie:focus, 
		div.gallerie:hover {
			transform: scale(2.5);
			position: relative;
			left: -10%;
			top: 20%;
			z-index: 8;
			transition: 1s;		
		}
		/*div.gallerie:focus img.gallerie2, 
		div.gallerie:hover img.gallerie2 {
			border: 0.5em solid #eee;
			border-radius: 1em;
			box-shadow: 1px 1px 4px #333;
			width: 250%;
			position: absolute;
			left: -50%;
			top: -10%;
			z-index: 8;
			transition: 1s;		
		}div.gallerie:focus img.gallerie3, 
		div.gallerie:hover img.gallerie3 {
			border: 0.5em solid #eee;
			border-radius: 1em;
			box-shadow: 1px 1px 4px #333;
			width: 250%;
			position: absolute;
			left: -90%;
			top: -10%;
			z-index: 8;
			transition: 1s;		
		}div.gallerie:focus img.gallerie4, 
		div.gallerie:hover img.gallerie4 {
			border: 0.5em solid #eee;
			border-radius: 1em;
			box-shadow: 1px 1px 4px #333;
			width: 250%;
			position: absolute;
			left: -130%;
			top: -10%;
			z-index: 8;
			transition: 1s;		
		}*/
	}