* {
    margin: 0;
    padding: 0;
}
.modern-antiqua-regular {
  font-family: "Modern Antiqua", serif;
  font-weight: 400;
  font-style: normal;
}

h1{
  font-size: 30px; 
  color: white; 
  text-align: left; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  background-color: rgba(0, 0, 0, 0.89);
  text-transform: uppercase;
}

body{
  background-color:rgb(0, 0, 0);
  background-image: url(../img/1860753.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover ;
}
/* HEADER & NAV*/
.head-box {
    height: 500px;
    background-color:#242424;
    background-image: url(../img/horror-house-games-xs.jpg);
    background-repeat: no-repeat;
    background-position: center top 30%;
    background-size: cover ;
}

.fade-in{
    animation:fade-in 5s;

}

@keyframes fade-in {
 from{
  opacity:0;
}  

to {
opacity:1;
  }
}

p{
  display: flex; 
  justify-content: center; 
  align-items: center; 
  margin: 15px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #242424;
  }
  
  li {
    float: right;
    font-size: 20px;
  }

  li:last-child {
    border-right: none;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover:not(.active) {
    background-color: #046e8f;
    border-radius: 10px;
  }
  
  .active {
    background-color: #19a576;
    border-radius: 10px;
}

/* Text und Bilder: */
/* mit @media text und bilder divs vergößern wenn voll bild damits besser aussieht*/

.border{
  padding: 10px;
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.innerborder{
  padding: 10px;
  width: 48%;
}

.text-long{
  margin: 20px 30px 10px 35px ;
  width: auto;
  height: 100%;
  border-radius: 30px;
  background: #242424ee;
  text-align: center;
}

.p1{
  float: left;
  font-size: 20px ;
  color: white; 
  text-align: center; 
  justify-content: center; 
  align-items: center;
}

.p2{
  float: left;
  font-size: 20px ;
  color: white; 
  text-align: center; 
  justify-content: center; 
  align-items: center;
}

h3{
  font-size: 22px ;
  color: white; 
  text-align: center; 
  text-decoration: underline;
}
.img{

  height: auto; 
  margin: 15px; 
  border-radius: 30px;  
  width: 100%; 
  box-shadow: 5px 10px 8px #3d3c3c; 
  border: 1px black solid; 
}

.text-rechteck{
  height: 100%;
  width: auto;
  border: 1px black solid;
  margin: 15px;
  border-radius: 30px;
  background: #242424ee;
  
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
