
 @font-face {
     font-family: "Geo Sans Light";
     src: url('../fonts/GeoSansLight.ttf') format('truetype');
 }

 @font-face {
     font-family: "Open Sans";
     src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
 }

 /*
  * HTML Reset
  */
 * {
   margin: 0;
   padding: 0;
 }

 :root {
  font-size: 16pt;
 }

 p {
   margin: 0.8em 0;
   line-height: 1.25em;
   text-align: justify;
 }

 body, html {
   height: 100%;
   width: 100%;
 }

 body {
   font-family: 'Calibri Light', sans-serif;
   background-color: #f7f7f7;
 }

 ::-webkit-scrollbar {
   width: 10px;
 }

 ::-webkit-scrollbar-track {
   background-color: #eee;
 }

 ::-webkit-scrollbar-thumb {
   border-radius: 4px;
   background: #777;
 }

 ::-webkit-scrollbar-thumb:hover {
     background: #888;
 }

 a {
   text-decoration: none;
   color: black;
 }


 /*
  * Hintergrundbild
  */

 #background-image {
   background-attachment: scroll;
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   /*filter: brightness(150%) blur(1pt);*/
}


/*
 * Navigation
 */
#navigation {
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    font-family: 'Geo Sans Light', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    /*background-color: rgba(81, 25, 17, 0.97);*/
    background-color: #FFF;
    color: #333;
    box-shadow: 0 0 15px -1px #555;
    z-index: 1;
}

#toggleNav {
  display: none;
  float: right;
}

#toggleNav i {
  font-size: 1em;
  padding: 22px 20px;
  line-height: 30px;
}

#toggleNav i::before {
  box-shadow: none;
}

a.down-arrow {
  position: absolute;
  left: 50%;
  bottom: 50px;
  border: solid white;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 10px;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: rotate(45deg);
}

blockquote {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  border-inline-start: 5px solid #005a70;
}

.nav > li {
  float: left;
  list-style-type: none;
  display: block;
  padding: 22px 20px;
}

.nav > li a {
  font-size: 1em;
  line-height: 30px;
  text-shadow: 0 0 15px #999;
  position: relative;
  transition: color 0.1s ease-in;
}

.nav > li a:HOVER {
  color: #555;
}

.brand-container {
  padding: 5px;
  margin-left: 10%;
  display: block;
  float: left;
}

.brand-logo {
  max-height: 64px;
  float: left;
}

.brand-text {
  line-height: 64px;
  margin-left: 10px;
  letter-spacing: 3px;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content {
  flex: 1;
}

#content .header {
  position: absolute;
  top: 40%;
  left: 20%;
  right: 20%;
  text-align: center;
  opacity: 0;
}

#content .header > * {
  width: 100%;
  display: block;
}

#content .content-container {
  padding: 4rem 10%;
  min-height: 400px;
}

#content .content-container:nth-child(even) {
  background-color: #fff;
}

#content .content-container:nth-child(odd) {
  background-color: #f7f7f7;
}

#content .content-container h1 {
  border-bottom: 1px solid #eee;
  border-radius: 2px;
  padding-top: 30px;
  margin-bottom: 10px;
}

#content .content-container ul, ol, dl {
  padding: revert;
}

#content .content-container a {
  color: #014fb3;;
}

#content .header .caption {
  font-family: 'Lato', sans-serif;
  font-size: 4rem;
  color: white;
  text-shadow: 0 0 10px #111;
}

#content .header .description {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  color: white;
  text-shadow: 0 0 10px #111;
}

#content .container {
  display: block;
}

#content .overflow-x {
  overflow-x: scroll;
}

.information-box {
  display: inline-block;
  margin: 5px;
  text-align: center;
  padding: 10px 20px;
  color: black;
  border-radius: 4px;
  background-color: white;
}

.information-box > * {
  line-height: 30px;
  padding: 0 2.5px;
  font-family: 'Lato', sans-serif;
  color: #111;
}

img.avatar {
  width: 20vw;
  max-width: 128px;
}


table.team {
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px;
  table-layout: auto;
  overflow-y: auto;
}

table.team tr + tr {
  border-top: 1px solid #ccc;
}

table.team tr.caption + tr{
  border-top: none;
}

table.team tr + tr.caption {
  border-top: none;
}

table.team td:not(:FIRST-CHILD) {
  border-left: 1px solid #ccc;
}

