@font-face {
  font-family: "Pxlvetica_edit2";
  src: url("Fonts/Pxlvetica_edit2.ttf");
}

button {
  background: none;
  outline: none;
  cursor: pointer;
}

a {
  text-decoration: underline;
  color: white;
  text-shadow: -1px 1px 3px #5cfa58, 1px 1px 3px #5cfa58, 1px -1px 3px #5cfa58;
}

/*iframe {
  margin-top: 20px;
  margin-bottom: 20px;
}*/
#TrailerWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width:95%;
  padding-bottom: 5%;
}

.HokabentoStudio {
  font-family: tahoma;
  /*font-size: 1.5rem;*/
}

body {
  /* display: flex;*/
  flex-direction: column;
  min-height: 100vh;
  background-image: url("img/Backgrounds/Website_Gradient_Background_mobile_loop.png");
  /*, linear-gradient(black, fuchsia, magenta, indigo, midnightblue, midnightblue, midnightblue, aqua);
  background-size: cover;
  background-repeat: no-repeat;*/
  background-size: 100%, auto;
  background-repeat: repeat-y;
  background-blend-mode: luminosity;
}


/* CONTAINER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper {
  /* display: flex;*/
  flex-direction: column;
  min-height: 100vh;
  /*background-image: linear-gradient(black, fuchsia, magenta, indigo, midnightblue, midnightblue, midnightblue, aqua), url('img/Website_Gradient_Backgrounds_0006_Kacheln_invertiert_transparent.png');
  background-size: auto;
  background-repeat: no-repeat;
  flex-direction: column;
  flex-grow: 1;
  min-height: 350px;
  background-blend-mode: overlay;
  /*  background-image: url("img/Backgrounds/Website_Gradient_Backgrounds_0006_Kacheln_invertiert_.png");
  , linear-gradient(black, fuchsia, magenta, indigo, midnightblue, midnightblue, midnightblue, aqua);
  background-size: cover;
   background-repeat: no-repeat;
   background-blend-mode: luminosity;*/
}

.wrapper>* {
  padding: 5px;
}


/* MQ
––––––––––––––––––––––––––––––––––––––––––––––––––*/
@media screen and (min-width: 550px) {
  .wrapper {
    /* display: flex;*/
    flex-direction: column;
    min-height: 100vh;
   /* background-image: url("img/Backgrounds/Website_Gradient_Backgrounds_0006_Kacheln_invertiert_mobile.png");
    /*, linear-gradient(black, fuchsia, magenta, indigo, midnightblue, midnightblue, midnightblue, aqua);*/
    /*background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;*/
  }
}

/* @media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
  @media screen and (min-width: 350px) {
    div.logo {
    display: none;
   }
  }

  /* FOOTER
––––––––––––––––––––––––––––––––––––––––––––––––––*/

.wrapper>footer {
  /* box-shadow: 0px 0px 40px 20px  rgba(255, 255, 255, 0.6),  0px 0px 20px 60px rgba(255, 255, 255, 0.5) inset;
  border-radius: 3px;
  background-blend-mode: luminosity;*/
  font-family: "Pxlvetica_edit2";
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px;
  color: white;
}


/* MAIN
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-main {
  /* display: flex;*/
  /*background-image: url("img/Backgrounds/Website_Gradient_Backgrounds_0006_Kacheln_invertiert_blur.png");*/
  /*, linear-gradient(black, fuchsia, magenta, indigo, midnightblue, midnightblue, midnightblue, aqua);*/
  background-size: cover;
  /*align-self: flex-end;*/
  background-repeat: no-repeat;
  flex-direction: column;
  flex-grow: 1;
  min-height: 350px;
  background-blend-mode: normal;
  /*  background-color: #00000069;*/
  text-shadow: -1px 1px 3px #fff,
    1px 1px 3px #fff,
    1px -1px 3px #fff;
    /*-1px -1px 3px #fff;*/
  font-family: 'Pxlvetica_edit2', sans-serif;
  font-size: 1.5rem;
}

.tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: "Pxlvetica_edit2";
  /*border: 1px solid #ccc;
background-color: #f1f1f1;*/
}

