/* color: #ffd700 = gold */

/*
@font-face {
font-family: brandish;
src: url('fonts/brandish.ttf')
format("opentype");
}
body {
font-family: Brandish, Hevetica, Arial, sans-serif;
}
*/

/*
@font-face {
font-family: lokicola;
src: url('fonts/lokicola.ttf')
format("opentype");
}
body {
font-family: Lokicola, Hevetica, Arial, sans-serif;
}
*/

/*
@font-face {
font-family: starjout;
src: url('fonts/starjout.ttf')
format("opentype");
}
body {
font-family: Starjout, Hevetica, Arial, sans-serif;
}
*/

.single-play {
  /*background-color: #A4A4A4;  /*#34343C;*/
  /*border-radius: 10px;*/
  border-radius: 200px;
  box-shadow: inset 0px 0px 2px 2px #34343C;  /*gold;  /*#8BC34A;*/
  text-align: center;
  padding: 40px 20px;  /*40px 20px;*/
  transition: all 0.3s ease-in;
  background-color: rgb(0,0,0,0.1);  /*rgb(215,215,0,0.3);*/
}

.single-play:hover {
  transform: translateY(-5px);
  box-shadow: inset 0px 0px 2px 2px gold;  /*#34343C;  /*#fea036;  /*  */
  background-color: rgb(0,0,0,0.5);  /*rgb(215,215,0,0.3);*/
}

.single-play .image img {
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.single-play .contant {
  padding-top: 30px;
}

.single-play .contant  {
  display: inline-block;
}

.single-play .contant  {
  display: block;
  margin-top: 30px;
  color: #cfcffd;
  font-size: 16px;
  line-height: 26px;
}

.single-play .contant ul li {
  margin-left: -15px;
  display: inline-block;
}

.single-play .contant ul li:first-child {
  margin-left: 0px;
}

.single-play .contant ul li img {
  width: 30px;
  height: 30px;
  border: 1px solid #364374;
  border-radius: 50%;
}

.single-play .contant ul li span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  box-shadow: inset 0px 0px 7px 3px #9a13d2;  /*  */
  font-size: 10px;
  background: #300983;
}

.team-section .single-team .image {
  position: relative;
}

.team-section .single-team .image .shape {
  width: 100%;
}

