/* Tabs mit radio-Buttons */
.tabbed menu { 
	list-style-type: none;
	padding: 0px;
}

.tabbed > input,
.tabbed menu li {
	display: none;
}

.tabbed menu>li {
  padding: 15px;
  width: 1080px;
  background: hsl(200,40%,96%);
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
  height: 1030px;
}

#tab1:checked ~ menu .tab1,
#tab2:checked ~ menu .tab2,
#tab3:checked ~ menu .tab3,
#tab4:checked ~ menu .tab4,
#tab5:checked ~ menu .tab5 {
  display: flex; 
  justify-content: space-between; 
  padding-bottom: 2em; 
}

.nav {
	background-color: #5d7e9b;
	 height: 70px;
} 

.nav label {
 	 float: left;
    background: #5d7e9b;
    font-size: 30px;
    color: #ffffff;
    padding: 20px;
}

.nav label:nth-child(1) { }
.nav label:hover {background-color:#8ea8bd; color: #ffffff; }
.nav label:active { background: #ffffff; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"],
#tab4:checked ~ nav label[for="tab4"],
#tab4:checked ~ nav label[for="tab5"] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after,
#tab4:checked ~ nav label[for="tab4"]:after,
#tab5:checked ~ nav label[for="tab5"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}

/* PROFIL */

.profil_out {
	background-color: #e0e8ea;
	width: 100%;
	overflow: auto;
}

.profil_in {
	min-height: 950px; 
    width: 100%;
    display: inline-block;
    background-color: #8ea8bd87;
    border-top: 5px solid #195e867d;
    border-bottom: 5px solid #195e867d;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start; 
	
}

.profil_header {
	text-align: right;
    margin: 10px 20px 0px;
    min-height: 130px;
}

.profil_miniicon {
	display: inline-block;
    float: left;
    padding: 10px;
    background-color: #ffffff5c;
}

.profil_profillink {
	text-align: right;
    padding: 30px 40px 20px 10px;
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    letter-spacing: 4px;
    font-weight: bold;
    width: 880px;
    float: right;
    background-color: #ffffff5c;
}

.profil_usertitel {
	float: right;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    color: #0f0f0f;
    letter-spacing: 4px;
    margin: 10px 0px 0px 5px;
    text-align: center;
    background-color: #ffffff5c;
    padding: 10px;
    width: 880px;
}

.profil_quotes {
	width: 100%; 
	margin: 10px; 
}

.profil_parent {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around; 
	align-items: flex-start;
}

.profil_child {
	width: 47%; 
	box-sizing: border-box; 
	text-transform: none;
	margin: 10px;
}

.profil_child_life {
	width: 100%;
    box-sizing: border-box;
    text-transform: none;
	margin: 10px;
}

.profil_headline {
    display: inline-block;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
	font-size: 15px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    letter-spacing: 4px;
    font-weight: bold;
	width: 100%;
}

.profil_headline_life {
    display: inline-block;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
	font-size: 15px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    letter-spacing: 4px;
    font-weight: bold;
	width: 100%;
}

.profil_factfield {
    border: 1px solid var(--farbe1);
    padding: 10px;
    text-align: justify;
    box-sizing: border-box;
	background-image: url(../../../images_nightsky/postbit_background.png);
	max-height: 200px; 
	overflow: auto; 
	word-break: break-word; 
	white-space: pre-line;
}

.profil_factfield_life {
	border: 1px solid var(--farbe1);
    padding: 10px;
    text-align: justify;
    box-sizing: border-box;
	background-image: url(../../../images_nightsky/postbit_background.png);
	max-height: 300px; 
	overflow: auto; 
	word-break: break-word; 
	white-space: pre-line;
}

.profil_text {
	font-size: 11px;
    margin: 10px;
}

.profil_field {
    /* background-color: #f5f5f5; */
	text-align: justify;
    font-size: 11px;
}

.profil_username {
	width: 300px;
	padding: 20px 10px 5px 30px;
}

.profil_username > a {
	text-transform: uppercase;
    font-size: 35px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    color: #1b5d6a;
    letter-spacing: 2px;
    padding: 10px 30px 0px 0px;
}

.profile_scenes {
	width: 100%;
}

.profile_special {
	width: 100%;
}

.profile_spotify {
    width: 430px;
    vertical-align: top;
    margin: 10px;
    height: 490px;
    overflow: auto;
    background-color: #ffffff;
    padding: 10px;
}

.profile_spotify > iframe {
    height: 470px !important;
	border: none !important;
}
	
.profile_special {
	
}

.profile_special_fact_parent {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around; 
	align-items: flex-start;
}

.profile_special_child {
	width: 32%; 
	box-sizing: border-box; 
	text-transform: none;
	margin: 10px 0px;
}

.profil_special_headline {
	display: inline-block;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
	font-size: 15px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    letter-spacing: 4px;
    font-weight: bold;
	width: 100%;
}

.profil_special_factfield {
	border: 1px solid var(--farbe1);
    padding: 10px;
    text-align: justify;
    box-sizing: border-box;
	background-image: url(../../../images_nightsky/postbit_background.png);
	max-height: 200px; 
	overflow: auto; 
	word-break: break-word; 
	white-space: pre-line;
}

.profil_special_text {
	font-size: 11px;
    margin: 10px;
}

.profil_infokasten {
	width: 720px;
    display: inline-block;
    background-color: #ffffff5c;
    height: 570px;
    margin: 0px 10px 10px 0px;
    vertical-align: top;
}

.profil_chara_infokasten_one {
	display: inline-block;
    width: 390px;
    height: 550px;
    background-color: #ffffff;
    padding: 10px;
    margin: 10px;
}

.profil_chara_infokasten_two {
	display: inline-block;
    width: 300px;
    height: 550px;
    background-color: #ffffff;
    padding: 10px;
    margin: 10px 10px 10px 0px;
    float: right;
    vertical-align: top;
}

.profil_banner {
	width: 280px;
    display: inline-block;
    background-color: #ffffff5c;
    height: 570px;
    margin: 0px 0px 10px 0px;
    padding: 10px;
}

.profil_chara_info {
	width: 100%;
    background-color: #8ea8bd82;
    padding: 6px 20px 6px 10px;
    margin: 5px 0px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    color: #0f0f0f;
    letter-spacing: 2px;
    text-align: right;
	min-height: 32px;
}

.profil_chara_info > span {
	background-color: #ffffff;
    padding: 0px 5px;
    letter-spacing: 2px;
    float: left;
}

.profil_chara_info_special {
	width: 100%;
    background-color: #8ea8bd82;
    padding: 6px;
    margin: 5px 0px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    color: #0f0f0f;
    letter-spacing: 2px;
    text-align: right;
    min-height: 32px;
}

.profil_chara_info_special > span {
	background-color: #ffffff;
    padding: 0px 5px;
    letter-spacing: 2px;
    float: left;
}

.profil_userinformation_block {
	width: 100%;
    margin: 0px 20px 20px 20px;
}

.profil_inplayquote {
}

.profil_userinfoblock2 {
	background-color: #ffffff;
    padding: 5px;
}

.profil_charaavatar {
	background-color: #ffffff5c;
    padding: 10px;
    display: inline-block;
}

.profil_user_infoblock {
	float: right;
    background-color: #ffffff5c;
    padding: 10px;
    display: inline-block;
    width: 740px;
    height: 220px;
	}

.profil_userblock_info {
	width: 100%;
    background-color: #8ea8bd82;
    padding: 6px 20px 6px 10px;
    margin: 5px 0px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    color: #0f0f0f;
    letter-spacing: 2px;
    text-align: right;
	min-height: 33px;
}

.profil_userblock_info > span {
	background-color: #ffffff;
    padding: 0px 5px;
    letter-spacing: 2px;
    float: left;
}

.profil_charasammlung {
	height: 120px; 
}

.profil_accountswitcher_view {
	text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'SF Buttacup Lettering', sans-serif;
    letter-spacing: 4px;
    font-weight: bold;
    background-color: #8ea8bd;
    margin-top: 10px;
}

.profil_accountswitcher_view_account {
    background-color: #8ea8bd82;
    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 7px;
    justify-content: flex-start;
    text-align: justify;
    box-sizing: border-box;
    height: 120px;
    overflow: auto;
}

.profil_infokasten_icon {
	background-color: #8ea8bd82;
    padding: 20px;
}

.profil_infokasten_shorttext {
	height: 200px;
    background-color: #8ea8bd82;
    padding: 10px;
}

.profil_infokasten_shorttext_bit {
	height: 180px;
    overflow: auto;
    padding: 15px;
    font-size: 11px;
    text-align: justify;
    background-color: #ffffff;
}