
.gwt-Image {
  max-width:100%;
}
@media (max-width: 900px) {
  .gwt-Image {
    width:130px;
  }
}

@media (max-width: 400px) {
  .gwt-Image {
    display:none;
  }
}


h2 {
  text-shadow: none;
  font-family: Arial,Helvetica,Sans-Serif;
  color: #555;
  text-align: left;
  margin-bottom: 5px;
  line-height: 120%; }

p {
  text-shadow: none;
  color: #000;
  font-family: Arial,Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
  line-height: 120%; }

.gwt-HTML {
  border: 1px solid rgba(0, 0, 0, 0) !important;
  box-shadow: rgba(0, 0, 0, 0) 2px 2px 3px 0px !important;
  background: rgba(255, 255, 255, 0) !important; }

.wrapper {
  /*background: green;*/
  /* height: 96vh;*/
  /* width: 100vw; */ }

.container {
  position: relative;
  top: 60px;
  width: 100%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.75); }

@media (orientation: portrait) {
  .hotspot_grid_container,
  .grid_container {
    display: grid;
    grid-template-rows: auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 500px;
    width: 85%;
    max-height: 70vh; } }

@media (orientation: landscape) {
  .hotspot_grid_container,
  .grid_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 1000px;
    width: 95%;
    margin: 0 auto; } }

.text_container {
  margin: 5px 5px 5px 5px; }

.container img {
  max-width: 100%;
  text-align: center; }

.hotspot_grid_element_1 img,
.grid_element_1 img {
  max-height: 400px !important; }

.container.info_grid_container {
  padding: 20px 20px 20px 40px;
  max-width: 400px;
  background: rgba(255, 255, 255, 0); }

@media (orientation: portrait) {
  .container.info_grid_container {
    padding: 10px 0px 10px 0px;
    max-width: 400px;
    background: rgba(255, 255, 255, 0); } }

/*--- Infofenster ---*/
.text_container.info_grid_element_2 {
  text-shadow: none;
  line-height: 100%;
  color: #000;
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  border-radius: 3px;
  border: rgba(0, 0, 0, 0.66) solid 0px;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.75);
  padding: 20px; }

/*--- Hotspots ---*/
.hotspot_container img {
  /*max-width: 800px;*/
  text-align: center; }

/*--- Video ---*/
