#de_mhoerz_witzbox {
  font-size: 0.9em;
  width: 18vw;
  min-width: 200px;
  height: 220px;
  text-align: left;
  position: relative;
}
#de_mhoerz_witzbox p {
  margin: 0.25rem;
}

#de_mhoerz_witzbox .witztext {
  height: 220px;
  overflow-y: auto;
}

#de_mhoerz_witzbox .buttons {
  position: absolute;
  display: none;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

#de_mhoerz_witzbox .buttons p {display: inline;}
#de_mhoerz_witzbox .buttons button {display: inline;}


@media screen and (max-width: 850px) {
	#de_mhoerz_witzbox {
		display:none;
	}
}


@media screen and (max-height: 370px) {
    #de_mhoerz_witzbox {
        display: none;
    }
}