.tablinks {
  color: #ccc;
  padding: 7px 30px 7px 30px;
  background-color: black;
  border: rgba(0, 255, 255, 0.8);
  border-style: solid;
  border-width: thin;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 1px rgba(0, 255, 255, 0.8), 0px 0px 10px 1px rgba(0, 255, 255, 0.8) inset;
  font-size: 1rem;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: white;
  text-shadow: 1px 1px 3px white, 1px -1px 3px white, -1px 1px 3px white;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Create an active/current tablink class */
.tab button.active {
  text-shadow: 1px 1px 3px fuchsia, 1px -1px 3px fuchsia, -1px 1px 3px fuchsia;
  background-color: black;
}

.tabcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.left-padding {
  padding-left: 4%;
  padding-top: 2%;
}
.right-padding {
padding-right: 4%;
}

/* Press Kit*/
.DownloadButton {
  background-color: rgb(134, 35, 134);
  color: white;
  border-radius: 6px;
  box-shadow: none;
  border-color: black;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  display: block;
  padding: 2% 2%;
  font-size: 1.5rem;
  cursor: pointer;
}
.DownloadButton:hover {
  background-color:rgb(79, 21, 79);
}


/* Abschnitt Team*/
.TeamRow {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 20px;
}

.Team_img {
  flex: 0.3;
  flex-direction: column;
  margin: 20px;
  /*background-color:yellow;*/
  display: flex;
  justify-content: center;
  text-align: center;
}

.TeamSelbstbeschreibung {
  flex: 4;
  /*background-color: DodgerBlue;*/
  margin: 20px;
  font-family: "Pxlvetica_edit2";
  padding-top: 8%;
}
.TeamSelbstbeschreibungLea {
  flex: 4;
  /*background-color: DodgerBlue;*/
  margin: 20px;
  font-family: "Pxlvetica_edit2";
  padding-top: 8%;
  text-align: end;
}

.TeamNames {}

#Business {
  /* display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  text-align: center;
}

.BusinessMasonry {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  /* Your container needs a fixed height, and it
   * needs to be taller than your tallest column. */
  height: 270px;
  /* Optional
  background-color: #f7f7f7;
  border-radius: 3px;*/
  padding: 20px;
  width: 60%;
  margin: 40px auto;
  counter-reset: items;
}

.masonry {
  width: 37%;
  /* Optional */
  position: relative;
  margin-bottom: 2%;
  /* border-radius: 3px;
  border: 1px solid #4290e2;
  box-shadow: 0 2px 2px rgba(0,90,250,0.05),
    0 4px 4px rgba(0,90,250,0.05),
    0 8px 8px rgba(0,90,250,0.05),
    0 16px 16px rgba(0,90,250,0.05);
  text-transform: capitalize;*/
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}

/* Re-order items into 3 rows */
.masonry:nth-child(3n+1) {
  order: 1;
}

.masonry:nth-child(3n+2) {
  order: 2;
}

.masonry:nth-child(3n) {
  order: 3;
}

/* Force new columns */
.BusinessMasonry::before,
.BusinessMasonry::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}

#References {
  justify-content: center;
  width: 90%;
  padding-left: 2%;
}

#PlatformsTechnology {
  display: flex;
  flex-direction: row;
  width: 90%;
  justify-content: center;
}

#Platforms {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 10px;
  margin-left: 12%;
}

#Technology {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 40%;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 10px;
  padding-bottom: 10px;
}

.BusinessImage {
  width: 70%
}

#mailadress {
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: underline;
  color: inherit;
  text-shadow: -1px 1px 3px #5cfa58, 1px 1px 3px #5cfa58, 1px -1px 3px #5cfa58;
}

.column {
  display: flex;
  flex-direction: column;
}

/*.column>div {
  font-size: 4vh;
  color: white;
  background: royalblue;
  margin: .1em;
  padding: .3em 1em;
  border-radius: 3px;
  flex: 1;
}*/
#PixelArt {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.6);
  /*margin-left: 12%;
  margin: 10px;*/
  padding-left: 2%;
}

#DigitalArt {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.6);
  /*margin-left: 12%;
  margin: 10px;*/
  padding-left: 2%;
}
#Projects {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.6);
  /*margin-left: 12%;
  margin: 10px;*/
  padding-left: 2%;
}

#TraditionalArt {
  display: flex;
  text-align: center;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 10px;
  padding-bottom: 10px;
  padding-left: 2%;
}

.tradart {
  background-color: rgba(0, 0, 0, 0.6);
}

.Animation {
  background-color: rgba(0, 0, 0, 0.6);
  flex-direction: column;
}

