/*BODY*/

.earth {
	color: var(--earth-darkgreen) !important;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: var(--mainfont);
	font-size: 13px;
	overflow-y: scroll;
	background: url(/images/infinite_space/earth_header.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
	counter-reset:step; /* Coutner mit dem Namen "step" wird auf 0 gesetzt */
}

#earth-container {
	color: var(--darkgreen);
	text-align: left;
	line-height: 1.4;
	margin: 0;
	font-family: var(--mainfont);
	font-size: 13px;
	min-width: 990px;
}

/*HEADER*/
#earth-bottompanel {
position: fixed;
bottom: 0px;
width: 100%;
height: 50px;
	background-color:var(--earth-bright);
	z-index:10;
	color: var(--earth-darkgreen);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-family: var(--earth-font);
	text-transform: lowercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-style: italic;
}

.earth-headline-box {
	width: 30%;
  margin-left: 10%;
  font-size: 14px;
  text-align: justify;
}

.earth-headline {
font-size: 150px;
  font-family: var(--earth-font);
  color: var(--earth-green);
  letter-spacing: 25px;
  font-style: italic;
}

#earth-topmenu {
	position: sticky;
	position: -webkit-sticky;
	top: -1px;
	z-index: 5;
	background-color:var(--earth-bright);
	display: flex;
	flex-wrap: wrap;
	height: 50px;
	color: var(--earth-darkgreen);
}

.earth a:link,
.earth a:visited,
.earth a:hover,
.earth a:active {
	color: var(--earth-green);
	text-decoration: none;
}

.earth-wb-sep{
	padding: 10px;
	font-family: var(--earth-font);
	text-transform: lowercase;
	font-size: 15px;
	font-style: italic;
	color: var(--earth-darkgreen);
}

.earth-switchbutton {
	border-radius: 50%;
  border:none;
  transform: none;
	background-color: rgba(0, 0, 0, 0);
	    color: var(--earth-green);
	font-family: var(--serif);
text-transform: lowercase;
font-size: 15px;
letter-spacing: 0.1em;
font-style: italic;
}

.earth-navigation {
	color: var(--earth-green);
	font-size: 14px;
	margin-left: 10px;
}

.earth-navigation a:link {
	text-decoration: none;
	font-weight: bold;
}

.earth-navigation a:visited {
	text-decoration: none;
}

.earth-navigation a:hover,
.earth-navigation a:active {
	color: var(--earth-darkgreen);
}

.earth-navigation .active {
	color: var(--earth-bright);
	font-size: small;
	background-color: var(--earth-green);
	padding: 0.4em;
}

#earth-toplinks{
font-family: var(--earth-font);
font-size: 2em;
line-height: 50px;
text-align: right;
font-weight: 100;
text-transform: lowercase;
font-style: italic;
	margin-right:5px;
}

#earth_content {
	background: url(/images/infinite_space/earth_headerb.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
	width: auto !important;
	padding: 20px 10px;
	overflow: hidden;
}

/*FORENANSICHT*/
.earth-fs-cat-title {
	font-family: var(--earth-font);
	font-size: 50px;
	text-align: center;
	letter-spacing:0.1em;
	margin: 30px 0px;
	color: var(--earth-green);
	text-transform:uppercase;
	font-weight:200;
	background: var(--earth-bright);
	padding:30px 0px;
}

.earth-tl-info {
  width: 100%;
  padding: 5px;
  border-top: none;
  background: var(--earth-bright);
}

.earth-forenbox{
  width: 100%;
  display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
  margin:10px;
	background-color: var(--earth-bright);
}

.earth-fs-title{
  width: 100%;
  height: 70px;
  text-align:center;
  font-size:40px;
  background:var(--earth-grey);
	font-family: var(--earth-font);
	color:var(--earth-green);
	letter-spacing: 0.2em;
	text-transform: lowercase;
	font-weight:200;
	font-style:italic;
	display: flex;
  justify-content: space-evenly;
  align-items:center;
	border-bottom:1px solid var(--earth-green);
	margin-bottom: 5px;
}

.earth-fs-title a{
	color: var(--earth-green);
}

.earth-fs-desc{
  height: 150px;
  width: 100%;
  padding: 5px;
  overflow: auto;
  font-family: var(--sans-serif);
  font-size: 1.2em;
  line-height: 1.5em;
	font-weight: 300;
  color: var(--earth-darkgreen);
  background: var(--earth-bright);
}

.earth-fs-desc a{
	font-family: var(--mainfont);
font-style: normal;
font-size: 13px;
}

.earth-fs-subforums-list {
  height: 50px;
	text-transform:uppercase;
}
}

.earth-fs-info{
  height: 100px;
  padding: 5px;
  background:var(--earth-bright);
}

.earth-fs-content {
	width: calc(100% - 400px);
}

.earth-fb-po-th {
  min-width: 270px;
  min-height: 270px;
  text-align: center;
  display: table;
	color: var(--earth-darkgreen);
	font: italic 300 14px var(--serif);
}

.earth-fs-last {
  margin-bottom: 20px;
	height:100px;
	margin-top:50px;
}

