

p{
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  }

.card-text p{
  font-size: 1rem;
  }

.fsizenormal{
	  font-size: 1.0rem;
	}

.container {
	padding: 10px;
	background-color: white;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
	overflow: clip;
	max-width: 720px !important;
	}

.container-fluid {
}

body{
	}


.nnavbar {
  overflow: hidden;
  background-color: #FFF;
 }

.nnavbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 15px 8px;
  text-decoration: none;
}

.ddropdown {
  float: left;
  overflow: hidden;
}

.ddropdown .ddropbtn {  
  border: none;
  outline: none;
  color: white;
  padding: 15px 7px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.nnavbar a:hover, .ddropdown:hover .ddropbtn {
  background-color: #e9ecef;
}

.ddropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.ddropdown-content a {
  float: none;
  color: blue;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 1.2rem;
}

.ddropdown-content a:hover {
  background-color: #DDD;
}

.ddropdown:hover .ddropdown-content {
  display: block;
}

.titel1 {
font-size: clamp(2em, 6.65vw, 11em);
text-align:center;
color:#090;
font-weight:bold;
}
.titel2 {
font-size: clamp(1em, 3.65vw, 7em);
text-align:center;
color:#090;
font-weight:bold;
}
.titel3 {
font-size: clamp(1em, 3.85vw, 7em);
text-align:center;
color:#090;
font-weight:bold;
}

.card{
	ffont-size:80%;	
	}
	
.card-text{
	}

.mIstU{
	  font-weight:500;
	  color:black;
	}

.mIstNichtU{
	  font-weight:200;
	}


.table td, .table th {
	padding: 0.33rem !important;
	text-align:center;
}
	

table.th, table.td{
	align:center;
	text-align: center;
	vertical-align: middle;
	}

.tdtxt {
	text-align:left;
	padding: 0.15 rem;
	font-size:0,88rem;	
}

.redborder {
	border:rgb(255,0,0) medium solid;	
}
	
td:hover {
	  cursor: pointer;
	}	
	
.nix	 {
  color: lightgrey;
}

.no	 {
  color: #ff3333;
}

.jo	 {
  color:  #80ff80;
}
.pshgbtn{
	margin:0.2em;
	padding: 0.2em 1em ;
}

.gelb{
	color:red;
	background-color:yellow;
	margin-bottom: 20px;
	padding: 15px;
	width: 100%;
}
.marker{
	background-color:yellow;	
}