.projects {
  flex: 0.3;
  flex-direction: column;
  margin: 5px;
  display: flex;
  justify-content: center;
  text-align: center;
}

#Games {
  /* display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
#GamesContent {
padding: 20px 4px;
background-color: rgba(0, 0, 0, 0.6);
}

#Overview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#Overview img {
  max-width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.CodeBreaker {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: none;
  text-align: center;
}

.steamlink {
  text-decoration: none;
  color: inherit;
  /*text-shadow: -1px 1px 3px ##5cfa58, 1px 1px 3px ##5cfa58, 1px -1px 3px ##5cfa58;*/
}

/*.carousel {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}*/


#team {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;

}

#webarticles {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

#Kontakt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(img/Ebi-san_outline.png);
  background-position: center;
  background-size: 12%;
  background-repeat: no-repeat;
  padding: 1%;
  background-color: rgba(0, 0, 0, 0.6);
}

.slogan-container {
  display: flex;
  justify-content: center;
  padding: 50px 50px;
  align-items: center;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.2);
  background-image: url(img/Maki-san_outline2.png);
  background-size: 20%;
  background-position: right bottom;
  background-repeat: no-repeat;
  border-radius: 10px;
}

#slogan {
  font-size: 2rem;
}

#maki {
  padding-right: 20px;
  padding-bottom: 20px;
}

.page-main div {}

.page-main h1 {
  margin-bottom: 20px;
}

.page-main p+p {
  margin-top: 10px;
}

.page-main {
  padding-left: 2%;
  padding-right: 2%;
  color: white;
  text-shadow: none;
}

/*header.logo {}*/

/*body {
  font: 16px/1.5 "Tahoma", sans-serif;*/
/*IE FIX*/
/*display: flex;
  flex-direction: column;
}*/


/* HEADER–––––––––––––––––––––––––––––––––––––––––––––––– */

.page-header {
  /*background-image: url(logo.png);
  background-size: cover;*/

}

/* headerleiste mit padding zu "page-header"*/
.page-header nav {
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: luminosity;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4px;
  /*box-shadow: 0px 0px 40px 20px  rgb(255, 255, 255),  0px 0px 20px 60px rgb(255, 255, 255, 1) inset;
  border-radius: 10px;*/
  margin: 10px;
  font-family: 'Pxlvetica_edit2', sans-serif;
  color: rgb(255, 255, 255);
}

.nav-left {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 33%;
}

/*navbar*/
.page-header ul {
  display: flex;
  width: 100%;
  margin-top: 15px;
  background-image: url(logo.png);
  list-style: none;
  align-items: flex-start;
}

/* space between elements in navbar (15px)*/
.page-header ul li:not(:last-child) {
  padding-right: 15px;
}

/* Patreon, Instagram links*/
.page-header  {
  font-size: 1.2rem;
  padding: 5px 8px;
}

.cta-contact-buttons {
  width: 33%;
  text-align: left;
}
.contact-buttons {
  font-size: 1.2rem;
  padding: 5px 8px;
  border: 1px solid aqua;
  box-shadow: 0px 0px 10px 1px rgba(0, 255, 255, 0.8), 0px 0px 10px 1px rgba(0, 255, 255, 0.8) inset;
  border-radius: 5px;
  background-color: rgba(0, 255, 255, 0.2);
}
#logo {
  width: 32%;
  text-align: center;
}

#DiscordContact {
  margin-bottom: 5px;
}

#DiscordLogo {
  vertical-align: top;
  height: 25px;
  width: 23px;
  margin-bottom: 5px;
}

#PatreonContact {
  margin-bottom: 5px;
}

#PatreonLogo {
  vertical-align: middle;
  height: 25px;
  width: 25px;
}

#InstaLogo {
  vertical-align: middle;
  height: 25px;
  width: 25px;
}

.break {
  flex-basis: 100%;
  height:0px;
}
.socials{
color: white;
width: 33%;
display: flex;
flex-direction: row;
}


nav>table{
  width: 33%;
}

.Datenschutz {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  font: 16px/1.5 "Tahoma";
  font-family: Tahoma;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-footer {
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: luminosity;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 0px 40px 20px rgb(255, 255, 255), 0px 0px 20px 60px rgb(255, 255, 255, 1) inset;
  border-radius: 10px;
  margin: 10px;
}
