/*
Hier werden Textfarbe am Chatstart und Systemtextfarbe angegeben.
Die Parameter werden mit PHO ausgelesen, deshalb bitte die Syntaxis beachten!
---------------------
Textfarbe:FFFFFF
Systemfarbe:FFFFFF
---------------------
*/

/*
 
ET-Chat Copyright by SEDesign | ET-Chat v3.x.x Lizenz: CCPL | Autor: Evgeni Tcherkasski (info@s-e-d.de)

ET-Chat_T-FISH-MOD Weiterentwicklung des ET-Chats durch Tommy (Thomas Kuhn) und Harlekin (Bernd Witte)
 
Die Weiterentwicklungen, Optimierungen und Ergänzungen am Code sind das geistige Eigentum von Tommy (Thomas Kuhn) und Harlekin (Bernd Witte).
 
*/

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
Class/ID: On - Off 
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.hidden { display: none; } 
#hidden { display: none; } 

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
DJ Online 
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.dj_online {
width:225px; 
height:140px; 
border:1px solid #333333; 
background: rgba(0, 0, 0, 0.25);
}

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
Login 
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

@keyframes fadeInOut_video_background_Login { 0% { opacity: 0; } 100% { opacity: 0.60; } }
#video_background_Login { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; transform: translateX(-50%) translateY(-50%); background-size: cover; background-image: url('bg.gif'); animation: fadeInOut_video_background_Login 5s ease-in forwards; }

.centered { margin: 0 auto; text-align: left; width: 800px; }

footer { position: fixed;  z-index: 1; left: 0px; bottom: 0px; width: 100%; background: rgba(0, 0, 0, 0.50); 
padding-top: 0px; padding-bottom: 5px; 
text-align: center; color: #666666; font-size: 11pt; font-family: Verdana, Arial, Helvetica, sans-serif; }

#body {
height: 100%; text-align: center; font-family: verdana, sans-serif; background-color: #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center center fixed;
overflow-x: hidden;
}

#box { border: 0px solid rgba(0, 0, 0, 0); max-width: 500px; font-size: 11pt; margin: 0px auto; background-color: rgba(0, 0, 0, 0.50); box-shadow: 0px 0px 50px #333333; }

#box-links { position:fixed; width: 350px; height: 100%; top: 60%; left: 15%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.box-links { font-size: 9pt; border: 1px solid #333333; padding: 10px; box-shadow: inset 0px 0px 150px rgba(0, 0, 0, 0.50); }
.box-links-admin { font-size: 9pt; border: 1px solid #333333; padding: 10px; box-shadow: inset 0px 0px 150px rgba(0, 0, 0, 0.50); }

#box-rechts { position:fixed; width: 350px; height: 100%; top: 60%; left: 85%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.box-rechts { font-size: 9pt; border: 1px solid #333333; padding: 10px; box-shadow: inset 0px 0px 150px rgba(0, 0, 0, 0.50); }
.box-rechts-admin { font-size: 9pt; border: 1px solid #333333; padding: 10px; box-shadow: inset 0px 0px 150px rgba(0, 0, 0, 0.50); }

.box-datenschutz { font-size: 11pt; border: 0px solid #333333; padding: 10px; box-shadow: inset 0px 0px 150px rgba(0, 0, 0, 0.50); }

.box-footer { border: 0px solid #333333; padding: 10px; }

#ueberschrift {
border: 1px solid #333333; width: 75%; font-size: 12pt; margin: 0px auto; padding: 10px; background-color: rgba(0, 0, 0, 0.25); color: white; box-shadow: 0px 0px 50px #333333;
}

#inhalt {
padding: 0px; font-size: 11pt; margin: 0px auto; background-color: transparent; color: white;
}

#username {
display: inline;
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.25);
border: 1px solid #333333;
outline: none;
padding: 5px 10px;
box-shadow: 0px 0px 50px #333333; 
}

#gender {
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.25);
border: 1px solid #333333;
padding: 5px 10px;
box-shadow: 0px 0px 50px #333333; 
}

.gender {
}

.gender-input {
display: none;
}

.gender-label {
text-align: center; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.25);
border: 1px solid #333333;
padding: 5px 10px;
box-shadow: 0px 0px 50px #333333; 
cursor: pointer;
}

