.page-geschichte-hochladen .show_quick_login {
	display: block;
	margin: 1rem auto;
	width: max-content;
	background-size: cover;
}
.page-geschichte-hochladen .quick_login #loginform {
  padding-bottom: 4rem;
}
.page-geschichte-hochladen .quick_login .forgot_password {
	position: relative;
	display: block;
	margin: -2rem 0 0 1rem;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-2deg);
	z-index: 3;
}
.page-geschichte-hochladen select {
  margin: 0.5rem 0rem;
  padding: 0.5rem 0rem 0.1rem;
  width: 100%;
  border: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
  border-bottom: 2px solid #333;
  background: transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.segment_columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10%;
}
.label_notice {
	display: block;
	text-align: left;
	font-size: 70%;
	margin: 0.5rem 0 0;
}

.page:is(.page-geschichte-hochladen) h1 {
	margin-top: 3rem !important;
}
.story_header {
	width: min(80%, 800px);
	margin: 0 auto;
	position: relative;
}
.story_polaroid {
  position: relative;
  transform: rotate(-3deg);
  z-index: 3;
  margin: 2rem auto 0;
  width: max-content;
  transition: all 0.25s ease-in-out;
}
.header_story .story_polaroid {
	margin: 0 0 -.5rem -2.5rem;
}
.story_polaroid:hover {
	transform: scale(1.2) rotate(-1deg);
}
.header_story .story_polaroid:hover {
	margin-left: 1rem;
}
.story_polaroid img {
  display: block;
}
.story_polaroid::after {
	content: "";
	position: absolute;
	top: 1%;
	left: 1%;
	width: 98%;
	height: 98%;
	background: #0005;
	-webkit-box-shadow: 0px 0px 5px 0px #00000050;
	-moz-box-shadow: 0px 0px 5px 0px #00000050;
	box-shadow: 0px 0px 5px 0px #00000050;
	z-index: -2;
	transition: all 0.25s ease-in-out;
}
.story_polaroid:hover::after {
	width: 97%;
	height: 97%;
	-webkit-box-shadow: 1px 2px 10px 0px #00000050, 30px 40px 10px 3px #00000080;
	-moz-box-shadow: 1px 2px 10px 0px #00000050, 30px 40px 10px 3px #00000080;
	box-shadow: 1px 2px 10px 0px #00000050, 30px 40px 10px 3px #00000080;
}
.story_header .bild_nachricht {
	position: relative;
	transform: rotate(4deg);
	font-size: 1.125rem;
	padding: 1rem 1rem 2.5rem;
	box-shadow: 0px 0px 10px 0px #00000090;
	margin: 0 0 -2rem auto;
	display: block;
	width: max-content;
}
.story_header .story_approval {
	bottom: auto;
	top: 0;
	left: 50%;
	right: auto;
	padding: 1rem;
	text-align: center;
}
.story_header .story_approval p {
	margin: 0 0 .5rem;
}
.story_header .bild_nachricht.account_inactive {
	bottom: 0;
	left: 50%;
	right: auto;
	padding: 0 1rem;
	margin: 0 0 4rem -75px;
	width: 150px;
	transform: rotate(-2deg);
	text-align: center;
	color: #8e0505;
}
.story_header .bild_nachricht > span {
	display: block;
	font-size: 90%;
	margin: 0 0 .5rem;
}
.story_header .bild_nachricht > .story_author {
	font-size: 1.75rem;
	font-weight: 400;
	margin: 0 0 .75rem;
}
.story_header .bild_nachricht > span i {
	font-size: 75%;
	margin: 0 0.5rem 0 0;
}
.dokument.story_text {
	margin-top: -1rem;
	z-index: 2;
	position: relative;
}
.story_text h1 {
	text-align: center;
	margin: 1rem 0 2rem;
	font-weight: 400;
	text-shadow: unset;
	color: #000;
}
.story_body p {
	margin: 0;
	text-indent: 1.5rem;
	text-align: justify;
}
.story_body p:first-of-type {
	text-indent: 0;
}

@media screen and (min-width: 640px) {
	.story_header .story_polaroid {
	  margin: 0 0 -2rem -2.5rem;
	}
	.story_header .bild_nachricht {
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
	}
	.story_header .story_approval {
		bottom: auto;
		top: 0;
		left: 50%;
		right: auto;
		padding: 1rem;
		margin: 0 0 0 -75px;
	}
	.story_body {
		column-count: 2;
		column-gap: 10%;
		column-rule: 2px dotted #0000007d;
	}
	.story_text h1 {
		margin: 2rem 0;
	}
}












