body {
  font-family: font-family: Courier, "Lucida Console";
  background: lightgrey;
  height: 100%;
  margin: 0;
  padding: 0;
}
html{
  height:100%;
  padding: 0;
  overflow: hidden;
}
			
.dropdown {
  position: relative;
  display: inline-block;
  float: right;
	}
	
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
  z-index: 1;
	}

.dropdown:hover .dropdown-content {
  display: block;
	}

.desc {
  padding: 15px;
  text-align: center;
	}
@media (pointer: fine){

.dropdown.ichs{
  margin-top: 0px;
  margin-right: 7px;
  margin-left: 8px;
  float: right;
	}
	
.dropdown-content.ich{
  top: 0px;
  left: -300px;
  width: 700px;
	}
.dropdown.s360s{
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 8px;
  float: left;
	}
.dropdown-content.s360{
  top: -120px;
  left: 0px;
	}
.dropdown.burgs{
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 8px;
  float: right;
	}
	
.dropdown-content.burg{
  top: -245px;
  left: -300px;
  width: 700px;
	}
.bilds{
	width: 400px;
}	
.bild{
	width: 700px;
}	
p {
  margin-right: 8px;
  margin-left: 8px;
  font-size: 1.3em;
  line-height: 1.3;
  hyphens: auto; 
  text-align: justify
	}	
h2 {
  margin-right: 8px;
  margin-left: 8px;
  font-size: 1.6em;
  line-height: 1.3;
	}	
}

@media (hover: none) and (pointer: coarse) and (orientation: landscape) {
  /* For tablets: */
.dropdown.ichs{
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
	}
.dropdown-content.ich{
  top: 0px;
  left: -200px;
	}

.dropdown.s360s{
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
	}
.dropdown-content.s360{
  top: -50px;
  left: -200px;
	}
	
.dropdown.burgs{
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
	}
.dropdown-content.burg{
  top: -180px;
  left: 0px;
	}
.bilds{
	width: 200px;
}	
.bild{
	width: 400px;
}	
p {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.2em;
  line-height: 1.4;
  hyphens: auto; 
  text-align: justify
	}	
h2 {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.3em;
  line-height: 1.4;
	}	
 }
 
@media (hover: none) and (pointer: coarse) and (orientation: portrait) {
  /* For mobile phones: */
  .dropdown-content.ich{
  overflow: hidden;
	}

.dropdown{
  float: none;
  overflow: hidden;
  margin: 0px 8% 0px; 
  	}
.dropdown-content{
  display: none;
  overflow: hidden;
  
	}

.desc{
  display: none;
}

p {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.2em;
  line-height: 1.4;
  hyphens: auto; 
  text-align: justify
	}	
h2 {
  margin-right: 6px;
  margin-left: 6px;
  font-size: 1.4em;
  line-height: 1.3;
  text-align: justify
	}	
}