.team-section .single-team .image .member {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.team-section .single-team .image .link {
  position: absolute;
  bottom: 65px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  right: 22%;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
}

.team-section .single-team .image{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  bottom: 7px;
}
/*###################*/

body {
  /*background: #34343c;*/
  /*background-color: #000000;*/
  background: #0b0b0b url('img/bg/bg.jpg');
  background-attachment:fixed;
  background-position:top center;
  background-repeat:no-repeat;
  margin: 0 auto;
  /*background-color: #000 !important;
  padding-top: 65px;*/
  /*opacity: 1.0;*/   /* transparent 0.5 - 1.0 */

    /*background: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}

body[Attributes Style] {
    color: rgb(0, 0, 0);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

@font-face {
    font-family: myFont;
	src: url('font/brandish.ttf');
}

.myFont {
    font-family: myFont;
}

font[Attributes Style] {
    color: rcolor: #ffd700 ! important);
}

/*
body, a:hover {
cursor: url('img/mic0.png'), auto !important;  /*progress;*/
/*cursor: pointer;*/
/*}
*/

img {
    height: auto !important;
    max-width: 100% !important;
}

a {
    /*background-color; #A4A4A4;*/
	/*color: #428BCA;
    text-decoration: none;*/
}

label {
    font-weight: normal;
}

figcaption {
    font-style: italic;
    font-size: 12px;
}

h1 {
    font-size: 21px;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

hr {
    border-color: #E4E4E4;
}

.navbar-gaming {
    background: #40434E;
    border-bottom: 1px solid #32333B;
    margin-bottom: 0;
}

.navbar-gaming .navbar-brand {
    color: #FFF;
}

.navbar-gaming .container-fluid .navbar-collapse {
    margin-right: -30px;
    margin-left: -30px;
}

.navbar-gaming .container-fluid .navbar-collapse .panel {
    border: 0;
}

.navbar-gaming .navbar-nav > li > a:hover, .navbar-gaming .navbar-nav > li > a:focus {
    background-color: #32333B;
    color: #32333B;
}

.navbar-gaming .dropdown-menu > li > a:hover,
.navbar-gaming .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #32333B;
    background-color: #32333B;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #40434E;
}

.navbar-toggle .icon-bar {
    background-color: #EEE;
}

header .container {
    margin-top: 51px;
}

@media (min-width: 768px) {
    header .container {
        margin-top: 0;
    }
}

header .container .gaming {
    margin: 0;
    padding: 0;
    border-top: 0;
    position: relative;
}

@media (min-width: 768px) {
    header .container .gaming {
        margin: 0 10px;
    }
}

@media (min-width: 1200px) {
    header .container .gaming {
        margin: 0;
    }
}

@media (min-width: 768px) {
    header .container .gaming .carousel-control {
        width: 10%;
    }
}

header .container .gaming .carousel-indicators {
    bottom: 0;
    margin-bottom: 5px;
}

header .container .gaming .gaming-name {
    top: 0;
    left: 0;
    position: absolute;
    width: 70%;
    margin-left: 15%;
    padding: 10px 0;
    color: #FFF;
    font-size: 27px;
    text-shadow: 0 3px 10px #32333B;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
}

@media (min-width: 768px) {
    header .container .gaming .gaming-name {
        top: 20px;
        padding: 15px 0;
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    header .container .gaming .gaming-name {
        top: 30px;
        font-size: 37px;
    }
}

.container {
    /*margin-top: 15px;*/
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        margin-top: 0;
    }
}

/* HP Breite */
@media (min-width: 1200px) {
    .container {
        width: 90%;
    }
}

/* body Menüleiste */
.breadcrumb{
    padding: 8px 15px;
	margin-bottom: 10px;  /*20px;*/
	list-style: none;
	background-color: #34343c;  /*#A4A4A4;  /*#34343c;  /*!important;*/
    background: url(img/nav/nav_gaming_oben.png);
    background-repeat:no-repeat;
	border-radius: 4px;}
.breadcrumb>li{
   display: inline-block;}
.breadcrumb>li+li:before{
   padding: 0 5px;
   color: gold;  /*#ccc;*/
   content: "/\00a0";}
.breadcrumb>.active{
   color: #777;}

.gaming {
    background-color: rgba(0,0,0,0.5);  /*#000000; /*#34343c;*/ /*#F1F1F1;*/
    overflow: hidden;
}

.panel {
    /*background-color: #A4A4A4;  /*#d5d5d5; /*#34343c;*/
	color: #ffd700;  /* #ffd700 = gold */
	background-color: rgba(0,0,0,0.1);
}

/*-- card-begin --*/
.card {
    margin-bottom:20px;
    background-color: rgba(0,0,0,0.1);
}

.card-gaming > .card-body li {
    display: block;
    text-align: left;
    margin-left: 0;
    line-height: 35px;
    border-bottom: 1px solid #DDD;
}

.card-gaming > .card-body a {
    color: #4295C9;
    text-decoration: none;
}

.card-gaming,
.card-default {
    color: #ffd700;
    border-radius: 0;
    background-color: rgba(0,0,0,0.1);

}

@media (min-width: 768px) {
    .card-gaming,
    .card-default {
        border-radius: 4px;
    }
}

/*-- BOXEN --*/
.card-gaming > .card-header {
    color: #ffd700;  /*silver;*/
    background-color: #32333B;
    background: url(img/nav/nav_oben.png);
    background-repeat:no-repeat;
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    font-style: oblique;
	/*font-style: italic;*/
	text-transform: uppercase;
    text-rendering: optimizelegibility;
	text-align: center;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.card-footer {
	/*background: url(img/logo4.png);*/
	background: url(img/nav/nav_unten2.png);
    background-repeat:no-repeat;
}
/*-- card Ende --*/

/* äußere Umrandung */
@media (min-width: 768px) {
    .gaming {
        padding: 20px;
        margin: 10px;
        border: 1px solid #34343c; /*#32333B*/
    }
}

@media (min-width: 992px) {
    .gaming {
        margin: 20px 10px;
        border: 1px solid #34343c; /*#32333B*/
    }
}

@media (min-width: 1200px) {
    .gaming {
        margin: 30px 0;
        border: 2px solid #34343c; /*#32333B*/
    }
}

.panel-gaming,
.panel-default {
    border-radius: 0;
}

@media (min-width: 768px) {
    .panel-gaming,
    .panel-default {
        border-radius: 4px;
		border-color: #34343c;
    }
}

.panel-gaming > .panel-heading {
    color: gold;  /*#4295C9;  /*gold;*/
    background-color: #32333B;
    /*background: url(img/logo3.png);
    background-repeat:no-repeat;*/
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.panel-gaming > .panel-footer {
    width: 100%;
	background: url(img/logo4.png);
    /*background-repeat:no-repeat;*/
}

/* Menü-Linien */
.panel-gaming > .panel-body li {
    line-height: 35px;
    border-bottom: 1px solid #34343C;  /*#DDD;*/
}

/* Menü-Schriftfarbe */
.panel-gaming > .panel-body a {
    color: gold;  /*#4295C9;  /*gold;*/
	font-weight: bold;
    text-decoration: none;
}

.panel-gaming > .panel-body a:hover {
    color: #4295C9;  /*gold;  /*#4295C9;*/
	font-weight: bold;
    text-decoration: none;
}

a:hover {
  background-color: #34343C;
}

a {
    color: #ffd700 !important;
    text-decoration: none;
}

font[Attributes Style] {
    color: rgb(220, 20, 60);
}

.ilch--new-message a.text-danger {
    color: #a94442;
}

.footer .container {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .footer .container {
        margin-top: 0;
    }
}

.footer .container .gaming {
    margin: 0;
    padding: 15px 0;
    border-bottom: 0;
}

@media (min-width: 768px) {
    .footer .container .gaming {
        margin: 0 10px;
    }
}

@media (min-width: 1200px) {
    .footer .container .gaming {
        margin: 0;
    }
}

.footer .container .gaming ul {
    margin: 0;
    padding: 0;
}

.footer .container .gaming ul li {
    list-style-type: none;
    display: inline;
}

.footer .container .gaming ul li:after {
    content: ' | ';
}

.footer .container .gaming ul li:last-child:after {
    content: '';
}

.footer .container .gaming .row [class*="col-"]  {
    padding: 0 30px;
}

@media (min-width: 768px) {
    .footer .container .gaming .nav {
        text-align: right;
    }
}

/* eigene css*/
.eigenenav {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.rund { /* runde Bilder */
border-radius: 200px;
-moz-border-radius: 200px;
-webkit-border-radius: 200px
}

.rundecken {  /* abgerundete Ecken */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px
}
/* eigene ende */

/* The sidebar menu */
.sidenav {
  height: 55%; /* Full-height: remove this if you want "auto" height */
  width: 120px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: transparent; /*#111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Style page content */
.main {
  margin-left: 120px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 160px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  
.ck-content {
    /*background: gray;*/
    color: black;
}

.ck-editor__editable {
    color: black;
}
