body, html {
  height: 100%;
  margin: 0;
  color: #777;
font-family: orator-std;
}


#footer {
    background-image: url(back7_2.jpeg);
}
    #footer .border {
        background-color: #0110b3 !important;
        color: #f426a4 !important;
    }
#footer a{
  color: white;
  text-decoration: underline;

}
#footer a:hover{
  color: white;
  font-weight: bold;
}
.mp {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  
}
html{
  scroll-behavior: smooth;
}

.border {
    padding: 2%;
    border-radius: 4px;
    margin: 1%;
    overflow-y: auto;
    max-height: 100%;
    background-color: #0110b3 ;
    color: #f327a4;
    border: solid thin #0110b3;
    font-family:orator-std;
    max-width: 99%;
    overflow: auto;
}
#filmtitel a {
    font-size: 40px;
    transition: all 1s ease;
    text-decoration: none;
    color: #f327a4 !important;
    opacity: 1;
}
#filmtitel.border {
    background-color: black !important;
    border: solid thin #f327a4;
}

#filmtitel:hover {
    letter-spacing: 5px;
    transition: all 1s ease
}
#filmtitel{
    opacity: 0.6;
    transition:all 1s ease;
}


#m{
  transition: all 1s ease;
  margin: 10px;
  padding: 2.5px;
  font-size: 10px;
}
    #m:hover {
        transition: all 1s ease;
        background-color: black;
        opacity: 0.9;
        border-radius: 4px;
    }
#menu {
    color: orange;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.complete{
	background-color: black;
	opacity: 0.95;
	line-height: 30px;
	min-height: 100%;
	padding: 1em;

}
video{
margin: 1%;
width: 50%;
max-height:70%;
border-radius: 4px;
}
#video{
	max-width: 15%;
}

@media only screen and (max-device-width: 1024px) {
  .parallax{
  	flex-direction: column;
  }
  #video{
  	max-width: 90% !important;
  }
  video{
  	width: 98% !important;
  }
  #nocollum{
  	column-count: 1;
  }
  #filmtitel:hover{
      letter-spacing: 2.5px;
  }
}

.list{
	column-count: 2;
}
#grandfilm:hover{
	opacity: 1;
	transition: all 1s ease;
}
#grandfilm{
	transition: all 1s ease;
	width: 80%;
  display: flex;
  justify-content: center;
}
img {
    max-width: 90%;
    width: 90%;
    margin: 1%;
    border-radius: 4px;
    border: solid thin #0110b3;
    min-width:50%;
}
