html,
body {
  min-width: 100%;
  min-height: 100%;
  background-color: #f3f3f3;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  /*font-size: 22px;*/
  /* font-stretch: ultra-condensed; */
  font-weight: 300;
  font-style: normal;
  line-height: 1.55;
  text-align: left;
  text-transform: none;
  color: #333;
  margin: 0;
  padding: 0;
}

a:link {
  color: #555;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #555;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:active {
  text-decoration: none;
  color: #555;
}

.cellHideOnDesktop {
  display: none;
}

.cellHideOnMobile {
  display: table-cell;
}

.boxSHADOW:hover {
  box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.35);
}

.txtTITEL {
  font-size: 1.35rem;
  font-weight: 400;
}

.txtKLEIN {
  font-size: 0.95rem;
  line-height: 1.25;
}

.txtGREY {
  color: #666;
}

.txtZITAT {
  font-family: 'Licorice', cursive;
  /* font-family: 'Waterfall', cursive; */
  font-size: 3rem;
  /* font-weight: 10; */
  font-style: normal;
  line-height: 1.35;
}

.txtZITAT_WER {
  /* font-family: 'Licorice', cursive; */
  /* font-family: 'Waterfall', cursive; */
  font-size: 25px;
  /* font-weight: 10; */
  font-style: normal;
  line-height: 1.35;
  padding-top: 25px;
}

.btnALLG {
  width: auto;
  max-width: 100%;
  min-width: 140px;
  /*height: 50px;*/
  border: none;
  background-color: #ffcf00;
  color: #333;
  font-size: 1rem;
  cursor: pointer;
  padding: 15px 45px;
  border-radius: 3px;
  border-bottom: 2px solid rgba(76, 72, 63, 1);
}

.btnALLG:hover {
  /*background-color: rgba(76, 72, 63, .77);*/
  /*background-color: #ffea82;*/
  background-color: #ffe366;
  color: black;
  border-bottom: 2px solid #808080;
  /*    background: linear-gradient(to bottom, #b3e0ff 1%, #006ab0 100%);
    background-color: #0197fb;
*/
  /*color: #000;*/
  /*background-color: #00b9df;*/
}

.tblALLG {
  border-collapse: collapse;
  border: none;
  font: inherit;
}

.tblALLG td {
  padding: 5px 15px;
  cursor: grab;
}

.tblALLG tr:hover {
  background-color: #fff6cc;
}

.divGREY {
  display: none;
  position: fixed;
  z-index: 300;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 112, 156, 0.77);
}

.divCONTENT_MAIN {
  min-height: 55vh;
  width: 100%;
  float: left;
  /*padding: 30px;*/
}

.divCONTENT_CENTER {
  /* min-height: 60vh; */
  max-width: 1050px;
  margin: 3% auto;
  color: #000;
  padding: 20px;
}

.divCONTENT_CHILD {
  position: relative;
  width: 100%;
  min-width: 500px;
  max-width: 1050px;
  height: auto;
  min-height: 20px;
  overflow: hidden;
  /* border: 1px solid #000; */
  padding: 5px 25px;
  color: #4c483f;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  /* margin-top: 20px; */
}

.divCONTENT_IMAGE {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 150px;
  max-height: 250px;
  margin-left: 27px;
  height: 30%;
}

.divCONTENT_BREAK {
  height: 45px;
  width: 100%;
  /* border: 1px solid #000; */
  float: left;
  left: 0;
}

.divMAP {
  height: 50vh;
  /*border: 1px solid #F09;*/
}

@media all and (max-width: 1000px) and (min-width: 0px) {

  html,
  body {
    line-height: 1.4;
    font-size: 1.5rem;
  }

  table {
    font-size: 1.5rem;
  }

  .cellHideOnDesktop {
    display: table-cell;
  }

  .cellHideOnMobile {
    display: none;
  }

  .btnALLG {
    padding: 30px 30px;
    font-size: 2rem;
  }

  .txtTITEL {
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: bold;
  }

  .txtKLEIN {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .txtZITAT {
    font-size: 4rem;
    line-height: 1.55;
  }

  .txtZITAT_WER {
    font-size: 1.65rem;
    line-height: 1.55;
    padding-top: 45px;
  }

  .divCONTENT_CENTER {
    padding: 40px;
  }

  .divCONTENT_IMAGE {
    height: 50%;
    min-height: 400px;
    max-height: 500px;
    margin-left: 35px;
  }
}