*{
	
}

img {
	object-fit: contain;
}

#infoDivName{
	background-color: #86A2C8;
	color: white;
	font-weight: 700;
	padding-left: 1em;
	margin-bottom: -1em;
	margin-top: 1em;
	z-index: 4;
}

#imageTitle {
	margin: 0;
    font-weight: 600;
    padding-top: .3em;
}

.wrapHead{
	background-color: #86A2C8;
	color: white;
	margin-top: 1em;
	margin-bottom: 1em;
	display: flex;
  	align-items: center;
  	padding-left: 1em;
  	padding-bottom: 0.5em;
  	hyphens: auto;
}

#wrapBody{
	position:relative;
	height: 80%;
	width: 100%;	
}

.rand{
	margin-left: 1em;
	margin-right: 1em;
}

.rand article{
	
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.rand img{
	display: block;
}

@media only screen and (max-width:1024px) {
	.stylePicture{
		width: 100%;
		max-height: 500px;
		padding-bottom: 1em;
	}
	
	.rand article{
/* 	padding: 0.5em 8em; */
	}
	
	.rand img{
/* 	width: 500px !important; */
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 2% 1em 2%;
	}
	
	.rand article, .rand p, .rand ul, .rand h1, .rand h2, .rand h3, .rand h4{
/* 	width: 500px !important; */
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 2% 0 2%;
	}
	

	
	#informationMobile {
		display: block;
	    background: white;
	    height: 80%;
	    width: 100vw;
	    z-index: 3;
	    text-align: center;
	    position: absolute;
	}
}

@media only screen and (min-width:1025px){
	.stylePicture{
		width: 100%;
		max-height: 500px;
		padding-bottom: 1em;
	}
	
	.rand article{
/*	padding: 0 18em; */
	}
	
	.rand img{
	width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	}
	
	
	.rand article, .rand p, .rand ul, .rand h1, .rand h2, .rand h3, .rand h4{
	width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	}
	
	#informationMobile {
		display: none;
	}
}

h2{
	margin: 0;
	font-size: 2em;
	font-weight: 700;
}

p{
	display: block;
	margin-block-start: 0em;
    margin-block-end: 0em;
}

.zentrieren{
	display: block;
	margin-right: auto !important;
	margin-left: auto !important;
	max-width: 100%;
}


.red{
	background-color: red;
}