html
{
	overflow: scroll;
	-webkit-text-size-adjust: none;
}

form
{
	padding:0px;
	margin:0px;
}

pre
{
	padding:0px;
	margin:0px;
}



.tableinborder
{
	padding:0px;
	border-width:0px;
}


.rahmen
{
	border-collapse: collapse;
}

.rahmen tr td
{
	border: 1px solid #666666;
}




/*Header*/
/************************************************************************************************************************/


.ui-menu .ui-menu-item 
{
    width: 100%;
}

.sans
{
	font-family:"Open Sans";
	font-size:10pt;
}

.sans_12
{
	font-family:"Open Sans";
	font-size:12pt;
}


/*Header Hauptebene*/
ul.header
{
	display: flex;
    justify-content: space-around;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index:10;
	border: 0px;
}
ul.header li
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	line-height: 26px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	width: 82px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	z-index:10;
	border: 0px;
	
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}


ul.header li a
{
    text-decoration: none;
    display: block;
	vertical-align: middle;
}


ul.header li:hover ul
{
	display: block;
	opacity: 1;
	width: 152px;
	
	transition: width, border opacity .0s linear .5s;
    -webkit-transition: width, border opacity .0s linear .5s;
    -moz-transition: width, border opacity .0s linear .5s;
    -ms-transition: width, border opacity .0s linear .5s;
    
    transition: opacity .5s linear .5s;
    -webkit-transition: opacity .5s linear .5s;
    -moz-transition: opacity .5s linear .5s;
    -ms-transition: opacity .5s linear .5s;
}



ul.header li:hover ul li ul
{
	display: none;
	opacity: 0;
}




/*PN Icons*/
.pn_icon_letter
{
	position: absolute;
	top:16px;
	left:50px;
}

.pn_icon_bell
{
	position: absolute;
	top:16px;
	left:65px;
}

.pn_icon_bell2
{
	position: absolute;
	top:16px;
	left:60px;
}

.chatuser
{
	position: absolute;
	top:9px;
	left:47px;
}

.chatuser_text
{
	position: absolute;
	top:3px;
	left:56px;
	z-index:10;
}


/*Header 1. Unterebene*/
ul.header li ul
{
	padding: 0;
	height: 28px;
	display: none;
	opacity: 0;
	width: 0px;
	z-index:10;	
}

ul.header li ul li
{ 
	display: block; 
	top: 0px;
	left: -35px;
	width: 152px;
	position: center;
    border-style: solid;
	border-width: 0px 1px 1px 1px;
	z-index:10;
}

ul.header li ul li:first-of-type
{ 
	border-width: 1px;
}

ul.header li ul li a
{
    text-decoration: none;
    display: block;
	vertical-align: middle;
}

ul.header li ul li:hover ul
{
	display: block;
	opacity: 1;
	width: 152px;
	
	transition: width, border opacity .0s linear .5s;
    -webkit-transition: width, border opacity .0s linear .5s;
    -moz-transition: width, border opacity .0s linear .5s;
    -ms-transition: width, border opacity .0s linear .5s;
    
    transition: opacity .5s linear .5s;
    -webkit-transition: opacity .5s linear .5s;
    -moz-transition: opacity .5s linear .5s;
    -ms-transition: opacity .5s linear .5s;
}





/*Header 2. Unterebene*/
ul.header li ul li ul
{
	padding: 0;
	height: 28px;
	display: none;
	opacity: 0;
	width: 0px;
	z-index:10;
}

ul.header li ul li ul li
{ 
	display: block; 
	top: -27px;
	left: 152px;
	width: 152px;
	position: center;
    border-style: solid;
	border-width: 0px 1px 1px 1px;
	z-index:10;
}

ul.header li ul li ul li:first-of-type
{ 
	border-width: 1px;
}

ul.header li ul li ul li a
{
    text-decoration: none;
    display: block;
	vertical-align: middle;
}


