.pheader {
    width: 100%; display: -webkit-flex; display: flex; background: #CE0000;
}
.pheader img {
    width: 100%; margin-top: -70px !important; height: auto; vertical-align: bottom; position: relative
}
@media (max-width: 700px){
    .pheader img {
        margin-top: 0px !important;
    }
}
.pheader > div:first-child {
    height: 100%; width: 25%; float: left; box-sizing: border-box; padding: 10px; position: relative;
}
.pheader > div:first-child:hover button {
    opacity: 1 !important
}
.pheader > div:first-child button {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0; transition: opacity 0.5s ease
}
.pheader > div:first-child button.bottom {
    top: unset; bottom: 10px
}
.pheader > div:last-child {
    width: 75%; float: right; overflow: hidden;
}

.pheader-spacer {
    margin-top: 70px !important;
}
@media (max-width: 700px){
    .pheader-spacer {
        margin-top: 0px !important;
    }
}
.pheader h1:first-child {
    color: #fff; margin-top: inherit !important; border-bottom: none; white-space: nowrap; overflow-y: hidden; overflow-x: scroll; display: initial
}
.pheader h1:first-child::-webkit-scrollbar {
    display: none; 
}

.pheader span.subtitle {
    color: #fff; margin-bottom: 5px; display: inline-block
}
.imgup {
    background: #FFEBEB; padding: 10px; margin-top: 10px; display: none;
}
.imgup form {
    position: relative;
}
.imgup input[type="file"] {
    height: 0; border: none; position: absolute; bottom: 0; overflow: hidden;
}
.imgup button:last-of-type {
    position: absolute; right: 0; top: 0; opacity: 0;
}
.imgup a {
    font-size: 13px; margin-left: 5px
}
.err {
    background: #FF2B2B; padding: 10px; margin-top: 10px; color: #fff; 
}
.succ {
    background: #2ea200; padding: 10px; margin-top: 10px; color: #fff; 
}

.buttons {
    margin-bottom: 10px
}

.profil-content {
    display: -webkit-flex; display: flex; margin-top: 10px
}
.profil-left {
    width: 26%; background: #D4D4D4;
}
.profil-left a {
    color: inherit; text-decoration: inherit; white-space: nowrap; padding-right: 10px
}
.profil-left > span {
    overflow: hidden; display: block; padding: 5px; border-bottom: 1px solid #A0A0A0; transition: background 0.5s ease; cursor: pointer
}
.profil-left > span:hover {
    background: #A0A0A0;
}
.profil-left > span > span {
    float: right;
}
.profil-left > span > span.gray {
    color: #929292
}
.profil-left span:last-child {
    border-bottom: none
}
.profil-left i {
    color: darkred
}
.profil-right {
    width: 74%; margin-left: 10px;
}
.margintop {
    margin-top: 10px;
}
.profil-content button.tiny {
    float: right;
}
.profil-status {
    background: #FFE4E4; padding: 5px; margin-top: 10px
}
.profil-status button.tiny {
    margin-top: 0px
}
.profil-status h2 {
    border-bottom: none; margin-top: 0px !important
}
.profil-status span.warn {
    text-decoration: blink;
    cursor: default !important;
    margin-top: 5px;
    font-size: 15px;
    color: red;
    float: left
}
.profil-status span.warn a {
    font-size: 15px;
    margin-top: 0px;
}

.profil-status span.gray {
    color: gray
}

.profil-status span.contentcut {
    height: 130px;
}

.profil-status span.contentcut:after {
    content: "";
    position: absolute;
    left: 0;
    height: 40px;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0), #FFE4E4);
    border: 0;
    bottom: 0;
}

.profil-status span {
    display: block;
    position: relative;
    overflow: hidden
}

.profil-status .showmorelink {
    display: block;
    cursor: pointer;
    user-select: none;
    text-decoration: blink;
    font-weight: bold;
    position: relative;
    z-index: 100;
}

.borderfix {
    margin-left: 0px; margin-right: 0px; box-sizing: border-box
}

@media (max-width: 700px){
   .profil-left {
       width: 100%;
   }
   .profil-right {
       width: 100%; margin-left: 0px; margin-top: 10px
   }
   .profil-content {
        -webkit-flex-wrap: wrap; flex-wrap: wrap
    }
}

.write {
    background: #F6F6F6; padding: 5px 5px 1px 5px;   
}
.write button {
    float: right; margin-top: 5px
}
.write div.button-holder {
    display: inline-block; width: 100%;
}

.seriousrank {
    background: #fff;
    color: #CE0000;
    margin-left: 5px;
    margin-right: 10px;
    padding: 1px 3px;
    font-size: 15px;
    opacity: 0.9
}

.mrg-top {
    margin-top: 10px
}

h1 .fa-venus {
    color: hotpink; opacity: 0.7
}

h1 .fa-mars {
    color: deepskyblue; opacity: 0.7
}

select {
    width: 100%; font-size: 17px; padding: 5px; border: #B30000 1px solid; margin-bottom: 10px
}

