/*.Termine tbody td:nth-child(1) {width:140px !important;}
.Termine table {width:100% !important;margin-top:10px;}
.Termine tbody td {border-bottom:1px solid grey;text-align:left;}
.Termine table {border-collapse: collapse;}
.Termine thead td {text-align:center;font-weight:bold;}
.Termine thead {background-color:#E3E2E3;}*/

.BeiUe {
  font-family:Lucida Handwriting;
  font-size: 15pt; 
  font-weight: bold;
  font-style:italic;
  color: black;
  text-align: left !important;
  padding-top: 10px; line-height: 28px;
  margin:0}

.BeiTex, .Termine thead,.Termine tbody  {
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt; 
  line-height: 20px;
  color: black;
  padding:0px;
  margin:5px 0 20px 0;}

.BeiTex {text-align:justify;}

.BildLinks img, .BildRechts img {
  width:100%;
  margin-bottom:20px;
  }



@media screen and (min-width: 800px){
  
.BildRechts {
  display:grid;
  grid-template-columns: 47% 53%;
  /*border-bottom: 1px solid grey;*/
  }  

.BildLinks {
  display:grid;
  grid-template-columns: 53% 47%;  
  /*border-bottom: 1px solid grey;*/
  }
  
.item2 {
  align-self:center;  
  }  
 

.LBue p {
  padding-left:20px;
  padding-right:10%;
  margin-bottom:30px;
  }
  
.RBue p {
  padding-right:20px;
  padding-left:10%;
  margin-bottom:30px;
  }   
  

  
.BeiBild {
  padding-top:10px;
  font-family: arial,helvetica,sans-serif;
  font-size: 11pt;
  font-style:italic;
  line-height: 15px;
  color: black;
  }  
  
}
  
@media screen and (max-width: 799px){
  
.BildRechts, .BildLinks {
  display:grid;   
  }

.item1 {
  grid-area: 1 / 1 / span 1 / span 1;
}

.BildLinks img, .BildRechts img {
  width:100%;
  margin-bottom:0px;
  margin-top:30px;
  }
  
.LBue p, .RBue p{
  padding:0;
  margin:0;
  }
  
  
.BeiBild {
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt; 
  font-style:italic;
  line-height: 20px;
  color: black;
    
  }

}