.gender-input:checked + .gender-label {
color: #FFFFFF;
background-image: linear-gradient(to bottom, #000000, #333333);
}

#pw {
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.25);
border: 1px solid #333333;
outline: none;
padding: 5px 10px;
box-shadow: 0px 0px 50px #333333; 
}

#submit_button {
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.25);
border: 1px solid #333333;
outline: none;
padding: 5px 10px;
box-shadow: 0px 0px 50px #333333; 
}

#submit_button:hover {
font-size: 11pt; color: #FFFFFF;
background-color: #333333;
border: 1px solid #333333;
box-shadow: 0px 0px 50px #333333;
background-image: linear-gradient(to bottom, #000000, #333333);
}

#submit_button:active {
position: relative;
transform: scale(1.11);
box-shadow: 0px 0px 50px #333333;
background-image: linear-gradient(to bottom, #000000, #333333);
}

#copyright {
font-size: 11pt; color: white;
}

#login {
display: inline;
}

.popup { 
display: flex; 
align-items: center; 
justify-content: center; 
position: fixed; 
width: 100vw; 
height: 100vh; 
bottom: 0; 
right: 0; 
background-color: rgba(0, 0, 0, 0.75); 
z-index: 2; 
visibility: hidden; 
opacity: 0; 
overflow: hiden; 
transition-duration: 0.50s; 
} 

.datenschutzbestimmung { 
background-color: #000000;
position: absolute; 
top: 0; 
left: 0; 
bottom: 0; 
right: 0; 
width: 75%; 
height: 90%; 
border: 1px solid #333333; 
} 

.info { 
background-color: #000000;
position: absolute; 
top: 0; 
left: 0; 
bottom: 0; 
right: 0; 
width: 75%; 
height: 90%; 
border: 1px solid #333333; 
} 

.popup_text { 
display: flex; 
flex-direction: column; 
justify-content: center; 
width: 100%; 
height: 100%; 
padding: 4rem; 
} 

.popup:target { 
visibility: visible; 
opacity: 1; 
} 

.popup:target { 
bottom: 0; 
right: 0; 
transform: rotate(0); 
} 

.popup_close { 
position: absolute; 
right: -0.3rem; 
top: -0.3rem; 
width: 2rem; 
height: 2rem; 
font-size: 1rem; 
font-weight: 900; 
border-radius: 100%; 
background-color: #7A0000; 
z-index: 4; 
color: #FFFFFF; 
line-height: 2rem; 
text-align: center; 
cursor: pointer; 
text-decoration: none; 
} 
.popup_close:hover { transform: scale(1.25); text-decoration: none; } 
.popup_close:active { transform: scale(1.00); text-decoration: none; } 

@media screen and ( max-width: 599px ) { #user { display: none; } }
@media screen and ( max-width: 700px ) { #video_background_Login { display: none; } }
@media screen and ( max-width: 1240px ) { #box-links { display: none; } #box-rechts { display: none; } }

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
Chat 
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

@keyframes fadeInOut_video_background_chat { 0% { opacity: 0; } 100% { opacity: 1; } }
#video_background_chat { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; transform: translateX(-50%) translateY(-50%); background-size: cover; background-image: url('bg.gif'); animation: fadeInOut_video_background_chat 5s ease-in forwards; }

.centered { margin: 0 auto; text-align: left; width: 800px; }

table {
font-size: 11pt;
}

#body_id {
height: 100%;
width: 100%;
margin: 0px auto;
background-color: #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center center fixed;
}

#rahmen_um_alles {
margin: 10px;
}

body {
font-size: 11pt; 
color: #FFFFFF; 
font-family: verdana, sans-serif; 
font-style: normal;
background-color: rgba(0, 0, 0, 0.00);
scrollbar-face-color: #333333;
scrollbar-shadow-color: #808080;
scrollbar-highlight-color: #333333;
scrollbar-3dlight-color: #333333;
scrollbar-darkshadow-color: #333333;
scrollbar-track-color: #333333;
scrollbar-arrow-color: #808080;
-ms-overflow-style: -ms-autohiding-scrollbar;
-ms-overflow-style: none;
}

#kopf {
background-color: rgba(0, 0, 0, 0.75);
font-size: 11pt;
font-family: verdana, sans-serif;
font-style: normal;
color: #FFFFFF;
padding: 5px;
margin-bottom: 10px;
border: 1px solid #333333;
border-top-left-radius: 18px;
border-top-right-radius: 18px;
box-shadow: 0px 0px 50px #333333;
}