.earth-posts-threads{
	margin-top: 50px;
	height: 50px;
	
}

.earth-forum_status {
	background: url(/images/infinite_space/earth_forum_active.png);
	min-width:200px;
	height:270px;
}

.earth-forum_on {
	background-color: var(--earth-green);
	opacity:0.5;
	width:100px;
	height:270px;
}

.earth-forum_off, 
.earth-forum_offclose,
.earth-forum_offlink {
	width:100px;
	height:270px;
}

.earth a.button:link,.earth a.button:hover,.earth a.button:visited,.earth a.button:active {
  background: var(--earth-green);
  color: var(--earth-bright);
  display: inline-block;
  padding: 4px 8px;
  margin: 2px 2px 6px 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.earth select {
  background: var(--earth-green);
  padding: 3px;
  border: 1px solid var(--earth-darkgreen);
  outline: 0;
  font-size: 13px;
  color: var(--earth-bright);
}

.earth button,.earth input.button {
  padding: 3px 8px;
  cursor: pointer;
  font-size: 13px;
  background: var(--earth-green);
  border: 1px solid var(--earth-darkgreen);
  color: var(--earth-bright);
  outline: 0;
}

.earth input.textbox {
  background: var(--earth-green);
  color: var(--earth-bright);
  border: 1px solid var(--earth-darkgreen);
  padding: 3px;
  outline: 0;
  font-size: 13px;
}

/*THREAD-LIST*/

.earth_threadtitle {
font-family: var(--earth-font);
  font-size: 20px;
	letter-spacing:0.1em;
}

.earth-tp-onoff {
	width:100px;
	height:100px;
}

.earth-tp-color {
  width: 50px;
  min-height: 50px;
}

.earth-tp-subject{
	width:56%;
}

.earth-tp-replies {
	width:20%;
}

.earth-tp-lastpost {
	width:10%;
}

.earth-tp-ip-info {
	display: flex;
	flex-direction: row;
    justify-content: space-evenly;
	border-top: 1px solid var(--earth-green);
	padding-top:10px;
}

/*SHOWTHREAD*/

.earth-thead {
  border-bottom: 1px solid var(--earth-darkgreen);
  padding: 15px 0px;
  background-color: var(--earth-grey);
}

.earth_ip_scenes_box{
	background: var(--earth-bright);
	border-bottom: 1px solid var(--earth-darkgreen);
	border-top:1px solid var(--earth-darkgreen);
	padding:10px;
	line-height: 1.7em;
}

.earth-ip-scenes-details{
	display: flex;
	flex-direction: row;
    justify-content: space-evenly;
}

.earth-ip-scenes-headlight {
	text-transform: uppercase;
	font-family: var(--earth-font);
	font-size:14px;
	color: var(--earth-dark);
}

.earth-thread-subject-head {
  font-family: var(--earth-font);
  font-size: 50px;
  letter-spacing: 0.2em;
  color: var(--earth-darkgreen);
  margin: 30px 0px;
  text-align: center;
}

.earth .post_body {
  background: var(--earth-bright);
  padding: 70px 70px 70px 110px;
  border-bottom: 5px solid var(--earth-dark);
  margin: 25px 20px 50px 110px;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}
	
/* POST */

.earth-post {
	background: var(--earth-bright);
margin: 25px auto 25px auto;
border-bottom: 1px solid var(--earth-darkgreen);
padding: 10px 0px;
	border-top: 1px solid var(--earth-darkgreen);
}

.earth-post.classic {
	padding-top: 15px;
}

.earth-post .earth-post_author {
	width:100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 220px;
	 background: url(/images/infinite_space/earth_header_post.png);
}

.earth-post.classic .earth-post_author {
	border: 1px solid #ddd;
	float: left;
	width: 15%;
	margin: 0 1% 15px 0;
	border-left: 0;
	padding: 5px 1%;
}

.earth-post .earth-post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.earth-post .earth-post_author div.author_avatar {
	top: 0px;
	left: 0px;
}

.earth-post .earth-post_author .author_avatar div.auth_ava_pos {
	position: relative;
}

.earth-author_name {
	font-family: var(--earth-font);
	font-size:60px;
	text-transform: lowercase;
}

.earth-post.classic .earth-post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
	border: 1px solid var(--red);
}

.earth-post .earth-post_author div.author_avatar img {
	transition: 0.6s;
-webkit-transition: 0.6s;
}

.earth-mini-info{
	position: relative;
top: -220px;
left: 0px;
opacity: 0;
transition: 0.6s;
-webkit-transition: 0.6s;
width: 250px;
height: 220px;
background: rgba(187, 186, 180, .85);
padding: 10px 30px;
}

.earth-mini-info div div {
  font-family: var(--earth-font);
  text-transform: lowercase;
  font-size: 18px;
  font-style: italic;
  border-bottom: 1px solid var(--earth-green);
  color: var(--earth-dark);
  min-height: 24px;
}

.earth-mini-info div span {
  text-align: right;
  display: block;
  font-family: var(--sans-serif);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8px;
  letter-spacing: .5px;
  color: var(--earth-green);
}

