p {
	width: 80%;
	margin: 0px;
	text-align: left;
}

h1 {
	text-align: left;
	font-size: 110%; 
}

#bloginhalt {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}





.day {
	display: none;
	margin-bottom: 40px;
	
}

.daycontent {
	display: flex;
	
}


.bildContainer {
	order: 1;	
}
.textContainer {
	order: 2;
	margin-left: 60px;
	flex-grow: 2;
	width: 60%;
}

.bildContainer img {
	width: 250px;
	margin-bottom: 0px;
	object-fit: contain;
}
.bildContainer figcaption {
	font-size: var(--smaller);
	text-align: left;
}




.kartenMotive img:hover {
	cursor: pointer;
}











nav.kalenderkacheln {
	text-align: left;
	
	width: 100%;
	margin-bottom: 40px;
}

nav.kalenderkacheln a {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.kalenderKachel1, .kalenderKachel2 {
	width: 30px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.dayAktiv, .kalenderKachel1:hover, .kalenderKachel2:hover {
	cursor: pointer;
	background-color: #99ffcc;
}








.chat {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}


.chat p {
	font-size: 13px;
	line-height: 0.6 em;
	padding: 2%;
	margin-bottom: 1%;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	font-family: 'Montserrat', sans-serif;
	background: #ffffff;
}

.leftPerson,
.rightPerson {
	position: relative;
	max-width: 80%;
	margin-bottom: 2%;
}

.leftPerson {
	margin-left:50px;
	float: left;
	/*border-radius: 50px 50px 20px 15px/15px 60px 15px 255px; */
}
.rightPerson {
	margin-right:50px;
	float: right;
	/*border-radius: 40px 15px 225px 15px/15px 12px 40px 255px; */
}
.leftPerson:before, .rightPerson:before {
	content: " ";
  	position: absolute;
  	top: 12px;
  	border-style: dashed;
  	border-color: transparent grey;
	
}
.leftPerson:after, .rightPerson:after {
	content: "";
  	position: absolute;
  	top: 11px;
  	border-style: dashed;
  	border-color: transparent #ffffff;
	
}
.leftPerson:before {
	left: -50px;
	border-width: 4px 50px 7px 0;
}
.rightPerson:before {
	right:-49px;
	border-width: 4px 0px 7px 50px; /*die Dreiecks-Form entsteht hier*/
}
.leftPerson:after {
	left:-50px; 
	right: auto;
	border-width: 4px 50px 7px 0; /*die Dreiecks-Form entsteht hier*/
}
.rightPerson:after {
	right:-49px;
	left: auto;
	border-width: 4px 0px 7px 50px; /*die Dreiecks-Form entsteht hier*/
}

.thought {
	clear:both;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: grey;
}


