@import url("default.css");
@import url("regeln.css");
@import url("impressum.css");
@import url("minecraft.css");
@import url("team.css");
@import url("forms.css");
@import url("fonts.css");

* {
  scrollbar-color: #202324 #454a4d;
}

::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #202324;
  border: 1px solid #202324;
}
::-webkit-scrollbar-thumb:hover {
  background: #454a4d;
}
::-webkit-scrollbar-thumb:active {
  background: #454a4d;
}
::-webkit-scrollbar-track {
  background: #454a4d;
  border: 0px none #ffffff;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
  background-color: #181a1b;
  color: #e8e6e3;
}
body > .breadcrumbs, body > .firstpage-container {
  padding: 100px 15px 5px;
}

p {
  font-size: 1.1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: cynthonext, arial, sans-serif, serif;
}

h1{
    font-weight: bold;
}

.panel-body {
    background-color: black !important;
}

.navbar {
    min-height: 82px;
    /* background-image: url("/assets/deepslate_tilesx64.png"); */
}

.navbar-brand {
    font-family: cynthonext, arial, sans-serif, serif;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link.active {
    text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

main.container {
    padding-bottom: 1em;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height: 60px;*/
    line-height: 60px; /* Vertically center the text there */
    background-color: #343a40;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

.footer > .container p {
    font-size: 1rem;
    margin: 0;
}

.footer_impressum, .footer_privacy_policy {
  width: calc(100%/3);
}

.footer_copyright {
  width: 100%;
}

.footer_events {
  display: none;
}

.cfGMLl {
  right: 1%;
  margin-left: auto;
  width: 52px;
  bottom: 60px;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		   -moz-user-select: none; /* Firefox */
		    -ms-user-select: none; /* Internet Explorer/Edge */
			      user-select: none; /* Non-prefixed version, currently*/
}

.scp-serverlist {
  max-width: 100%;
  margin-bottom: 1em;
}

.btn.btn-hellsgate {
    border-radius:50px;
    background:linear-gradient(135deg,rgb(0,0,0) 0%,rgb(255,0,4));
    color: white;
    font-weight: bold;
    padding: 1em;
    box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.25);
    border: none;
}

@media (min-width: 400px) {
}

@media (min-width: 576px) {
  .cfGMLl {
    bottom: 15px;
  }
}

@media (min-width: 992px) {
    body {
      margin-bottom: 60px;
    }

    .navbar-brand-center {
        position: absolute;
        left: 50%;
        margin-left: -50px !important;  /* 50% of your logo width */
        display: block;
    }

    .footer > .container{
      flex-wrap: nowrap;
    }

    .footer > .container p {
      width: calc(100%/3);
    }

    .footer_events {
      display: block;
    }
}