.blocked {
    max-width: 100%; border-collapse: collapse
}
.blocked td {
    padding: 5px; border: 1px solid #A7A7A7;
}
.blocked tr:first-child td {
    border-top: none    
}
.blocked tr:last-child td {
    border-bottom: none    
}
.blocked tr td:first-child {
    border-left: none    
}
.blocked tr td:last-child {
    border-right: none    
}

.warnbox {
    background: #FFE4E4;
    margin-top: 10px;
    padding: 5px;
    color: red
}

.report {
    opacity: 0;
    transition: opacity 0.5s ease
}

.reportholder:hover .report {
    opacity: 1
}

.gr-bg {
    background: #dedede;
    padding: 7px
}

.birthday {
    margin-top: 5px
}

.profilechat {
    max-height: 500px;
    background: #f5f5f5; 
    margin-top: 10px; 
    padding: 10px 25px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

.profilechat::-webkit-scrollbar { 
    display: none; 
}

.profilechat p {
    text-align: center; margin-top: 5px; margin-bottom: 15px 
}

.profilechat-textarea {
    box-sizing: border-box;
    display: -webkit-flex; display: flex;
    -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
    margin-top: -4px;
}
.profilechat-textarea textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid lightgray;
    padding: 5px
}
.profilechat-textarea button {
    word-break: normal;
    width: 85px;
}
.profilechat-annotation {
    display: flex;
    justify-content: flex-end
}
.profilechat-annotation span {
    color: gray;
    font-size: 12px;
}

.bubble {
    padding: 5px;
    display: block;
    position: relative;
	clear: both;
    max-width: 80%;
    min-width: 40%;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.22) !important;
    z-index: 1
}

.bubble time {
    width: 100%; display: block; text-align: right; font-size: 13px
}

.bubble a {
    color: #000; 
}

.foreign {
    background: #ffb0b0; float: left
}
.foreign:after {
    border-color: #ffb0b0 transparent transparent transparent !important; 
    content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    left: -15px;
	right: auto;
    top: 0px;
	bottom: auto;
	border: 15px solid;
}
.foreign time {
    color: #5a5a5a;
}
.own {
    background: #ff5050; float: right
}
.own:after {
    border-color: #ff5050 transparent transparent transparent !important; 
    content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    right: -15px;
	left: auto;
    top: 0px;
	bottom: auto;
	border: 15px solid;
}
.own time {
    color: #dedede;
}

.new {
    min-width: 0%;
}

.activated {
    background: #A0A0A0
}

.color_switcher {
    background: #fff;
    border: 1px solid lightgray;
    cursor: pointer;
    width: 192px;
    height: 31px;
    box-sizing: border-box;
    transition: background 0.5s ease
}

.color_switcher:hover {
    background: lightgray
}

.color-switch-warn {
    display: none;
}

.pn_unread {
    color: red
}

.notificationbox {
    display: table;
    margin: 10px 0;
    width: 100%
}

.notificationbox .row {
    display: table-row;
    min-height: 32px
}

.notificationbox .row input:before {
    margin-top: 2px
}

.notificationbox .row > div {
    display: table-cell;
    vertical-align: middle;
}

.notificationbox .row:first-child > div {
    font-weight: bold;
    height: 100%
}

.notificationbox .row:first-child > div {
    vertical-align: middle;
    margin-bottom: 1px
}

.notificationbox .row:first-child > div:last-child {
    background: #ffefef;
}

.notificationbox .row:first-child > div > div {
    background: #ffefef;
    padding: 2px 4px
}

.notificationbox .row:first-child > div > div:first-child {
    margin-right: 1px;
}

.notificationbox .row > div:first-child {
    width: 80%
}

.notificationbox .row > div:first-child i {
    color: #444444;
}

.notificationbox .row > div:first-child > div {
    background: #ffefef;
    margin-bottom: 1px;
    padding: 2px 4px
}

.notificationbox .row > div:last-child, .notificationbox .row > div:nth-child(2) {
    width: 10%;
    text-align: center
}

@media (max-width: 1000px){
    .notificationbox .row > div:first-child {
        width: 66.68%
    }
    .notificationbox .row > div:last-child, .notificationbox .row > div:nth-child(2) {
        width: 16.66%
    }
}

@media (max-width: 400px){
    .notificationbox .row > div:first-child {
        width: 60%
    }
    .notificationbox .row > div:last-child, .notificationbox .row > div:nth-child(2) {
        width: 20%
    }
}

.tab-bar-container {
    overflow: hidden
}

.tab-bar {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-right: 0px;
}

.tab-bar::-webkit-scrollbar {
    display: none; 
}

@media (max-width: 1111px){
    .tab-bar-right-shadow {
        box-shadow: inset -10px 0 7px -5px rgba(0, 0, 0, 0.43);
    }

    .tab-bar-left-shadow {
        box-shadow: inset 10px 0 7px -5px rgba(0, 0, 0, 0.43);
    }

    .tab-bar-both-shadow {
        box-shadow: inset 10px 0 7px -5px rgba(0, 0, 0, 0.43), inset -10px 0 7px -5px rgba(0,0,0,0.43);
    }
}

