.bodyclass {
	background-color:white;
	
}

.bodyausstellung {
	background-color:white;
	
}
.Start-point
{
	font-size: 100px;
	text-align: center;
	padding-top: 300px;
	padding-bottom: 50px;
}

.Start {
  display: grid;
  grid-area: Start;
  /*grid-template-columns: ;*/
  /*grid-template-rows: ;*/
  grid-template-areas: ".";
  height:100px;
}

.start-collection {
	width:1700px;
	
}


.Start a {
  font-size: 80px;
  text-decoration: none;
  text-align: center;
}


.Fragen {
	text-align:center;
	margin: 5px;
	
	  width:400px;
}

.Fragen a {
	display: inline-block;
	text-decoration: none;
	margin:0px;
	width:400px;
	text-align:center;
	min-height: 35px;
}

.Animation {
	height: 600px;
	
}

.Oben {
	padding-top:50px;
	height:600px;
}

.Hilfetext {
	padding-top:50px;
	font-size: 30px;
}

.Microphone {

	margin-top:20px;
	
}

.ShowImage img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	-webkit-animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 10s; /* Firefox < 16 */
    animation: fadein 10s;
}
@-webkit-keyframes fadein {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

.formbuttons {
	margin-top:30px;
	
}

.start-collection {
	margin-top:250px;
	/*margin-left:-280px;*/
}

.normalize {
	color:black;
	height:130px;
}

.btn-abort {
	margin-top:-7px;
}
.btn-element {
	margin-right:10px;
	border: none;
}


.card a{
	text-decoration:none;
}

card-width{
	width:500px;
}

.lang-symbol {
	width:30px;
	top:20px;
}

.description {
	margin-top:10px;
	font-weight:bold;
}

.form-row {
	font-weight:bold;
}

.form-row input {
	border:1px solid black;	
}

.teaserrow {
	margin-top:200px;	
}

.image-back {
	position:absolute;
	top:965px;
	left:903px;
	z-index:1;
	text-align:center;
}


.slider-desc-1 {
	position:absolute;
	top:930px;
	z-index:1;
	color:white;
	background-color:rgb(91,94,102);
	width:auto;
	height:30px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
.slider-desc-2 {
	position:absolute;
	top:930px;
	z-index:1;
	color:white;
	background-color:rgb(91,94,102);
	width:auto;
	height:60px;
	font-weight:bold;
}

.fullscreenimg img{
	width:100%;
	height:90%;

}
.hlbbackg {
	background-color:rgb(91,94,102);
}

.linksammlung {
	z-index:1;
	position:absolute;
	top:650px;
	left:80px;

}
.linksammlung a {
	color:white;
	font-size:20px;
}
.ausstellungslink {
	margin-bottom:20px;
}

.ausstellung_intro {
	color:white;
	font-size:20px;
	margin-bottom:25px;
	
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

	body{
		font-size: 1.3em !important;
		line-height: 1 !important;
	}

	.start-collection{
		margin-top: 200px ;
		margin-left:-25px;
		width: 1024px;
	}
	.card-width{
		width: 280px !important;

	}

	.image-back {
		position:absolute;
		top:680px;
		left:460px;
		z-index:1;
		text-align:center;
	}

	/*Bibguide*/
	.Animation{
		height:400px;
		width: 400px;
	}
	video{
		margin-left: 45px;
		height:400px;
		width: 400px;
	}
	.Oben{
		height:450px;
	}

	/* ausstellung-1 */
	.ausstellung_intro{
		margin-top: -180px;
		margin-left: -40px;
	}

	.fullscreenimg{
		margin-top: 90px
	}
}
