/* PROFIL */
.profil_box {
    width:var(--tabwidth);
    height:auto;
    margin:auto;
    padding:50px;
    box-sizing: border-box;
    background-color: #040101;
    color: var(--text);
    font-size: 12px;
    font-family: calibri;
}

.profil_name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 55px;
    color: var(--bunt);
    text-align: center;
    margin-bottom:30px;
    width:100%;
	font-family: var(--fhead);
    font-size: var(--smpbig);
    text-transform: var(--theading);
    letter-spacing: var(--lhead);
    color: var(--bunt);
    line-height: var(--mplinehname);
    flex: 0;
    z-index: 2;
}

.profil_kat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border: 10px solid var(--tabelle3);
    margin: 30px auto 15px;
    font-size: 20px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    box-sizing: border-box;
    padding: 20px;
}

.profil_add {
    text-align: right;
    margin-bottom: 10px;
}

.profil_add i {
    font-size: 15px;
    margin-left: 15px;
    margin-right: 5px;
}

.profiltop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.profil_inhaltbox, .profil_pinterest, .profil_avatar, .profil_bigbox, .profil_bigbox2 {
    background-color: #0e0405;
    border: 1px solid #0e0405;
    padding: 15px;
    box-sizing: border-box;
    overflow: auto;
}

.profil_pinterest {
    width: 630px;
    height: 170px;
    mix-blend-mode: luminosity;
    padding: 5px;
}

.profil_avatar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 170px;
}

.profil_avatar img {
    width: 210px;
    height: 132px;
}

.profil_inhalt {
    display: flex;
    flex-direction: row;
    width:100%;
}

.profil_links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width:630px;
    height: auto;
}

.profil_bigbox {
    width: 294px;
    height: 354px;
    overflow-y: hidden;
}

.profil_bigbox2 {
    width: 294px;
    height: 326px;
    overflow-y: hidden;
}

.bigbox_text, .bigbox_text2 {
    width:100%;
    height: 260px;
    overflow: auto;
    margin-top:10px;
    text-align: justify;
}

.bigbox_text2 {
    height: 225px;
}

.profil_rechts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width:270px;
}

.profil_smallbox {
    display: flex;
    flex-direction: column;
    width:250px;
    height: 210px;
    background-color: var(--bunt2);
    margin-bottom: 15px;
    padding: 15px;
    box-sizing: border-box;
    color: #cecece;
}

.profil_smallbox u3 {
    margin-bottom:20px;
    color: #cecece;
}

.small_info {
    margin: 0px 0px 10px 0px;
    text-align: left;
}

.small_info i {
    font-size: 15px;
    margin-right:8px;
}

.icon_profil {
    width: 250px;
    height: 130px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
    

.icon_profil img {
    width: 250px;
    max-height: 130px;
}

/* BEZIEHUNGEN */
.beziehungen_titel {
    font-size: 20px;
    color: var(--bunt);
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    margin:15px auto;
}

.bez_height {
    max-height: 500px;
    overflow: auto;
}

.beziehungen_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

.bez_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:205px;
    height:150px;
    overflow: auto;
    background-color: var(--tabelle3);
    border: 1px solid var(--boxborder);
    padding:5px 10px;
    box-sizing: border-box;
    margin:10px;
}

.bez_box img {
    width:70px;
    margin-bottom:5px;
}

.bez_text {
    height:60px;
    overflow: auto;
    margin-top: 5px;
}

/* SZENEN */
.szenen_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.szenen_spalte {
    width:45%;
}

.szenen_inh {
    background-color: var(--tabelle3);
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: center;
    margin:5px;
}

/* SOCIAL MEDIA */
.socialmedia_box {
    width:100%;
}

.socialmedia_box img {
    max-width: 200px;
    max-height:200px;
    margin:5px;
}

/* MEHRCHARAKTERE DROPDOWN*/
/* Navbar container */
.navbar {
    width:150px;
    overflow: hidden;
    background-color: var(--bunt2);
}
  
/* Links inside the navbar */
.navbar a {
    float: left;
    background-color: var(--thpotext);
    color: var(--text);
    padding: 0px 10px;
    text-decoration: none;
}
  
/* The dropdown container */
.dropdown {
    float: left;
    overflow: hidden;
}
  
/* Dropdown button */
.dropdown .dropbtn {
    font-size: 12px;
    color: #cecece;
    border: none;
    outline: none;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
}

.dropbtn i {
    font-size: 15px;
    margin-right:8px;
    margin-left:-7px;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 150px;
    z-index: 1;
    background-color: var(--bunt2);
}
  
/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    color: var(--bunt2);
    padding: 5px 10px;
    text-decoration: none;
    /* display: block; */
    text-align: center;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
    background-color: var(--drpdwn);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
.trow9 {
    padding: 10px !important;
    background-color: #34120d;
    box-sizing: border-box;
    text-align: center;
    margin: 5px !important;
}
		
		