body {
  margin: 0px;
  font-family: Roboto-Light;
  background: #EEEEEE;
  overflow-y: scroll;
}

.cursor-loading {
  cursor: progress !important;
}

/* ----------------  FONT IMPORT ---------------- */

@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf);
}

/* ---------------  ALLGEMEIN --------------- */

.flex-basis-0 {
  flex-basis: 0;
}

.fa-hidden {
  visibility: hidden;
}

/* ----------------  WRAPPER ---------------- */

#wrapper {
  display: block;
  min-height: calc(100vh - 5rem);
}

/* ----------------  HEADER ---------------- */

#logo img {
  max-width: 100%;
}

@media (max-width: 991px) {
  #logo img {
    max-width: 80%;
  }
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* ----------------  CONTENT ---------------- */

.box {
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
}

.box h6 {
  font-family: Roboto-Bold;
  text-transform: uppercase;
  margin: 0px 0px 3px;
  padding: 7px 0px 8px 10px;
  border-bottom: 1px solid #E0E0E0;
}

.box span.title {
  font-family: Roboto-Bold;
  text-transform: uppercase;
  border-bottom: 1px solid #E0E0E0;
}

#liste th, #accountServerListe th {
  font-family: Roboto-Bold;
  text-transform: uppercase;
}

#liste h3, #activeListe h3, #newest h3, #accountServerListe h3 {
  font-family: Roboto-Regular;
  font-weight: normal;
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  #liste h3, #activeListe h3, #newest h3, #accountServerListe h3 {
    font-size: 1rem;
  }
}

#liste tr, #accountServerListe tr {
  border-bottom: 1px solid #E0E0E0;
}

#liste tr img, #accountServerListe tr img {
  width: 64px;
  height: 64px;
}

#liste tbody tr:hover:not(.empty), #activeListe .entry:hover, #newest .entry:hover {
  background: #fafafa;
  cursor: pointer;
}

#liste tr td a, #activeListe a, #newest a, #accountServerListe tr td a {
  text-decoration: inherit;
  color: inherit;
}

#activeListe .entry:not(:last-child) {
  border-right: 1px solid #E0E0E0;
}

#liste #listeTable {
  table-layout: fixed;
}

#liste #listeTable .listeItemInfo {
  overflow: hidden;
}

.accountForm a, .accountSettingsButton {
  text-decoration: inherit;
  color: inherit !important;
  cursor: pointer;
  font-family: Roboto-Regular;
}

.button {
  border: 0;
  font-size: 16px;
  line-height: 1 !important;
  font-family: Roboto-Bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #F8F8F8 !important;
  margin: 0px 5px;
  padding: 7px 12px !important;
  background: #2196F3;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer !important;
}

.button:hover {
  color: #F8F8F8;
  background: #1E88E5;
  cursor: auto;
}

.button.hover:hover {
  cursor: pointer;
}

.button:active {
  background: #1976D2;
}

.button.twitter {
  font-size: 13.5px;
  font-family: Roboto-Regular;
  text-transform: none;
  background: #55acee !important;
  padding: 2px 7px 4px 7px !important;
}

/* ----------------  SIDEBAR ---------------- */

#sidebar ul * {
  line-height: 1.5;
}

#sidebar #suche input[type="search"] {
  font-family: Roboto-Bold;
  text-transform: uppercase;
  border: none;
  outline: none;
  box-shadow: none;
  width: 95%;
}

#sidebar ul {
  list-style-type: none;
  line-height: 1.25;
}

#sidebar #serverdaten ul, #sidebar #information ul, #sidebar #features ul {
  font-size: 14px;
}

#sidebar #serverdaten a, #sidebar #social a {
  text-decoration: none;
  color: #000;
}

#sidebar #information li span.value {
  font-family: Roboto-Medium;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sidebar #information .online {
  color: #64DD17;
}

#sidebar #information .offline {
  color: #D50000;
}

/* ----------------  SERVER ---------------- */

#description img {
  max-width: 100%;
}

#description #descriptionContent {
  all: initial;
  font-family: Roboto-Light;
}



/* ----------------  ACCOUNT --------------- */

#login .vergessen {
  color: #757575;
  text-decoration: none;
}

/* --------------  TEXT INPUT  ------------- */

#editserver input[type="text"], #vote input[type="text"], #votifier input[type="text"] {
  font-family: Roboto-Regular;
  border: solid 1px #E0E0E0;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
}

/* ----------------  FOOTER ---------------- */

footer {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  height: 5rem;
  background-color: #e0e0e0;
}

footer a {
  text-decoration: none;
  margin: 0.75rem;
  color: #616161;
}

footer a:active {
  color: #212121;
}

footer a:hover {
  color: #424242;
}

/* ----------------  ADS ---------------- */

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
.banner-ad {
  display: flex !important;
  justify-content: center !important;
  width: 375px;
  height: 96px;
}

/* Small devices (landscape phones, 576px and up */
@media (min-width: 576px) {
  .banner-ad {
    width: 520px;
    height: 96px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .banner-ad {
    width: 700px;
    height: 96px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .banner-ad {
    width: 844px;
    height: 96px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .banner-ad {
    width: 1024px;
    height: 96px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .banner-ad {
    width: 1204px;
    height: 96px;
  }
}