#onlinelist {
padding: 5px;
background-color: rgba(0, 0, 0, 0.75);
font-size: 11pt;
font-family: verdana, sans-serif;
color: #FFFFFF;
border: 1px solid #333333;
height: 450px;
line-height: 150%;
overflow: auto;
box-shadow: 0px 0px 50px #333333;
transition: all 0.3s ease;
}

#onlinelist.collapsed {
width: 0;
padding: 0;
border: none;
overflow: hidden;
}

#splitpane {
/* background-image: url('../../img/splitpane.png'); */
background-repeat: no-repeat;
background-position: center;
font-family: verdana, sans-serif;
float: right;
color: #FFFFFF;
width: 0px;
margin: 0px;
height: 450px;
/* cursor: pointer; */
background-color: rgba(0, 0, 0, 0.00);
}

#splitpane.collapsed {
background-color: rgba(0, 0, 0, 0.00);
}

#chatinhalt {
padding: 5px;
border: 1px solid #333333;
background-color: rgba(0, 0, 0, 0.75);
font-size: 11pt;
font-family: verdana, sans-serif;
font-style: normal;
color: #FFFFFF;
line-height: 150%;
/*margin-right: 200px;*/
position: relative;
height: 450px;
overflow: auto;
padding: 5px;
padding-bottom: 5px;
box-shadow: 0px 0px 50px #333333;
}

#form {
background-color: rgba(0, 0, 0, 0.75);
font-size: 11pt;
font-family: verdana, sans-serif;
font-style: normal;
clear: both;
border: 1px solid #333333;
margin-top: 10px;
padding: 5px;
height: 50px;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
box-shadow: 0px 0px 50px #333333;
}

#form_left {
border: 0px solid #333333;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 10px;
position: relative;
float: left;
}

#form_right {
border: 0px solid #333333;
padding-top: 9px;
padding-bottom: 4px;
padding-left: 5px;
padding-right: 5px;
position: relative;
float: left;
color: tranzparent;
}

#privat_messages {
position: absolute;
top: 100px;
left: 100px;
background-color: #CCCCCC;
border: 1px solid #333333;
padding: 5px;
}

.rooms {
background-color: #333333;
border: 1px solid #333333;
padding: 1px;
color: #CCCCCC;
margin-bottom: 2px;
cursor: pointer;
}

.rooms_not_allowed {
background-color: #333333;
border: 1px solid #333333;
padding: 1px;
color: #CCCCCC;
margin-bottom: 2px;
cursor: pointer;
}

.privat_ausg_an {
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
border-radius: 0px;
padding: 10px 20px 10px 5px;
margin-bottom: 3px;
display: inline-block;
box-shadow: 0px 0px 50px #666666;
}

.privat_ausg_von {
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
border-radius: 0px;
padding: 10px 20px 10px 5px;
margin-bottom: 3px;
display: inline-block;
box-shadow: 0px 0px 50px #666666;
}

#close_privat {
cursor: pointer;
background-color: #FFFFFF;
font-size: 11pt;
font-family: verdana, sans-serif;
font-style: normal;
border: 1px solid #000000;
padding-left: 4px;
padding-right: 4px;
}

#privat_anzeige {
padding-bottom: 3px;
color: #FFFFFF;
height: 18px;
}

#privat_modus {
font-size: 11pt;
}

#close_privat {
color: #000000;
}

.privat_mesages_window {
height: 100%;
height: -webkit-calc(100% - 60px);
height: -moz-calc(100% - 60px);
height: calc(100% - 60px);
padding: 3px;
border: 1px solid #333333;
overflow: auto;
}

.privat_win_button {
cursor: pointer;
font-weight: bold;
border: 1px solid #FFFFFF;
width: 190px;
margin-top: 3px;
background-color: #000000;
text-align: center;
}

.colorpick {
font-size: 11pt;
cursor: pointer;
border: 1px solid #000000;
width: 100%;
}

.dialog {
font-size: 11pt;
font-family: verdana, sans-serif;
font-style: normal;
}

input[type="file"]::-ms-value {
cursor: pointer; 
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
outline: none;
}

input[type="file"]::-ms-browse {
cursor: pointer; 
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
outline: none;
}

input[type="file"]::-ms-browse:hover {
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
outline: none;
}

