
.inhalttext{
	max-width:500px;
	height:auto;
	float:left;
	 
}
.inhalttext h4{
	font-weight:400;
	padding:2px;
	margin:0px; 
} 

 

@media all and (max-width: 480px){
	.gradient {
	min-width:95%;
}
}
 
select {
   background: #E8E8E8;
   width: 290px;
   padding: 6px;
   margin: 1 1 1px;
   font-size: 15px;
   font-weight: 500;
   color: #000;
   border: 1px solid #E8E8E8;
   -webkit-border-radius:4px;
   -moz-border-radius:4px; 
   border-radius:4px;
} 
 
}
select:hover {box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);}

#nach_oben {font-size: 12px;}

.kasten div {
	padding-left: 0px; 
	padding-right: 0px; 
	margin-bottom:0px;  
	margin-top:0px; 
	background: #fff; 	 
}

.kasten  {
	float: left;
    border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding-left: 0px; 
	padding-right: 0px; 
	margin-bottom:10px;  
	margin-top:0px;  
}

.kasten h3 {
		line-height:30px;
		font-size: 20px;
		line-height:30px;
        position:relative;
        background:#964646;
		opacity:0.9;
        overflow:hidden;
        color: #fff;
		padding: 10px;
		margin-top:10px;
		margin-bottom:10px;
}
 
.kasten p {
 
	padding: 10px; 	
 
}

.leselust_text, .leselust_bild  {
	float: left;
    width: 50%;
    box-sizing: border-box;
}


.list-content-inner {
	margin-left:20px;
	margin-right:20px;
}

.list-content-inner p{
	font-family:tahoma, helvetica, verdana;
	font-size: 16px;
	line-height:25px;
}

h1.ueberschrift {
	font-family:tahoma, helvetica, verdana;
	font-size: 34px;
	line-height:50px;
	text-align: center;
	font-weight:500;
	word-wrap: break-word;
	border-bottom: 3px solid rgba(61, 53, 41, 0.15);
}

p.autoren {
	font-family:tahoma, helvetica, verdana;
	font-size: 17px;
	line-height:20px;
	text-align: center;
	margin-top:0px;
	margin-bottom:20px; 
}

.ersterB:first-letter {
  font-size: 50px;
  font-size: 60px;
  float: left;
  display: block;
	margin:10px;
  padding: 5px;
 
}

.imessage {
  background-color: #fff;
  border: 1px solid #e5e5ea;
  box-shadow: 1px 1px 1px #999;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  font-family:tahoma, helvetica, verdana;
  font-size: 1.25rem;
  margin: 0;
  max-width: 100%;
  padding: 0.5rem 1.5rem;
   box-shadow: 0 0 2px 1px #d3d3d3, 0 0 20px 1px #d3d3d3;
}

.imessage p {
  border-radius: 1.15rem;
  line-height: 1.25;
  margin: 0.5rem 0;
  max-width: 75%;
  padding: 0.5rem 1.15rem;
  position: relative;
  word-wrap: break-word;
  margin-bottom:20px;
}

.imessage p:last-child {
  margin-bottom: 0.5rem;
}

.imessage p::before,
.imessage p::after {
  bottom: -0.1rem;
  content: "";
  height: 1rem;
  position: absolute;
}

.person1 {
  align-self: flex-end;
  background-color: #248bf5;
  color: #fff; 
  margin:1em;
}
 
.person1::before {
  border-bottom-left-radius: 0.8rem 0.7rem;
  border-right: 1rem solid #248bf5;
  right: -0.35rem;
  transform: translate(0, -0.1rem);
}

.person1::after {
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  right: -40px;
  transform:translate(-30px, -2px);
  width: 10px;
}

.person2 {
  align-items: flex-start;
  background-color: #78FFD2;
  color: #000;
}

.person2:before {
  border-bottom-right-radius: 0.8rem 0.7rem;
  border-left: 1rem solid #78FFD2;
  left: -0.35rem;
  transform: translate(0, -0.1rem);
}

.person2::after {
  background-color: #fff;
  border-bottom-right-radius: 0.5rem;
  left: 20px;
  transform: translate(-30px, -2px);
  width: 10px;
}

.person3 {
  align-self: flex-start;
  background-color: #FFD350;
  color: #000; 
}

.person3::before {
  border-bottom-left-radius: 0.8rem 0.7rem;
  border-right: 1rem solid #FFD350;
  right: -0.35rem;
  transform: translate(0, -0.1rem);
}

.person3::after {
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  right: -40px;
  transform:translate(-30px, -2px);
  width: 10px;
}

.person4{
  align-self: flex-end;
  background-color: #FFAAFF;
  color: #000; 
}

.person4::before {
  border-bottom-left-radius: 0.8rem 0.7rem;
  border-right: 1rem solid #FFAAFF;
  right: -0.35rem;
  transform: translate(0, -0.1rem);
}

.person4::after {
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  right: -40px;
  transform:translate(-30px, -2px);
  width: 10px;
}

.person1, .person2, .person3, .person4  {
  width: fit-content;
  margin:10px!important;
}
 
.comment{
  font-size: 16px;
}

 
 