table.team td {
  width: auto;
  display: table-cell;
  min-height: 120px;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
table.team tr.name > td {
  font-weight: bold;
}

table.team td.team-caption{
  font-weight: bold;
  padding: 5px 10px;
  text-align: left;
}

table.team td.team-caption.admin{
  color: #eb0000;
  text-shadow: 0 0 15px #ff6868;
}

table.team td.team-caption.team{
  color: #ff2e2e;
  text-shadow: 0 0 15px #ff9191;
}


.socialmedia-entry {
  height: 1.5rem;
  vertical-align: middle;
  display: block;
}

.socialmedia-entry > i {
  margin-right: 10px;
}

#contact-form {
  width: 75%;
  margin: auto;
  padding-top: 30px;
}

#contact-form #status {
  display: none;
  padding: 15px 40px;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
}

#status.success {
  background-color: #4dce57;
  color: white;
  border: 1px solid #43b74c;
}

#status.success i {
  color: green;
}

#status.error {
  background-color: #ff6a5f;
  color: white;
  border: 1px solid #ce4a4a;
}

#status.error i {
  color: red;
}

table.form-table {
  border: none;
  border-spacing: 0;
  width: 100%;
}

tr.form-row > td {
  padding: 20px 0;
}


tr.form-row > td {
  width: 75%;
}

tr.form-row > td:FIRST-CHILD  {
  width: 25%;
}

input.form-input, textarea.form-input {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  outline: medium none;
  height: 40px;
  width: 100%;
  color: #000000;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  text-align: left;
  font-family: 'Calibri Light', sans-serif;
  font-size: 1rem;
  padding: 0 10px;
  box-sizing: border-box;
}

textarea.form-input {
  padding: 10px;
  resize: vertical;
  min-height: 200px;
  max-height: 300px;
}

.checkbox-text {
  margin-inline: 0.75rem;
}

#counter {
  font-size: 0.75rem;
  color: #aaa;
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-top: -10px;
}

button.form-button {
  font-size: 1rem;
  display: inline-block;
  padding: 6px 12px;
  background-color: #045586;
  border: 1px solid #044d79;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-family: 'Calibri Light', sans-serif;
  transition: all 0.1s ease-in;
  outline: none;
}

button.form-button:HOVER {
  background-color: #065d91;
  border: 1px solid #0a6195;
}

#footer {
  position: relative;
  left: 0;
  right: 0;
  background-color: #135d89;
  z-index: 1;
}

#footer .footer-container {
  color: white;
  margin: 0 10%;
  padding: 30px 0;
  position: relative;
  height: 30px;
}

.footer-container .footer-line {
  display: block;
  line-height: 30px;
}

.footer-container .footer-line a {
  color: white;
  transition: color 0.2s ease-in;
}

.footer-container .footer-line a:HOVER {
  color: #8daed1;
}

.footer-container .footer-line.left {
  float: left;
}

.footer-container .footer-line.right {
  float: right;
}

.footer-container .footer-line.middle {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.footer-container .footer-line.left a {
  padding-right: 5px;
}

.footer-container .footer-line.right a {
  padding-left: 5px;
}

#spinner-container {
  display: none;
  position: relative;
  left: 15px;
}

.spinner {
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 42px;
}
.spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 34.2px;
  height: 34.2px;
  margin: 4px;
  border: 4px solid;
  border-radius: 50%;
  animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #e1e1e1 transparent transparent transparent;
}
.spinner div:nth-child(1) {
  animation-delay: -0.45s;
}
.spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
.spinner div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.http-error-code {
  display: inline-block;
  font-family: Consolas, sans-serif;
  padding: 0 15px;
  background-color: #51a7e1;
  color: #fff;
  margin-left: 20px;
  border-radius: 100vmin;
  box-shadow: 0 0 1px #58b6f6;
}

.game-container {
  margin: 50px 0;
}

p.description {
  margin: 10px 0 0 0;
  clear: left;
}

.game-container .game-header {
  font-weight: bold;
}

.game-container .game-title {
  display: inline-block;
}

.game-container .game-badge {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  padding: 5px 10px;
  background-color: white;
  font-variant: small-caps;
  border-radius: 4px;
  margin: 0 5px;
  box-shadow: 0 0 5px 0 #c7c7c7;
}

.game-container .game-badge.right-aligned {
  float: right;
}

.game-container .game-badge.classic {
  background-color: #087e2d;
}

.game-container .game-badge.pvp {
  background-color: #b89a00;
}

.game-container .game-badge.apocalypse {
  background-color: #00a1a6;
}

.game-container .game-badge.teams {
  background-color: #cb36d5;
}

.game-container .game-badge.ip-text {
  background-color: #ba32c4;
  color: #fff;
}

.game-container .game-badge.beta {
  background-color: #ffb135;
  font-weight: bold;
}

.alert {
  display: block;
  padding: 10px 15px;
  background-color: gray;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 #c7c7c7;
}

.alert.inline {
  display: inline-block;
}