/*

ul.header li ul li:hover ul
{
	display: block;
	opacity: 1;
	visibility: visible;
}

*/


/*Andere Buttons*/
ul.postbit
{
	display: flex;
    justify-content: flex-end;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
}
ul.postbit li
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	line-height: 26px;
	height: 26px;
	margin-left: 2px;
	margin-right: 2px;
	min-width: 82px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0px;
	
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}


ul.postbit li a
{
	padding-left: 10px;
	padding-right: 10px;
    text-decoration: none;
    display: block;
	vertical-align: middle;
}



ul.postbit li:hover ul
{
	display: block;
	opacity: 1;
	width: 152px;
	
	transition: width, border opacity .0s linear .5s;
    -webkit-transition: width, border opacity .0s linear .5s;
    -moz-transition: width, border opacity .0s linear .5s;
    -ms-transition: width, border opacity .0s linear .5s;
    
    transition: opacity .5s linear .5s;
    -webkit-transition: opacity .5s linear .5s;
    -moz-transition: opacity .5s linear .5s;
    -ms-transition: opacity .5s linear .5s;
}





/*Posts*/
/************************************************************************************************************************/


/*Quote*/
.quotetable
{
	margin-top:20px;
	margin-left:20px;
	width:70%;
}

.quote
{
	font-size:10pt;
	/*font-style:italic;
	font-weight:500;*/
	border:none;
	padding:10px;
	border-left: 1px solid;
}


.quotetitle
{
	font-family:"Open Sans";
	font-style:normal;
	font-weight:600;
	font-size:10pt;
	border-bottom: 1px solid;
}


/*Spoiler*/
.spoilertitle 
{
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding-left:10px;
	height:26px;
	width:60%;
	font-family:"Open Sans";
	font-style:normal;
	font-size:10pt;
}

.spoilertitle span
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hiddentext 
{
	padding-left:9px;
	font-family:"Open Sans";
	font-style:normal;
	font-size:10pt;
	border-left: 1px solid;
}


/*SVG Images Maße*/
.foldericon
{width: 20px; height: 20px;}

.usercpicon
{width: 48px; height: 48px;}

.hsp_logo
{width: 48px; height: 48px;}

.symbol
{width: 32px; height: 32px;}

.caticon
{width: 24px; height: 24px;}

.threadicon
{width: 12px; height: 12px;}

.arrow
{width: 12px; height: 12px;}

.eventicon
{width: 48px; height: 48px;}

.gendericon
{width: 12px; height: 12px;}

.gendericon_member
{width: 20px; height: 20px;}

.logouticon
{width: 12px; height: 12px;}

.msg-folder
{width: 16px; height: 16px;}

.pmicon
{width: 24px; height: 24px;}

.boardonoff
{width: 36px; height: 36px;}

.posticon
{width: 16px; height: 16px;}

.staricon
{width: 12px; height: 12px;}

.stats
{width: 48px; height: 48px;}

.quizmastericon
{width: 12px; height: 12px;}

.moved
{width: 12px; height: 12px;}

.erledigticon
{width: 16px; height: 16px;}

.newhspicon
{width: 125px; height: 125px;}

.streaminglogo
{
	width: 24px;
	height: 24px;
}

.pollbutton
{
	position: absolute;
	top: -2px;
	left: 16px;
	width: 32px;
	height: 32px;
}

.downloadicon
{width:14px; height: 14px;}

.sorticon
{width:8px; height: 8px;}

.rankimage
{width:12px; height: 12px;}

.bbcodeicon
{width:24px; height: 24px;}

.headericon_letter
{width:12px; height: 12px;}

.headericon_bell
{width:8px; height: 8px;}

.headericon_chatuser
{width:12px; height: 12px;}

.tier_zug_icon
{width:16px; height: 16px;}

.notification_icon
{width:16px; height: 16px;}

.advent
{width:64px; height: 64px;}

.youtube
{width:28px; height: 18px;}