input[type="file"]::-ms-browse:active {
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
outline: none;
}

input[type=file]::file-selector-button {
cursor: pointer; 
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
outline: none;
}

input[type=file]::file-selector-button:hover {
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
outline: none;
}

input[type=file]::file-selector-button:active {
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
outline: none;
}

input[type=file]::-webkit-file-upload-button {
cursor: pointer; 
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
padding: 5px 20px;
outline: none;
}

input[type=file]::-webkit-file-upload-button:hover {
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
outline: none;
}

input[type=file]::-webkit-file-upload-button:active {
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
outline: none;
}

.text {
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 1.00);
border: 1px solid #333333;
padding: 5px 5px;
outline: none;
}

.button {
cursor: pointer; 
font-size: 11pt; color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.25);
border: 1px solid #333333;
padding: 5px 20px;
box-shadow: 0px 0px 50px #333333;
outline: none;
}

.button:hover {
font-size: 11pt; color: #FFFFFF;
background-color: #333333;
border: 1px solid #333333;
box-shadow: 0px 0px 50px #333333;
background-image: linear-gradient(to bottom, #000000, #333333);
outline: none;
}

.button:active {
position: relative;
transform: scale(1.11);
box-shadow: 0px 0px 50px #333333;
background-image: linear-gradient(to bottom, #000000, #333333);
outline: none;
}

.img_button {
margin-right: 5px;
margin-left: 5px;
cursor: pointer;
}

.img_button:active {
position: relative;
transform: scale(1.11);
}

.img_smiley {
cursor: pointer;
border: 10px solid rgba(0, 0, 0, 0.00);
}

.img_smiley:active {
position: relative; 
border: 10px solid rgba(0, 0, 0, 0.00);
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.00), inset 0px 0px 150px rgba(0, 0, 0, 0.00);
}

.teamspeak_submit_button {
cursor: pointer;
outline: none;
}

.teamspeak_submit_button:hover {
background-image: linear-gradient(to bottom, #000000, #333333);
outline: none;
}

.teamspeak_submit_button:active {
position: relative;
transform: scale(1.11);
background-image: linear-gradient(to bottom, #000000, #333333);
outline: none;
}

.img_chat {
max-width: 200px;
max-height: 200px;
cursor: pointer;
}

.img_chat:active {
position: relative;
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.00), inset 0px 0px 150px rgba(0, 0, 0, 0.00);
}

.img_fullscreen {
opacity: 0.90;
cursor: pointer;
position: fixed;
top: -3px;
right: -3px;
height: 25px;
width: 25px;
}

.img_fullscreen:active {
transform: scale(0.99);
}

.button_admin {
cursor: pointer;
}

.button_admin:active {
position: relative;
transform: scale(1.11);
}

.userbild_in_out {
border: 2px solid #333333;
box-shadow: 0px 0px 10px #999999;
height: 30px;
width: 30px;
border-radius: 50px; 
}

.userbild {
border: 2px solid #333333;
box-shadow: 0px 0px 10px #999999;
height: 70px;
width: 70px;
border-radius: 50px; 
}

.useronlinebild {
border: 1px solid #333333;
cursor: zoom-in;
height: 16px;
width: 16px;
}

.useronlinebild:active  {
border: 1px solid #333333;
transform: scale(4.00) translate(-35%, -35%);
}

.gender_icon {
height: 16px;
width: 15px;
vertical-align: text-bottom;
}

.gender_icon_userliste {
height: 17px;
width: 16px;
vertical-align: text-bottom;
}

.zauberstab {
cursor: pointer;
height: 18px;
width: 17px;
vertical-align: text-bottom;
}

#message {
border: 1px solid #333333;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
outline: none;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
font-size: 11pt;
background-color: rgba(0, 0, 0, 0.75);
}

.mess_back{
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
border-radius: 0px;
padding: 10px 20px 10px 5px;
margin-bottom: 3px;
display: inline-block;
box-shadow: 0px 0px 50px #666666;
}

.mess_self{
background-color: rgba(0, 0, 0, 0.00);
border: 0px solid #333333;
border-radius: 0px;
padding: 10px 20px 10px 5px;
margin-bottom: 3px;
display: inline-block;
direction: ltr;
box-shadow: 0px 0px 50px #666666;
}

.private_message_field {
font-size: 11pt;
width: 200px;
margin-top: 10px;
margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: #000000;
border: 1px solid #333333;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
outline: none;
}

@media screen and ( max-width: 250px ) {
#kopf { display: none; }
#chatinhalt { display: none; }
#form { display: none; }
.img_fullscreen { display: none; }
}

@media screen and ( max-width: 280px ) {
#form_right { padding-left: 0px; }
#form { padding-left: 0px; padding-right: 0px; }
}

@media screen and ( max-width: 305px ) {
.picture_smiley { display: none; }
}

@media screen and ( max-width: 360px ) {
#message { padding-left: 5px; padding-right: 0px; }
.img_color { display: none; }
.img_grussbox { display: none; }
}

@media screen and ( max-width: 400px ) {
.img_prop { display: none; }
}

@media screen and ( max-width: 440px ) {
.img_wuerfel { display: none; }
}

@media screen and ( max-width: 540px ) {
.img_button { width: 30px; height: 30px; margin-right: 3px; margin-left: 3px; }
.img_gallery { display: none; }
}

@media screen and ( max-width: 700px ) {
#video_background_chat { display: none; }
#link_profil { display: none; }
.userbild { display: none; } 
#form_right { padding-top: 10px; padding-right: 0px; }
}

@media only screen and ( max-width: 1024px ) {
#onlineuser { display: none; }
#djbox { display: none; }
#liveguide { display: none; }
#chatinhalt, #splitpane, #onlinelist { height: 450px; }
#onlinelist { background-color: #000000; box-shadow: 0px 0px 0px #666666; height: 70vh!important; }
#message { width: 100px; }
#splitpane { width: 0px; margin: 0px; }
.ET-Chat_T-FISH-MOD_content { -height: 70vh!important; -width: 100%!important; }
.button_admin { display: none; }
.img_chat { width: 100px; height: auto; }
.img_home { display: none; }
.img_smiley { width: auto; max-height: 60px; }
.img_teamspeak { display: none; }
.img_info { display: none; }
.userbild { height: 40px; width: 40px; }
.triger-modal {
background-color: tranzparent;
border: none;
color: #ffffff;
padding: 0px 0px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 11pt;
}
.modal-wrap {
background-color: #000000;
height: 101%;
left: 0;
opacity: 0;
overflow: auto;
position: fixed;
top: -1px;
visibility: hidden;
width: 100%;
z-index: 10;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.modal-wrap.visible {
opacity: 1;
visibility: visible;
}
.modal-wrap .modal-container {
background: #000000;
margin-left: 8px;
margin-right: 10px;
max-width: 100%;
width: 600px;
z-index: 100;
}
.modal-wrap .modal-container .modal-header, .modal-wrap .modal-container .modal-footer {
background: #333333;
border: 1px solid #333333;
float: left;
width: 100%;
}
.modal-wrap .modal-header .modal-title {
color: #ffffff;
float: left;
font-size: 11pt;
font-family: verdana, sans-serif;
margin: 0;
padding: 17px 20px;
}
.modal-wrap .modal-header .close-modal {
background: transparent;
border: 0;
color: #ffffff;
cursor: pointer;
float: right;
padding: 2px 10px;
font-size: 40px;
font-weight: bold;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.modal-wrap .modal-header .close-modal:hover {
opacity: 1;
}
.modal-wrap .modal-content {
border: 1px solid #333333;
float: left;
margin: 0;
padding: 3% 3%;
width: 94%;
}
.modal-wrap .modal-content p:last-child {
margin-bottom: 0;
}
}

@media only screen and ( min-width: 1025px ) {
#mobile { display: none; }
#open-modal { display: none; }
#splitpane, #onlinelist { float: right; }
#chatinhalt, #splitpane, #onlinelist { height: 450px; }
#onlinelist { width: 328px; height: 450px;; }
#chatinhalt { margin-left: 0px; }
#message { width: 250px; }
.img_smiley { width: auto; max-height: 90px; }
.userbild { height: 50px; width: 50px; }
}

@media screen and ( min-width: 1500px ) {
#message { width: 400px; }
.img_smiley { width: auto; max-height: 120px; }
.userbild { height: 60px; width: 60px; }
}

a:link { font-family:verdana, sans-serif; font-size: 11pt; color: #FFFFFF; text-decoration: none; cursor: pointer; }
a:visited { font-family:verdana, sans-serif; font-size: 11pt; color: #FFFFFF; text-decoration: none; cursor: pointer; }
a:active { font-family:verdana, sans-serif; font-size: 11pt; color: #FFFFFF; text-decoration: none; cursor: pointer; }
a:hover { font-family:verdana, sans-serif; font-size: 11pt; color: #FFFFFF; text-decoration: underline; cursor: pointer; }

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
DJ Box + Live Guide Buttons
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.dj-box-btn, .live-guide-btn {
width: 225px;
height: 30px;
background-color: #333333;
color: white;
display: flex;
justify-content: center;
align-items: center;
font-family: verdana, sans-serif;
font-size: 12pt;
font-weight: normal;
border: none;
cursor: pointer;
}
.dj-box-btn:hover, .live-guide-btn:hover {
}
.dj-box-btn:active, .live-guide-btn:active {
transform: scale(1.11);
}

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
Benutzer Profil
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.profile-container {
max-width: 600px;
background: #1a1a1a;
padding: 20px;
border-radius: 0px;
box-shadow: 0px 0px 0px #333333;
margin: auto;
}
.profile-info  {
font-size: 11pt;
margin: 0px;
}

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
Avatar Upload
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.avatar-container {
max-width: 900px;
background: #1a1a1a;
padding: 20px;
border-radius: 0px;
box-shadow: 0px 0px 0px #333333;
margin: auto;
}

.preview-image { width: 70px; height: 70px; margin-top: 35px; border: 2px solid #333333; box-shadow: 0px 0px 10px #999999; border-radius: 50px; }
w { font-size: 11pt; color: red; font-family: verdana, sans-serif; font-style: normal; font-weight: bold; }
o { font-size: 11pt; color: green; font-family: verdana, sans-serif; font-style: normal; font-weight: bold; }
v { font-size: 11pt; color: #FFFFFF; font-family: verdana, sans-serif; font-style: normal; font-weight: bold; }

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
Smileys Kategorien 
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.kat-header {
position: sticky;
top: -5px;
margin-top: -5px;
left: 0;
margin-left: 0px;
width: calc(100% - 15px);
background-color: rgba(0, 0, 0, 1.00);
color: #ffffff;
padding: 5px;
text-align: center;
border-bottom: 1px solid #333333;
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.kat {
border: 1px solid #444444;
background-color: #333333;
display: inline-block;
cursor: pointer;
padding: 2px 10px;
font-size: 11pt;
text-decoration: none;
text-align: center;
margin: 2px;
color: #ffffff;
}
.kat:hover {
text-decoration: none;
background-color: #444444;
}
a.kat {
text-decoration: none;
}

hr {
border: 0;
border-top: 1px solid #333333;
margin-top: 10px;
margin-bottom: 10px;
}

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
History 
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.sticky-header {
position: sticky;
top: -5px;
margin-top: -5px;
left: -5;
margin-left: -5px;
background-color: #000000;
z-index: 1000;
padding: 5px;
border-bottom: 1px solid #555555;
}

.kopf { background-color: #222222; }
.gerade { background-color: #444444; }
.ungerade { background-color: #222222; }
.privat_von { background-color: #115511; background-image: linear-gradient(to bottom, #000000, #115511); }
.privat_nach { background-color: #551111; background-image: linear-gradient(to bottom, #000000, #551111); }

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
Gallery
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.gallery {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding: 10px;
}
.image-container {
width: calc(20% - 10px);
background-color: #1a1a1a;
padding: 10px;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
min-height: 250px;
}
.meta {
font-size: 0.8em;
color: #ccc;
text-align: center;
margin-bottom: 5px;
}
.bottom {
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
}
.bottom img {
max-width: 100%;
max-height: 150px;
}

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
Adminbereich 
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#adminbereich_body { background-color: #000000; color: #FFFFFF; font-size: 11pt; font-family:verdana, sans-serif; }
#adminbereich_body a:link { font-family:verdana, sans-serif; font-size: 11pt; color: #FFFFFF; text-decoration: none; cursor: pointer; }
#adminbereich_body a:visited { font-family:verdana, sans-serif;	font-size: 11pt; color: #FFFFFF; text-decoration: none; cursor: pointer; }
#adminbereich_body a:active { font-family:verdana, sans-serif; font-size: 11pt; color: #FFFFFF; text-decoration: underline; cursor: pointer; }
#adminbereich_body a:hover { font-family:verdana, sans-serif; font-size: 11pt; color: #FFFFFF; text-decoration: underline; cursor: pointer; }

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
Admin Smileys
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.accordion {
background-color: #222222;
color: #ffffff;
cursor: pointer;
padding: 10px;
width: 100%;
text-align: left;
border: none;
outline: none;
font-size: 12pt;
transition: 0.3s;
}

.accordion:hover,
.accordion.active {
background-color: #333333;
}

.panel {
padding: 0;
display: none;
overflow: hidden;
background-color: #333333;
}

.panel table {
width: 100%;
border-collapse: collapse;
}

.panel th, .panel td {
border: 1px solid #000000;
padding: 5px;
color: #ffffff;
text-align: center;
}

tr:target {
background-color: rgba(17, 85, 17, 0.25);
}

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
Admin Editor 
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.tox-tinymce {
border: 1px solid #333333 !important;
border-radius: 0px !important;
}
.tox .tox-toolbar__primary {
background: #000000 !important;
border-bottom: 1px solid #333333 !important;
}

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++
Window (Content) 
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.overlay_style_chat {
background-color: #FFFFFF;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

.style_chat_nw {
border-left: 0px solid #333333;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
width: 10px;
height: 18px;
background-color: #333333;
}

.style_chat_n {
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
background-color: #333333;
}

.style_chat_ne {
border-right: 0px solid #333333;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
width: 10px;
height: 18px;
background-color: #333333;
}

.style_chat_w {
border-left: 0px solid #333333;
width: 10px;
background-color: #000000;
background-image: linear-gradient(to left, #000000, #333333);
}

.style_chat_e {
border-right: 0px solid #333333;
width: 10px;
background-color: #000000;
background-image: linear-gradient(to right, #000000, #333333);
}

.style_chat_sw {
border-left: 0px solid #333333;
border-bottom: 0px solid #333333;
width: 10px;
height: 10px;
background-image: linear-gradient(-135deg, #000000 , #333333 , #333333);
}

.style_chat_s {
height: 10px;
border-bottom: 0px solid #333333;
background-image: linear-gradient(to bottom, #000000, #333333);
}

.style_chat_se, .style_chat_sizer {
border-right: 0px solid #333333;
border-bottom: 0px solid #333333;
width: 10px;
height: 10px;
background-image: linear-gradient(135deg, #000000 , #333333 , #333333);
}

.style_chat_sizer {
cursor: pointer;
background-image: linear-gradient(135deg, #000000 , #7A0000 , #7A0000);
}

.style_chat_close {
width: 32px;
height: 32px;
background: rgba(0, 0, 0, 0.00) url(button-close-focus.png) no-repeat 0 0;
position: absolute;
top: 10px;
right: 5px;
cursor: pointer;
z-index: 1000;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.style_chat_minimize {
width: 23px;
height: 23px;
background: rgba(0, 0, 0, 0.00) url(button-min-focus.gif) no-repeat 0 0;
position: absolute;
top: 0px;
right: 55px;
cursor: pointer;
z-index: 1000;
}

.style_chat_maximize {
width: 23px;
height: 23px;
background: rgba(0, 0, 0, 0.00) url(button-max-focus.gif) no-repeat 0 0;
position: absolute;
top: 0px;
right: 33px;
cursor: pointer;
z-index: 1000;
}

.style_chat_title {
color: #ffffff;
float: left;
font-size: 11pt;
font-family:verdana, sans-serif;
font-weight: bold;
margin: 0;
padding: 16px 5px;
}

.style_chat_content {
padding-top: 5px;
overflow: auto;
color: #FFFFFF;
font-family:verdana, sans-serif;
font-size: 11pt;
background: #000000;
overflow-x: hidden;
}

* { scrollbar-width: thin; scrollbar-color: rgba(51, 51, 51, 0.75) rgba(51, 51, 51, 0.50); }
* ::-webkit-scrollbar { width: 7px; }
* ::-webkit-scrollbar-track { background-color: rgba(51, 51, 51, 0.50); }
* ::-webkit-scrollbar-thumb { background-color: rgba(51, 51, 51, 0.75); }
* ::-webkit-scrollbar-thumb:hover { background-color: rgba(51, 51, 51, 1.00); }