.earth-post .earth-post_author div.author_avatar:hover .earth-mini-info {
opacity: 1;
}


.earth-post .earth-post_author div.author_avatar img:hover{
filter: grayscale(100%) contrast(20%) brightness(20%) blur(1.5px);
-webkit-filter: grayscale(100%) contrast(30%) brightness(30%) blur(1.5px);
}

.earth-post .earth-post_author div.author_information {
	padding: 6px 50px;
	font-family: var(--sans-serif);
	font-size: 21px;
}

.earth-post.classic .earth-post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.earth-usertitle {
text-transform: uppercase;
	font-size: 15px;
  color: var(--earth-green);
}

.earth-author-statistics {
	padding: 20px 50px;
	line-height: 1.3;
	font-size: 11px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height:200px;
}

.author-statistics-box{
	width:40%;
}

.author-statistics-box div div {
  font-family: var(--earth-font);
  text-transform: lowercase;
  font-size: 18px;
  font-style: italic;
  border-bottom: 1px solid var(--earth-green);
  color: var(--earth-dark);
  min-height: 24px;
}

.author-statistics-box div span {
  text-align: right;
  display: block;
  font-family: var(--sans-serif);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: .5px;
  color: var(--earth-green);
	padding-bottom:5px;
}

.earth-post.classic .earth-post_author div.author_statistics {
	border-top: 1px dotted #ccc;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.author-info-slideOne {
	height: 75px;
  margin-left: 50%;
  width: 50%;
  display: flex;
	flex-direction: row;
    justify-content: space-evenly;
	font-size: 14px;
  text-transform: uppercase;
  color: var(--earth-green);
}

.earth-post .earth-post_head {
	color: var(--earth-dark);
	padding-bottom: 4px;
	margin-bottom: 4px;
	width: 50%;
	margin-left: 50%;
	font-family: var(--sans-serif);
	font-size: 14px;
}

.earth-post .earth-post_head span.earth-post_date {
}

.earth-post .earth-post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.earth-post .earth-post_head span.edited_post a {
	color: #666;
}

.earth-post_body {
	background: var(--earth-bright);
  padding: 70px 70px 70px 70px;
  margin: 25px 110px 50px 110px;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  border: 1px solid var(--earth-green);
}

.earth-post.classic .earth-post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.earth-post_content {
	margin-top: 10px;
	border-top: 1px solid var(--earth-dark);
}

.sliderElements,
.sliderElements figure,
.sliderControls {
    margin: 0;
}
 
.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}
 
.cssSlider {
    overflow-x: hidden;
  position: relative;
  width: calc(100% - 250px);
	height: 220px;
}
 
.sliderElements {
    list-style: none;
    position: relative;
    left: 0;
    width: 400%;
    margin-bottom: .8em;
    padding: 0;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}
 
.sliderElements > li {
    float: left;
    width: 25%;
    position: relative;
}
 
#slide02:checked ~ .sliderElements {
    left: -100%;
}
 
#slide03:checked ~ .sliderElements {
    left: -200%;
}
 
#slide04:checked ~ .sliderElements {
    left: -300%;
}
 
/* Bildunterschrift auf dem Bild positionieren */
.sliderElements figcaption {
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 1em;
    padding: .4em;
    background: rgba(0,0,0,.5);
}
 
/* Bilder responsive */
.sliderElements img {
    width: 100%;
}
 
 
/* inputs aus dem Blickfeld schieben */
.cssSlider input {
    position: absolute;
    left: -99999px;
}
 
/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */
.SlideLeft {
    position: absolute;
  top:85px;
	width: 30px;
	height: 50px;
	 background: rgba(88, 120, 122, 0.5);
}


.SlideRight {
  position: absolute;
  top: 85px;
  left: calc(100% - 30px);
	width: 30px;
	height: 50px;
	 background: rgba(88, 120, 122, 0.5);
}
 
/* Controls nebeneinander bringen */
.sliderControls li {
    display: inline-block;
}
 
/* Controls auf einheitliche Maße bringen und die Ecken abrunden */
.sliderControls label {
    line-height: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: var(--earth-dark);
	margin-top: 15px;
}

.earth-myreactions-container {
  padding: 10px;
	text-transform: uppercase;
  font-size: 10px;
}
.earth-myreactions-container.reactions-16 img {
  width: 16px;
  height: 16px;
}

.earth-myreactions-reaction {
  display: inline-block;
  margin: 2px;
  padding: 5px;
  float: left;
}

.earth-myreactions-reactions, .earth-myreactions-reaction {
border: 1px solid var(--earth-green);
	padding:5px;
	text-transform: uppercase;
	font-size: 11px;
}

.earth-post_controls {
	clear: both;
	padding: 5px;
	overflow: hidden;
}

.earth-postbit_buttons > a:link,
.earth-postbit_buttons > a:hover,
.earth-postbit_buttons > a:visited,
.earth-postbit_buttons > a:active {
	border: 1px solid var(--earth-green);
	padding: 5px 5px;
	margin: 2px;
	text-transform: uppercase;
	font-size: 11px;
}