/*
** FONTS */
@import url('https://fonts.googleapis.com/css2?family=Kreon:wght@300&family=Open+Sans&display=swap');
body {
    font-family: 'Kreon', serif; font-size: 16px; 
}
nav {
    font-family: 'Open Sans', sans-serif; font-size: 14px; 
}
.btn-xs, .btn-sm, .btn-lg, input, button, select, textarea  {
    font-family: 'Open Sans', sans-serif;
}
/* 
** MODS */
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}
body {
    margin: 8px 8px 0px 8px;
    background-color: #fefefe;
    color: #000;
}
body>.wrap { background-color: rgba(250,250,250,0.90); border-radius: 6px; padding-top: 15px; padding-bottom: 15px; }
footer {
	margin-top:64px;
	font-size:10px;
    -webkit-box-shadow: 0 -1px 2px rgba(0,0,0,0.6);
    box-shadow: 0 -1px 2px rgba(0,0,0,0.6);
    color: #eee;
    background: linear-gradient(rgba(10,15,13,0.2),rgba(10,15,13,0.9)), url('../img/wvw-claimkreis-sitebanner-350.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: bottom;
}
footer a {
    color: #fefefe;
}
footer strong { color: #f2f2f2; }
.alert-success, .alert-warning, .alert-danger, .alert-primary, .alert-default, .alert-info
{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.btn-primary {
    background-color: #218076;
}
.btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus {
    background-color: #3a9b91;
}
.btn-primary:active {    
    background-color: #55ddd0;
    background-image: -webkit-radial-gradient(circle, #55ddd0 10%, #3a9b91 11%);
    background-image: -o-radial-gradient(circle, #55ddd0 10%, #3a9b91 11%);
    background-image: radial-gradient(circle, #55ddd0 10%, #3a9b91 11%);
}
.popover-title {
	background-color: #1c1e22;
	border-color: #1c1e22;
	color: white;
}
@media (min-width: 768px) {
.forcedHidden {
	display: hidden !important;
}
}
/* shadow */
.shadow-1 {
	border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
/* Center modal */
.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* label */
label {
    font-weight: 500;
}
/* 
** EXTENSIONS */
/* GuildWars font */
@font-face {
  font-family: 'GW2';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/gw2font1p1.eot') format('embedded-opentype'), url('../fonts/gw2font1p1.woff') format('woff'), url('../fonts/gw2font1p1.ttf') format('truetype'), url('../fonts/gw2font1p1.svg') format('svg');
}
.ytvideo 
{
	max-width: 348px;
	height: 196px;
	top: 0;
	width: 100%;
	display: inline-block;
	border: 5px solid rgba(10,12,14,0.4);
	border-radius: 6px;
}
.ytvideo a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
    color: white;
    background-color:#36474F;
	background-position: right top;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity:0.95;
}
.ytvideo a>span
{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 0 10px 5px;
	background-color: rgba(0,0,0,0.75);
	text-align: left;
}
.ytvideo a:hover
{
	opacity:1;
}
.ytvideo a:hover>span
{
	background-color: rgba(0,0,0,0.95);
}
/* Hyphens */
.autohyphens
{
	hyphens: auto;
}
/* Slow Fade */
@-webkit-keyframes fadeslow-scrollin {
	0% {
		top: -100%;
	}
	100% {
		top: 0px;
	}
}
@-moz-keyframes fadeslow-scrollin {
	0% {
		top: -100%;
	}
	100% {
		top: 0px;
	}
}
.fadeslow{
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.modal.fadeslow{
	-webkit-animation: fadeslow-scrollin 0.25s 1 ease-in forwards;
	-moz-animation: fadeslow-scrollin 0.25s 1 ease-in forwards;
	animation: fadeslow-scrollin 0.25s 1 ease-in forwards;
}
.modal.fadeslow.in {
	z-index: 1500;
}
.modal-header {
	background-color: #00796B;
	color: #fff;
	box-shadow: 0 0px 2px rgba(0,0,0,0.7);
}
.modal-header * { color: #fff; }
.modal-header.alert-danger { background-color: #D32F2F; }
.modal-header.alert-warning { background-color: #E64A19; }
/* sitebanner */
.sitebanner {
    background: linear-gradient(rgba(10,15,13,0.7),rgba(10,15,13,0.76)), -webkit-linear-gradient(rgba(10,15,13,0.7),rgba(10,15,13,0.76)), url('../img/wvw-claimkreis-sitebanner-350.png');
    background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: 170%;
    background-position: top;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding: 128px 24px;
    max-height: 350px;
    min-height: 350px;
}
@media(max-width:1170px){
    .sitebanner, footer {
		background-size: auto 350px;
		/* re-set the background image as most browsers doesnt rescale the linear gradient properly.. 03/2020 */
		background: linear-gradient(rgba(10,15,13,0.17),rgba(10,15,13,0.76)), -webkit-linear-gradient(rgba(10,15,13,0.57),rgba(10,15,13,0.76)), url('../img/wvw-claimkreis-sitebanner-350.png');
	}
}
@media(min-width:1170px){
    .sitebanner, footer {
		background-size: 170%;
		/* re-set the background image as most browsers doesnt rescale the linear gradient properly.. 03/2020 */
		background: linear-gradient(rgba(10,15,13,0.17),rgba(10,15,13,0.76)), -webkit-linear-gradient(rgba(10,15,13,0.57),rgba(10,15,13,0.76)), url('../img/wvw-claimkreis-sitebanner-350.png');
	}
	.sitebanner>blockquote {
		font-size: 120%; 
	}
}
@media(min-width:1920px){
    .sitebanner {
        background-size: 160%;
		/* re-set the background image as most browsers doesnt rescale the linear gradient properly.. 03/2020 */
		background: linear-gradient(rgba(10,15,13,0.17),rgba(10,15,13,0.76)), -webkit-linear-gradient(rgba(10,15,13,0.57),rgba(10,15,13,0.76)), url('../img/wvw-claimkreis-sitebanner-350.png');
		min-width: unset;
		/* min-height: 540px; max-height: 540px; */
    }
    footer {
        background-size: 160%;
		/* re-set the background image as most browsers doesnt rescale the linear gradient properly.. 03/2020 */
		background: linear-gradient(rgba(10,15,13,0.7),rgba(10,15,13,0.76)), -webkit-linear-gradient(rgba(10,15,13,0.7),rgba(10,15,13,0.76)), url('../img/wvw-claimkreis-sitebanner-350.png');
    }
}
.sitebanner>* { color: #fff;text-shadow: 2px 2px 3px rgb(20,10,4); text-align:center;}
.sitebanner>blockquote {font-weight: 200; font-style:italic; background: transparent; display: block; margin: auto; max-width:600px; border-width: 1px 0px; border-color: #eee; border-style: solid;}
.sitebanner>blockquote small, .sitebanner>blockquote .small { color:#eee; }
.sitebanner>blockquote small::before, .sitebanner>blockquote .small::before { content: ''; }
.sitebanner q {font-variant:small-caps;}
/* change navbar collapse behaviour */
@media (max-width: 1150px) {
  .navbar-header {
      float: none;
  }
  .nav.navbar-left,
  .nav.navbar-right {
      float: none!important;
  }
  .navbar-brand.navbar-right {
      float: left!important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
/* default navbar */
.navbar-inverse {
	box-shadow: 0 0px 3px rgba(0,0,0,0.7);
	background-color: #218076;
	color: #000;
    border-radius:0;
    border: none;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text
 { color: #fff; }
 
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>li>a:hover
{ color: #fff; background-color: #27968b; box-shadow: 0px 1px 1px #27968b;}
/* custom navbar */
.navbar-custom {
	padding: 0;
    border-radius:0;
    margin: 0 8px;
    top: 0px;
    padding-top: 8px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    background: none;
}
.navbar-custom .navbar-nav > li > a:before,
.navbar-custom .navbar-nav > .active > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
.navbar-custom .navbar-nav > li > a:hover:before,
.navbar-custom .navbar-nav > li > a:focus:before,
.navbar-custom .navbar-nav > .active > a:before,
.navbar-custom .navbar-nav > .active > a:hover:before,
.navbar-custom .navbar-nav > .active > a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
.navbar-custom .navbar-brand {
  color: #fff;
  font-family: "GW2", serif;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/*
** Navbar brand bubble */
.navbar-custom .navbar-brand .bullet {
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	display: inline-block;
	position:relative;
	top:-10px;
	border:3px solid #1e1e1e;
	color:#fff;
	background:#1e1e1e;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin: 0 5px;
    padding: 2px;
	font-size:12px;
    line-height: 12px;
}
.navbar-custom .navbar-brand .bullet:before {
	content:"";
	position:absolute;
	bottom:-10px; /* value = - border-top-width - border-bottom-width */
	left:15px; /* controls horizontal position */
	border-width:10px 10px 0;
	border-style:solid;
	border-color:#1e1e1e transparent;
	/* reduce the damage in FF3.0 */
	display:block;
	width:0;
}
.navbar-custom .navbar-text {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #07090a;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #080a0c;
  color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c0c0c0;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #c0c0c0;
    background-color: #080a0c;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #c0c0c0;
}
/* 
** Navbar medium */
.navbar-md {min-height:30px;}
.navbar-md .navbar-brand,
.navbar-md .navbar-text,
.navbar-md .navbar-nav>li>a {padding-top:5px; padding-bottom:5px;}
.navbar-md .navbar-text { margin-top: 0px; margin-bottom: 0px;}
.navbar-md .navbar-brand {height: 30px}  
.navbar-md .navbar-toggle {margin: 6px 12px 6px 0px; padding: 6px 7px 6px 7px;}
.navbar-md .navbar-toggle .icon-bar {width: 19px;}
/*morph fix*/
.navbar-md-fix {	min-height:88px; }
/*
** nav a without href */
.nav li>a:hover {
	cursor:pointer;
}
/*
** navbar dts logo */
.navbar-dtslogo,.navbar-dtslogo>svg {
    display: none;
}
/*
** Jumbotron */
.jumbotron {
	background-color:#f2f2f2;
}
.jumbotron:nth-of-type(1) {
	background-image: url('/img/jumbotron-bg.jpg');
	background-position: 0px -160px;
}
.jumbotron:nth-of-type(1) h1 {
	text-shadow: 2px 2px 2px rgba(255,255,255,0.6);
}
.jumbotron:nth-of-type(1) blockquote {
	border-color: #444;
}
.jumbotron:nth-of-type(1) blockquote small {
	color: #444;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
/*
** Jumbotron Low-Res */
@media screen and (max-width: 992px) {
	.container .jumbotron, .container-fluid .jumbotron {
		padding: 12px;
	}
}
/* login name */
#loginname {
	font-weight: 500;
}
/*
** MyEvents */
#eventlist .list-group-item
{
	padding: 10px 15px;
}
#eventlist .list-group-item:hover {
	padding-right: 70px;
}
#eventlist .editpop
{
	display:block;
	height:100%;
	background:#0c84e4;
	position:absolute;
	margin:-10px 0px;
	width: 0px;
	right: 0px;
	overflow:hidden;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#eventlist a:hover .editpop
{
	width:56px;
	cursor:pointer;
}
#eventlist .editpop .editpop-table
{
	display:table;
	height:100%;
	width:100%;
}
#eventlist .editpop .editpop-table .editpop-cell
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size: 36px;
	height:100%;
	width:100%;
}
/*
** Calendar */
#calendar {
	display:inline-block;
}
#calendar .nav>li:not(.disabled)>a {
	color: #111;
}
#calendar .col-xs-1,
#calendar .col-md-1,
#calendar .col-lg-1 {
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	overflow:hidden;
}
/* dtscalpop remove other days horizontal */
@media (min-width: 992px) {
#calendar .col-md-1.blend {
	opacity:0.1;
	width:0px;
	min-width:0px;
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
}
}
/* dtscalpop remove other days vertical */
#calendar .col-md-1.blend {
	opacity:0.1;
	height:0px;
	min-height:0px;
	padding-left:0px;
	padding-right:0px;
}
/* dtscalpop burger menu */
#calendar .dtscalpop-menu a:hover {
	cursor:pointer;
}
/* dtscalpop content header */
#calendar .dtscalpop-menu h4,
#calendar .dtscalpop-content h4 {
	margin-top:9px;
	margin-bottom: 21px;
}
/* event calendar bbcode helper */
#calendar .wysibb {
	display: none;
}
/* event calendar */
.cal-context .event-text-public { color: #dd4814; }
.cal-context .event-bg-public { background-color: #dd4814; }
.cal-context .event-text-ally {  color: #772953; }
.cal-context .event-bg-ally {  background-color: #772953; }
.cal-context .event-text-guild { color: #c3c3c5; }
.cal-context .event-bg-guild { background-color: #333334; }
.cal-context .event-text-other { color: #c3c3c5; }
.cal-context .event-bg-other { background-color: #333334; }
.col-xs-1.cal-week, .col-md-1.cal-week { padding: 0px; min-width: 14.28%; }
.cal-context .autohyphens { white-space: nowrap; overflow-x: hidden; }
.cal-context .nav-pills li { margin-top: 0px; margin-bottom: 0px;}
.cal-context .nav-pills a { padding-left: 2px;}
.cal-context .nav-pills>li:nth-child(2n+3) { background-color:#f8f8f8; }
@media (min-width: 992px) {
.cal-context .cal-week:not(:nth-child(1)) .nav-pills li:not(:nth-child(1)) {  border-left:1px solid #cecece; }
}
@media (max-width: 991px) {
.cal-context .cal-week:not(:nth-child(1)) {  border-top:1px solid #cecece; }
.cal-context .nav-pills li.blank { display:none; }
}

.cal-context .nav-pills a .glyphicon { padding: -0px 2px; }
@media (max-width: 1024px) { .cal-context .nav-pills a .glyphicon { display: none; } }
a.calendarnav:hover { cursor:pointer; }
/*
** Event Editor */
#frmEvent .tab-pane {
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background-color:#ffffff;
}
#frmEvent .nav-tabs>li>a {
	background-color:#ffffff;
}

/*
** social */
.btn-tw, .btn-fb , .btn-discord, .btn-telegram
{
	height: 20px;
	line-height: 18px;
	padding-top: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 2px;
}
.btn-tw i:first-child,
.btn-fb i:first-child
{
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 14px;
	height: 12px;
	position: absolute;
	margin-left: 0px;
	margin-top: 2px;
}
.btn-tw *:nth-child(2), .btn-fb *:nth-child(2)
{
	margin-left: 12px; 
	color: #fff;
	text-transform: none;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-left: 4px;
	text-shadow: rgb(0, 126, 170) 0px -1px 0px;
	line-height: 14px;

}
.btn-telegram{ background-color: #0088cc; color: #fff; text-transform: none; margin-left:4px; font-size: 11px; font-family: font-family: helvetica, arial, sans-serif;  }
.btn-telegram:hover{ color: #0088cc; background-color: #fff; }
.btn-discord{ background-color:#7289DA; margin-left:4px; }
.btn-discord:hover{ background-color:#000; }
.btn-tw { background-color: rgb(85, 172, 237); }
.btn-fb { background-color: rgb(59, 89, 152); }
.btn-tw:hover { background-color: rgb(119, 190, 241); }
.btn-fb:hover { background-color: rgb(80, 97, 130); }
.btn-tw i:first-child { background-image: url( '/img/btn-tw-w-14.png' ); }
.btn-fb i:first-child { background-image: url( '/img/btn-fb-w-14.png' ); }
.soc-title { display:inline-block; line-height: 18px; margin-top: 1px; vertical-align:middle; padding: 1px 0px; }
.social-list td { vertical-align:middle; }
.social-list .fb-follow { vertical-align: middle; line-height: 1.5; }
/* input */
.input-group-default:first-child { border-right: 0; }
.input-group-default:last-child { border-left: 0; }
.input-group-default .input-group-addon {	background-color: #f0f0f0; }
.input-group-default .form-control:focus { background-color: transparent; }
.input-group-default textarea:focus, 
.input-group-default textarea.form-control:focus, 
.input-group-default input.form-control:focus, 
.input-group-default input[type=text]:focus, 
.input-group-default input[type=password]:focus, 
.input-group-default input[type=email]:focus, 
.input-group-default input[type=number]:focus, 
.input-group-default [type=text].form-control:focus, 
.input-group-default [type=password].form-control:focus, 
.input-group-default [type=email].form-control:focus, 
.input-group-default [type=tel].form-control:focus, 
.input-group-default [contenteditable].form-control:focus
.input-group-default { -webkit-box-shadow:none; box-shadow: none; background-color: #2196f3; color: #fff;}
.input-group-default textarea, 
.input-group-default textarea.form-control, 
.input-group-default input.form-control, 
.input-group-default input[type=text], 
.input-group-default input[type=password], 
.input-group-default input[type=email], 
.input-group-default input[type=number], 
.input-group-default [type=text].form-control, 
.input-group-default [type=password].form-control, 
.input-group-default [type=email].form-control, 
.input-group-default [type=tel].form-control, 
.input-group-default [contenteditable].form-control
.input-group-default { -webkit-box-shadow:none; box-shadow: none; border: 1px solid #eee; padding-left: 12px; }
/* permalink site */
.claimkreis-permalink #bbHtml {
    border-left: 8px #ddd solid;
    padding-left:16px;
}
.gw2class-elementarmagier{ background-image: url(../img/gw2class/elementarmagier.png); }
.gw2class-ingenieur{ background-image: url(../img/gw2class/ingenieur.png); }
.gw2class-krieger{ background-image: url(../img/gw2class/krieger.png); }
.gw2class-mesmer{ background-image: url(../img/gw2class/mesmer.png); }
.gw2class-dieb{ background-image: url(../img/gw2class/dieb.png); }
.gw2class-nekromant{ background-image: url(../img/gw2class/nekromant.png); }
.gw2class-waechter{ background-image: url(../img/gw2class/waechter.png); }
.gw2class-waldlaeufer{ background-image: url(../img/gw2class/waldlaeufer.png); }
.gw2class-widergaenger{ background-image: url(../img/gw2class/widergaenger.png); }
.panel-heading.gw2class,
.panel-footer.gw2class,
.panel-body.gw2class,
div.gw2class
{

    background-blend-mode: multiply;
    background-size: 72px 72px;
    background-position: right 10px top;
    background-repeat: no-repeat;
}
.panel-body.gw2class
{
	background-blend-mode: overlay;
	background-color: rgba(255,255,255,0.9);
}
.col-xs-1.gw2class
{
	background-blend-mode: overlay;
}
span.gw2class{
    width:18px;
    height:14px;   
    background-size: 14px 14px;
    background-repeat: no-repeat;
    display:inline-block;
    content:'';
}

/*
a.gw2class{
	font-size:18px;
}
a.gw2class>img{
	vertical-align: sub;
	height:20px;
	width:20px;
}
*/

/* panel-info */
.panel-info>.panel-heading 
{
    background-color: rgba(0,0,0,0.82);
    border-color: rgba(0,0,0,0.5);
    color: #e4e4e4;
}
.panel-footer
{
    background-color: #e2e2e2;
    border-top: 2px solid #829090;
}

/* dein-build */
h4>img.gw2class
{
    height: 24px;
    width: 24px;
    vertical-align: sub;
    display: inline-block;
}
.col-xs-12>div.gw2class
{
	background: rgba(0,0,0,0.82);
    background-blend-mode: multiply;
	padding: 20px;
	display: inline-block;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.5);
	margin-bottom:12px;
}
@media (max-width: 690px)
{
div.gw2class
{
	max-width: 420px;
}
}
div.gw2class>span,
div.gw2class>a
{
	display: inline-block;
	width: 64px;
	min-height: 64px;
	padding: 0 4px;
	text-align: center;
	word-wrap: break-word;
	vertical-align: top;
}
div.gw2class>span
{
	opacity: 0.2;
	cursor: not-allowed;
}
div.gw2class>span img,
div.gw2class>a img
{
	width: 38px;
	height: 38px;
	display: block;
	margin: 6px auto;
	opacity: 0.9;
}
div.gw2class>a:hover img
{
	opacity: 1;
}
div.gw2class>span,
div.gw2class>a,
div.gw2class>a:visited,
div.gw2class>a:active
{
	color: #e4e4e4;
}
div.gw2class>a:hover
{
	color: #fff;
}