body {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*background-image: url('/images/background.jpg');*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-main {
    background-image: url('/images/background.jpg');
}

.background-minecraft {
    background-image: url('/images/bg-minecraft.png');
}

.background-network {
    background-image: url('/images/bg-network.jpg');
}

.background-contact {
    background-image: url('/images/bg-contact.jpg');
}

.background-consultant {
    background-image: url('/images/bg-consultant.jpg');
}

.background-article {
    background-image: url('/images/bg-article.jpg');
}
  
  a,a:hover,a:visited,a:focus{
    color: #222;
    text-decoration: none;
  }
  
  .intro {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .overlay {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
  }
  
  .logo {
    height: 100px;
  }
  
  .break {
    flex-basis: 100%;
    height: 0;
  }
  
  header {
    color: #000;
    width: 100%;
    max-width: 1100px;
    min-height: 100px;
    margin-bottom: 20px;
  }
  
  @media only screen and (max-width: 600px) {
    nav {
        margin-top: 35px;
        margin-bottom: 10px;
        position: relative;
    }
  
    .logo {
        display: flex;
        justify-content: center;
    }
  
  }
  
  @media only screen and (min-width: 600px) {
    nav {
        position: absolute;
        top: 2em;
        right: 2em;
    }
  }
  
  nav a, nav a:hover, nav a:visited {
    background-color: rgba(45, 45, 45, 0.7);
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    margin-left: 5px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
  }
  
@media only screen and (max-width: 600px){
    .container {
        height: 100%;
        width: 100%;
        margin: 0;
    }
}

@media only screen and (min-width: 600px){
    .container {
        height: 90%;
        width: 95%;
        max-width: 1100px;
        border-radius: 1em;
        margin: 2em;
    }
}

  .container {
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(10px);
    box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
    color: #222;
    padding: 2em;
  }
  
  
  
  
  .domainbar {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    align-content: center;
  }
  
  .domainform {
    display: flex;
    align-content: center;
  }
  
  .domainform input {
    flex-grow: 3;
    border: 0;
    background-color: rgba(255,255,255,0.7);
    height: 60px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 20px;
    min-width: 10px;
    outline: 0;
  }
  
  .domainform button {
    flex-grow: 1;
    border: 0;
    background-color: rgba(55, 162, 223, 0.5);
    height: 60px;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    outline: 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  
  main {
    color: #222;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    flex-flow: row wrap;
  }
  
h1,h2,h3 {
    color: #454545;
}

.error {
    color: red;
}
  
  .productbox {
    border-radius: 10px;
    margin: 10px;
    margin-top: 20px;
    font-weight: bold;
    background: rgba(0,0,0,0.5);
    height: 200px;
    min-width: 200px;
    text-align: left;
    position: relative; 
    background-position: center;
    background-size: cover;
    flex: 1;
    color: #fff;
  }
  
  .productbox .inner:hover {
    background: rgba(0,0,0,0.8);
  }
  
  .productbox .inner {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
  }
  
  .productbox .content {
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
  }
  
  .productbox .centercontent {
    left: 0;
    text-align: center;
  }
  
  .server {
    background-image: url('/images/server.jpg');
  }
  
  .minecraft {
    background-image: url('/images/minecraft.png');
  }
  
  .vps {
    background-image: url('/images/vps.jpg');
  }
  
  .network {
    background-image: url('/images/network.jpg');
  }
  
  .consultant {
    background-image: url('/images/consultant.jpg');
  }

  .teamspeak {
    background-image: url('/images/teamspeak.jpg');
  }

.mc-dragon {
      background-image: url('/images/minecraft-dragon.png');
  }

.mc-piglin {
    background-image: url('/images/minecraft-piglin.png');
}

.mc-turtle {
    background-image: url('/images/minecraft-turtle.png');
}
  
.align-left {
    text-align: left;
    width: 100%;
}

.article {
    margin-bottom: 10px;
}

  .productbox h1 {
    text-align: center;
    padding-top: 10px;
    font-size: 24px;
    box-shadow: 1px;
    margin: 0;
    color: #fff;
  }
  
  footer {
    margin-top: 10px;
  }

  
  .noopacity {
    opacity: 100%;
  }

ul {
    display: flex;
    width: 100%;
    flex-flow: column wrap;
}

ul li {
    text-align: left;
    margin-right: 5px;
}

.contactForm {
    text-align: left;
    width: 100%;
}

.contactForm input, .contactForm textarea, .contactForm button {
    height: 50px;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    outline: 0;
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contactForm textarea {
    height: 200px;
}

.contactForm label {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.contactForm div {
    width: 100%;
    margin-top: -5px;
    margin-bottom: 20px;
    text-align: center;
}