.tab {
    margin: 0;
    border: none;
    padding: 0 24px 0 24px;
    float: left;
    position: relative;
    display: block;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255,255,255, 0.6) !important;
    overflow: hidden;
    text-decoration: blink !important;
    cursor: pointer;
    transition: color 0.5s ease;
}

.tab:hover {
    color: #fff !important;
}

/* Underline From Center */
.tab {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.tab:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tab:hover:before, .tab:focus:before, .tab:active:before {
  left: 0;
  right: 0;
}

@media (max-width: 600px){
    .tab {
        padding: 0 12px;
    }
}

.tab-active {
    color: #fff !important;
}

.tab-active:after {
    height: 2px;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0px;
    left: 0px;
    position: absolute;
    background: #fff;
    -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
            animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

.errormessage {
    margin-top: 10px
}

.statisticdata {
    margin-top: 12px;
    margin-bottom: 7px
}

.statisticdata p {
    margin: 0;
    margin-bottom: 7px;
}

.statisticdata p:last-child {
    margin-bottom: 0;
}

.statisticdata u {
    text-decoration: none;
    color: #ea1000
}

.statisticdata a {
    color: #ea1000
}

.abobutton {
    display: flex;
    padding: 3px 0;
    flex-wrap: nowrap;
    padding-top: 10px
}

.abobutton div.main {
    display: flex;
}

.abobutton div.main button {
    height: 100%;
    color: #CE0000;
    text-transform: uppercase;
    border: none;
    padding: 0 13px;
    font-size: 17px;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: none;
    position:relative;
    border: 1px solid #fff;
    background: #fff;
    color: #CE0000;
    display: flex;
    margin-right: 5px;
    justify-items: center;
    display: block;
}

.abobutton div.main button i {
    margin-right: 5px;
}

.abobutton div.main button:last-child {
    margin-right: 0;
}

.abobutton div.main button.notification {
    font-size: 20px;
}

.abobutton div.main button.notification i {
    margin-right: 0
}

.abobutton div.main button.notification.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #CE0000;

    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.abobutton div.main button:hover {
    background: transparent;
    color: #fff !important;
}

.abobutton div.main button.notification.strikethrough:hover:before {
    border-color: #fff !important;
}

.abobutton div.main button[data-mode="0"] {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.abobutton div.main button[data-mode="0"]:hover {
    opacity: 1
}

.abobutton div.side {
    color: #fff;
}

.abobutton div.sidemrg {
    padding-left: 10px;
}

.abobutton div.side > span {
    width: 100%;
    display: block;
}

@media (max-width: 500px){
    .abobutton {
        flex-wrap: wrap
    }
    .abobutton div.main button {
        height: 40px
    }
    .abobutton div.side {
        width: 100%
    }
    .abobutton div.sidemrg {
        padding-left: 0;
        padding-top: 13px;
    }
}

.opacity {
    opacity: 0.7
}

.content h1 button, h2 button, h3 button, h4 button {
    float: right;
    font-size: 14px !important;
    font-weight: normal;
    font-family: Roboto;
    margin-top: 0;
    position: absolute !important;
    top: 5px;
    right: 0
}





.posten {
    background: #F6F6F6; 
    padding: 5px 5px 1px 5px;  
    margin-top: 10px 
}

.posten button {
    float: right; margin-top: 5px
}

.posten div.button-holder {
    display: inline-block; width: 100%;
}

.posten span.warn {
    text-decoration: blink;
    cursor: default !important;
    margin-top: 5px;
    font-size: 15px;
    color: red;
    float: left
}
.posten span.warn a {
    font-size: 15px;
    margin-top: 0px;
}

.mitglieder-abo {
    display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-justify-content: space-around; justify-content: space-around;
    margin-top: 10px;
}
.mitglieder-abo > div {
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.mitglieder-abo > div:hover .newtitle {
    display: block
}
.mitglieder-abo > div:hover .realtitle {
    display: none
}
.mitglieder-abo > div > img {
    width: 110px;
    height: 110px;
    vertical-align: bottom;
    cursor: pointer;
    transition: opacity 0.5s ease
}
.mitglieder-abo > div.anonymous > img {
    cursor: auto;
}
.mitglieder-abo > div > img:hover {
    opacity: 0.6
}
.mitglieder-abo > div.anonymous > img:hover {
    opacity: 1
}
.mitglieder-abo > div > div.mitglieder-abo-bg {
    color: transparent;
    background: #000;
    opacity: 0.3;
}
.mitglieder-abo > div > div.mitglieder-abo-text {
    color: #fff;
    background: transparent;
}
.mitglieder-abo > div > div {
    position: absolute;
    margin: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px
}
.mitglieder-abo > div > div * {
    color: #fff;
    text-decoration: blink;
    font-size: inherit
}
.mitglieder-abo .newtitle {
    display: none;
}

.question-circle {
    color: #444
}

.nicknamelist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.nicknamelist > div {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}
.nicknamelist > div:last-child {
    margin-bottom: 0;
}
.nicknamelist > div > div {
    width: 50%;
    text-align: center
}

@media (max-width: 900px){
    .rightad {
        display: none;
    }
}