.alert.lightblue {
  background-color: #529bfa;
  color: #f7f7f7;
}

.alert.purple {
  background-color: #b400ff;
  color: #f7f7f7;
}

.alert-description {
  font-size: 0.85rem;
  margin: 0 0 0 1.0em;
}

.post-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 60%;
}

.post-list-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
  max-width: 60%;
  padding: 1rem;
  background-color: #fdfdfd;
}

.author-container {
  color: #777;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.author-container img {
  display: block;
  max-width: 2rem;
  border-radius: 100vmin;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.post-meta {
  font-style: italic;
  color: #777;
}

.meta-container {
  color: #444;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}

.tags-container {
  color: #444;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.post-link {
  font-style: italic;
}

.post-tags {
  list-style-type: none;
  display: flex;
  margin: 0;
  gap: .25rem;
  padding: 0 !important;
}

.post-tags > li a {
  color: #eee !important;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  background-color: #3a88ee;
  border-radius: 4px;
}

.pagination {
  color: #555;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 0.85rem;
}

.pagination > * {
  padding: 0.25rem;
  border: 1px solid #888;
  border-radius: 4px;
}

.pagination .active {
  font-weight: bold;
}

/* Media queries */
@media screen and (max-width: 1280px) {
  :root {
    font-size: 14pt;
  }

  .alert {
    padding: 10px;
  }

  #content .content-container {
    padding: 50px 30px;
  }

  #contact-form {
    width: 100%;
  }
  #footer .footer-container {
    margin: 0 30px;
  }
  .brand-container {
    margin-left: 30px;
  }

  .post-container {
    max-width: 100%;
  }

  .post-list-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1050px) {
  #toggleNav {
    display: block;
    transform: rotate(0deg);
    transition: transform 0.2s ease-out;
  }

  #toggleNav.rotated {
    transform: rotate(90deg);
  }

  .nav {
    display: block;
    clear: left;
    margin: 0;
    height: 0;
    overflow: hidden;
  }
  .nav.visible {
    height: 100%;
  }

  a.down-arrow {
    display: none;
  }

  #background-image {
      display: none;
  }
  #content {
    padding-top: 74px;
    box-sizing: border-box;
  }

  #content .header {
      position: static;
      left: 0;
      right: 0;
      margin-top: 50px;
  }

  #content .header > * {
      width: auto;
  }

  #content .header .caption {
      display: none;
  }
  #content .header .description {
      display: none;
  }

  /* ende vorübergehend */

  .nav > li {
    float: none;
    list-style-type: none;
    display: block;
    padding: 0;
    border-top: 1px solid #d6d6d6;
    text-shadow: 0 0 15px #999;
    transition: color 0.1s ease-in;
  }

  .nav > li:FIRST-CHILD {
    border-bottom: 1px solid transparent;
  }

  .nav > li a {
    line-height: 30px;
    width: 100%;
    display: block;
    padding: 22px 20px;
    box-shadow: none;
    background: none;
  }

  .brand-container{
    margin-left: 30px;
  }

  #content .content-container {
    padding: 50px 30px;
  }

  #content .content-container:FIRST-CHILD {
    padding: 30px 30px 50px;
  }

  #contact-form {
    width: 100%;
    padding: 0;
  }


  #footer  .footer-container {
    height: auto;
  }

  #footer  .footer-container .footer-line {
    padding: 5px 0;
  }

  #footer .footer-container .footer-line.middle {
    position: relative;
    left: 0;
    transform: none;
  }

  #footer .footer-container .footer-line.left {
    display: block;
    float: none;
  }

  #footer .footer-container .footer-line.left a {
    padding: 0 10px 0 0;
  }

  #footer .footer-container .footer-line.right a {
    padding: 0 10px 0 0;
  }
  #footer .footer-container .footer-line.right {
    display: block;
    float: none;
  }

  tr.form-row > td {
    padding: 10px 0;
  }

  .information-box {
    background-color: #135d89;
  }

  .information-box > * {
    color: white;
  }

}

@media screen and (max-width: 720px) {
  :root {
    font-size: 12pt;
  }

  p {
    text-align: left;
  }

  tr.form-row > td:FIRST-CHILD {
    display: none;
  }

  .brand-container{
    margin-left: 10px;
  }

  .brand-container{
    margin-left: 10px;
  }

  .http-error-container {
    margin: 0;
  }

  #content.footer {
    margin-bottom: -180px;
  }

  .nav > li a {
    padding: 11px 10px;
  }

  .game-container .game-header .game-title {
    display: block;
  }

  .game-container .game-header .right-aligned {
    float: left;
    margin: 0 10px 0 0;
  }
}