.tageshsp
{width:125px; height: 125px;}

.lupe
{width:12px; height: 12px;}

.emoji
{width:16px; height: 16px;}

.char_info_bullet
{width:14px; height: 14px; vertical-align:middle;}

.char_info_bullet_small
{width:10px; height: 10px; vertical-align:middle;}

.char_info_bullet_big
{width:16px; height: 16px; vertical-align:middle;}

.top_button
{width:96px; height: 32px;}




/*Für die Lupe*/
/************************************************************************************************************************/

.info_search
{
	visibility:hidden;
}

.button_link:hover .info_search
{
	visibility:visible;
}



/*Formulare*/
/************************************************************************************************************************/

/*Buttons*/
input[type="button"], input[type="submit"], input[type="reset"]
{
    border: none;
    color: white;
    height: 26px;
    min-width: 80px;
    text-decoration: none;
    cursor: pointer;
    font-family: Tahoma, sans-serif;
    font-size: 9px;
    font-weight: bold;
	vertical-align:middle;
	padding-left: 10px;
	padding-right: 10px;
}

input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus
{
	outline: none;
}



/*Zoom-Stufen in der User-Map*/
input[type="button"].zoom-button
{
    border: 1px solid;
    color: #000000;
    height: 30px;
    min-width: 30px;
	width: 30px;
    text-decoration: none;
    cursor: pointer;
    font-family: Tahoma, sans-serif;
    font-size: 9px;
    font-weight: bold;
	vertical-align:middle;
	padding-left: 10px;
	padding-right: 10px;
}


/*Zoom-Stufen in der User-Map*/
input[type="button"].zoom-button-highlight
{
    border: 1px solid;
    color: #000000;
    height: 30px;
    min-width: 30px;
	width: 30px;
    text-decoration: none;
    cursor: pointer;
    font-family: Tahoma, sans-serif;
    font-size: 9px;
    font-weight: bold;
	vertical-align:middle;
	padding-left: 10px;
	padding-right: 10px;
}

/*Dateiupload*/

