html {
  height: 100%;
}

body{
    font-family: 'Oxanium', sans-serif;
    font-size: 14px;
    color: white;
    background-image: url('resources/plugin_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    margin: 0;
	min-height:100%;
}


.ztfk-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ztfk-page-title a{
    text-decoration: none;
    color: white;
}
.ztfk-page-title a:hover{
    text-decoration: underline;
}

.ztfk-section-title{
    clear: both;
    margin: 50px 0 20px 0;
    color: #468ba9;
    text-decoration: underline;
}

.ztfk-sub-title{
    clear: both;
    margin: 25px 0 10px 5px;
}

.ztfk-icon{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-top: -2px;
}

.ztfk-icon.gold{
    background-image: url(resources/color/muenze.png);
}

.ztfk-icon.kp{
    background-image: url(resources/gray/muenze.png);
}

table{
    border-collapse: collapse;
}

th, td{
    border: 1px solid black;
    padding: 8px;
}

.ztfk-command-cell{
    padding: 0;
    width: calc(100% - 63px);
    position: relative;
}

.ztfk-command-cell.single-cell{
    float: left;
    margin: 0 8px 8px 0;
    border: 1px solid black;
}

.ztfk-command-cell input{
    border: none;
    font-style: unset;
    font-size: 14px;
    padding: 8px 0 8px 8px;
    line-height: 18px;
}

.ztfk-command-cell button{
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.ztfk-command-cell button:hover{
    background-color: #468ba9;
    color: white;
}

.ztfk-costs-cell{
    padding: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
}

.ztfk-costs{
	display: block;
}

.ztfk-costs-cell .ztfk-icon{
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}
















.itemGrid{
	width: 300px;
	margin: auto;
	padding: 10px;
}


.itemContainer{
	width: 275px;
	height:	418px;
	margin-right: 25px;
	margin-top: 40px;
	background-size: 100%;
	float : left;
}

.itemContainerImg{
	width: 275px;
	height:	418px;
	position:absolute;
}

.itemPicture{
	width: 90px;
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
}

.itemName{
	width: 146px;
	position: absolute;
	margin-left: 115px;
	margin-top: 60px;	
	font-weight: bold;
	text-align: center;	
	align-items: center;
	justify-content: center;
}

.itemBeschreibung{
	width: 250px;
	position: absolute;
	margin-left: 15px;
	margin-top: 136px;
	font-size: 12px;
}


.itemStat{	
	width: 100px;
	position: absolute;
	font-size: 12px;
	
	font-weight: bold;
}

.itemPlus{
	color: lime;
}

.itemMinus{
	color: orange;
}

.itemSlotA{
	margin-left: 50px;
	margin-top: 242px;
}

.itemSlotB{
	margin-left: 180px;
	margin-top: 242px;
}

.itemSlotC{
	margin-left: 50px;
	margin-top: 275px;
}

.itemSlotD{
	margin-left: 180px;
	margin-top: 275px;
}

.itemSlotE{
	margin-left: 50px;
	margin-top: 308px;
}

.itemSlotF{
	margin-left: 180px;
	margin-top: 308px;
}

.SkillName {
	width: 100px;
	position: absolute;
	font-size: 10px;
	margin-top: 328px;
	font-weight: bold;
	color: #6DB9F0;
}

.SkillName[tooltip]:hover::after,
.SkillBeschreibung[tooltip]:hover::after {
    content: attr(tooltip);
    position: absolute;
    background-color: #222;
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4; /* <--- hier */
    white-space: pre-wrap;
	min-width: 400px;
    max-width: 500px;
    z-index: 999;
    top: -30px;
    left: 0;
}

.SkillLeft{
	margin-left: 11px;
}

.SkillRight{
	margin-left: 141px;
}

.SkillBeschreibung {
	width: 125px;
	position: absolute;
	font-size: 9px;
	margin-top: 342px;
	line-height: 8px;
}

.itemCost{
	width: 36px;
	position: absolute;
	margin-top: 380px;
	margin-left: 205px;
}

.itemCopy{
	position: absolute;
	margin-top: 378px;
	margin-left: 176px;
}
	
.itemInput{	
	width: 162px;
	position: absolute;
	margin-top: 380px;
	margin-left: 12px;
	border: 0px;
	background-color: transparent;
	z-index: 10;
}

.itemTitle{
	width: 300px;	
	height: 30px;
	clear: both;
}

.itemTitleLeft{
	width: 144px;	
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 30px;
	float: left;
}

.itemTitleCenter{
	height: 100%;
	width: 12px;
	background-repeat: no-repeat;
	background-size: 100% 30px;
	float: left;
}

.itemTitleRight{		
	height: 100%;
	width: 144px;	
	background-repeat: no-repeat;
	background-size: 100% 30px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.CopyButton{
	background-image: url('resources/hud/kopieren.png');
	background-color: rgba(0,0,0,0);
	height:24px;
	width: 24px;
	border: 0px;
	z-index: 100;
}

.CopyButton:hover{
	background-image: url('resources/hud/kopieren_hover.png');
}

.CopyButton:active {
	background-image: url('resources/hud/kopieren_active.png');
}


@media (min-width: 620px) {
	.itemGrid{
		width: 600px;
	}
	
	.itemTitle{
		width: 600px;	
		height: 40px;		
		clear: both;
	}
	
	.itemTitleLeft{
		width: 260px;
		background-repeat: no-repeat;
		background-size: 100% 40px;
	}

	.itemTitleCenter{	
		width: 80px;
		background-size: 100% 40px;
	}

	.itemTitleRight{	
		width: 260px;
		background-repeat: no-repeat;
		background-size: 100% 40px;
		background-position: right;
	}
}

.containerXX{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1500px;
}

@media (min-width: 920px) {
	.itemGrid{
		width: 900px;
	}
	
	.itemTitle{
		width: 900px;	
		height: 40px;		
		clear: both;
	}
	
	.itemTitleLeft{
		width: 260px;
		background-repeat: no-repeat;
		background-size: 100% 40px;
	}

	.itemTitleCenter{	
		width: 380px;
		background-size: 100% 40px;
	}

	.itemTitleRight{	
		width: 260px;
		background-repeat: no-repeat;
		background-size: 100% 40px;
		background-position: right;
	}
}

@media (min-width: 1220px) {
	.itemGrid{
		width: 1200px;
	}
	
	.itemTitle{
		width: 1200px;	
		height: 60px;		
		clear: both;
	}
	
	.itemTitleLeft{
		width: 360px;
		background-repeat: no-repeat;
		background-size: 100% 60px;
	}

	.itemTitleCenter{	
		width: 480px;
		background-size: 100% 60px;
	}

	.itemTitleRight{	
		width: 360px;
		background-repeat: no-repeat;
		background-size: 100% 60px;
		background-position: right;
	}
}

@media (min-width: 1420px) {
	.itemGrid{
		width: 1500px;
	}
	
	.itemTitle{
		width: 1500px;	
		height: 60px;		
		clear: both;
	}
	
	.itemTitleLeft{
		width: 360px;
		background-repeat: no-repeat;
		background-size: 100% 60px;
	}

	.itemTitleCenter{	
		width: 780px;
		background-size: 100% 60px;
	}

	.itemTitleRight{	
		width: 360px;
		background-repeat: no-repeat;
		background-size: 100% 60px;
		background-position: right;
	}
}