.inputfile
{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label
{
    max-width: 80%;
    min-width: 80px;
	height: 21px;
	max-height: 21px;
	font-family: Tahoma, sans-serif;
    font-size: 9px;
    font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.no-js .inputfile + label
{
    display: none;
}



.inputfile:focus + label,
.inputfile.has-focus + label
{
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}



/*Dropdown Menü*/
select::-ms-expand
{
    display: none;
}

select
{
	border:2px solid;
	vertical-align:middle;
	padding-right:25px;
	margin:2px;
	min-height:20px;

	cursor: pointer;
      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}



select.nobg
{
	background-image:none;
}

select.nobg:hover
{
	background-image:none;
}

















.dropdown 
{
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-auswahl-content 
{
  display: none;
  position: absolute;
  z-index: 1;
  max-height: 150px;
  overflow-y: scroll;
  padding-right: 10px;
  box-sizing: border-box;
  width:250px;
  background-color:#ffffff;
  border: 2px solid;
  border-top: 0px;
}

.dropdown-auswahl-content.show 
{display: block;}

.checkbox-label 
{
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 24px;
}

.checkbox-label input[type="checkbox"] 
{display: none;}


.checkbox-label span 
{
  position: relative;
  z-index: 1;
}

.checkbox-label input[type="checkbox"]:checked + span:after
{
  content: '\2714';
  position: absolute;
  top: -7px;
  left: 2px;
  cursor: pointer;
}



.dropdown-auswahl-button 
{
  position: relative;
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  height: 17px;
  line-height: 1;
  color: #000000;
  font-size:10pt;
  background-color: #fff;
  border: 2px solid;
  cursor: pointer;
  width:230px;
}

.dropdown-auswahl-button::after 
{
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}

.dropdown-auswahl-button::before 
{
  content: '';
  position: absolute;
  top: 8px;
  right: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 17px;
}

.dropdown-auswahl-button:focus 
{
  outline: none;
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.2);
}

.dropdown-auswahl-button:hover 
{
  background-color: #f2f2f2;
}


















/*Dropdown Tiere Zugehörigkeit*/
div.tier_zug_select
{
	width: 37px;
	height: 17px;
	border: 2px solid;
	display:flex;
	justify-content:space-between;
	align-items:center;
	cursor: pointer;
}

div.tier_zug_options
{
	border: 2px solid;
	position:absolute;
	top:19px;
	width:150px;
	z-index: 500000;
}

div.tier_zug_option
{
	 text-align:left;
	 cursor: pointer;
}


div.tier_zug_pfeil
{
	width:19px;
	text-align:center;
}



/*Texteingabe*/
textarea
{
  border:2px solid;
  resize:none;
  font-family:"Open Sans";
  font-size:10pt;
}
input[type="text"], input[type="password"]
{
  border:2px solid;
  vertical-align:middle;
}



/*Checkboxen*/
label.checkbox input[type="checkbox"]
{
	display:none;
}

label.checkbox
{
	cursor:pointer;
}

label.checkbox span
{
  display:inline-block;
  border:2px solid; 
  width:12px;
  height:12px;
  vertical-align:middle;
  position: relative;
  margin: 5px;
  cursor: pointer;
}

label.checkbox :checked + span:after
{
  content: '\2714';
  font-size: 11px;
  position: absolute;
  top: -2px;
  left: 2px;
  cursor: pointer;
}





/*Slider*/
.container 
{
	display: flex;
	align-items: center;
}
		
		
.switch 
{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

.switch input 
{
	display: none;
}

.slider 
{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cccccc;
	transition: .4s;
	border-radius: 24px;

}

.slider:before 
{
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: #0d5380;
	transition: .4s;
	border-radius: 50%;
}

input:checked + .slider 
{
	background-color: #4789b3;
}

input:checked + .slider:before 
{
	transform: translateX(26px);
}
		
/* Rounded sliders */
.slider.round 
{
	border-radius: 24px;
}

.slider.round:before 
{
	border-radius: 50%;
}
		
.status 
{
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
	color: #0d5380;
}
		
		
		
		
		
		



/*Radiobuttons*/
label.radio input[type="radio"] 
{
	display:none;
}

label.radio
{
	cursor:pointer;
}

label.radio span
{
  display:inline-block;
  border:2px solid;
  width:12px;
  height:12px;
  border-radius:8px;
  vertical-align:middle;
  position: relative;
  margin: 5px;
  cursor: pointer;
}

label.radio :checked + span:after
{ 
	content: '';
	font-size: 11px;
	position: absolute;
	width:8px;
	height:8px;
	cursor: pointer;
	border-radius: 8px;
	left:2px;
	top:2px;
}

label.radio_avatar div
{
  vertical-align:middle;
  padding: 10px;
  cursor: pointer;
}




/*Tabelle Scrolling Wettreiten*/
/************************************************************************************************************************/


#table-wrapper 
{
  position:relative;
}
#table-scroll 
{
  height:250px;
  overflow-y:scroll;  
  margin-top:40px;
}
#table-wrapper table 
{
  width:100%;

}

#table-wrapper table thead th .normalfont 
{
  position:absolute;   
  top:-40px;
  z-index:2;
  height:40px;
}

::-webkit-scrollbar
{-webkit-appearance: none;}

::-webkit-scrollbar:vertical
{width: 12px;}

::-webkit-scrollbar:horizontal
{height: 12px;}

::-webkit-scrollbar-thumb
{
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
	min-height: 12px;
}

::-webkit-scrollbar-track
{
    border-radius: 10px;  
    background-color: #eeeeee; 
}



/*Info-Box Cover*/
/************************************************************************************************************************/
#cover_overlay 
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0s 0.5s;
	z-index: 99;
}
#cover_overlay.visible 
{
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s;
}
#cover_overlay img 
{
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}
.zoom-in 
{cursor: zoom-in;}

.zoom-out 
{cursor: zoom-out;}





/*Character Info-Box*/
/************************************************************************************************************************/

.char_infos_a
{
	float: left;
	display: table-cell;
	margin-top:1px;
}

.char_infos_b
{
	float: left;
	display: table-cell;
	padding-left:5px;
	margin-bottom:20px;
}

.quelle
{
	margin-top: 1px;
}






/*Hsp Rating*/
/************************************************************************************************************************/


/*HSP_Rating Buttons*/
ul.hsp_rating
{
	display: flex;
    justify-content: flex-start;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
}
ul.hsp_rating li
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	line-height: 13px;
	height: 13px;
	margin-left: 3px;
	margin-right: 2px;
	min-width: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid;
	
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

ul.hsp_rating li a
{

    text-decoration: none;
    display: block;
	vertical-align: middle;
}

div.hsp_rating_linklist
{
	line-height: 26px;
	height: 26px;
}

div.hsp_rating_linklist a
{
    text-decoration: none;
    display: block;
	vertical-align: middle;
	margin-left:10px;
}

tr.hsp_rating_folgenlist
{
    height:20px;
	display:flex;
	align-items:center;
}

div.folge
{
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
}


.voting-durchschnitt
{
	position:relative;
	top:-34px;
	width:48px;
	height:18px;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-left: auto; 
	margin-right: 0;
}


.voting-durchschnitt p
{
	position:relative;
	top:-4px;
}


/*Beitragserstellung*/
/************************************************************************************************************************/

/* BBCodes */
ul li.bbcode
{
	min-width:26px;
	width:26px;
	height:26px;
	padding:0px;
}

ul li.bbcode a
{
	font-size:14px;
	min-width:26px;
	width:26px;
	height:26px;
	padding:0px;
}


/* PollButtons */
ul li.pollbutton
{
	min-width:64px;
	height:28px;
	padding:0px;
	margin:5px;
}

ul li.pollbutton a
{
	font-size:14px;
	min-width:64px;
	height:28px;
	padding:0px;
}



ul.postbit li.streamingbutton
{
	width:24px;
	min-width:24px;
	text-align:center;
	background:none;
}

ul.postbit li.streamingbutton:hover a
{
	background:none;
}




/* Optionen bei der Beitragserstellung */
.hoverMenu
{
	border: 2px solid;
}



/*Tags*/
.tagbox
{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  background-color:#f0000;
}


.tagbox::after 
{
  content: "";
  flex: auto;
  width:50%;
}


.tag
{
	position:relative;
	display:inline-block;
	padding:0px 8px;
	height:20px;
	margin: 2px;
	background-color:#333333;
	text-align: center;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	flex-grow: 0.5;
	flex-shrink: 1; 
}


.tag p
{
	position:relative;
	top:-10px;
}

/*Impressum, Datenschutzerklärung...*/

  .imprint_div p, ul {
    font-family:"Open Sans";
    font-style:normal;
    font-size:10pt;
  }
  .imprint_div  h1 {
    font-family:"Open Sans";
    font-style:normal;
    font-size:12pt;
  }
  .imprint_div  h2 {
    font-family:"Open Sans";
    font-style:normal;
    font-size:11pt;
  }
  .imprint_div  a:link {
    text-decoration:underline;
    color:#888888;
    opacity:1;
  }
  .imprint_div  a:hover {
    opacity:0.8;
  }
  .imprint_div  {
   padding: 10px;
   width:500px;
   margin:auto;
   font-family:"Open Sans";
   font-style:normal;
   font-size:10pt;
  }
    
 input[type="email"].input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
  

.postmessage
{
	font-family:"Open Sans";
	font-size:10pt;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.normalfont
{
	font-family:"Open Sans";
	font-size:10pt;
}

.smallfont
{
	font-family:"Open Sans";
	font-size:8pt;
}





