* {
  box-sizing: border-box;
}

#wrapper{
	width: 100%;
	height: 100%;
	padding-bottom: 100px; 
}

#tripple{
    width: 100%;
    padding-left: 5%;
    background-color: #3D4448;
    padding-right: 5%;
    color: #FFF;
	display: block;
}

.trip{
	width: 33%;
    padding: 3%;
    line-height: 1.5;
	display: inline-grid;
	text-align: center;
}

.trip img{
	width: 100%;
	height: auto;
}

.trip a, .trip a:visited{
	transition: all 0.3s;
    color: #FFF;
    background-color: #000;
    padding: 15px 25px 15px 25px;
    border-radius: 15px;
    text-decoration: none;
}

.trip a:hover{
    padding: 15px 30px 15px 20px;
	color: #f7dd00;
	text-decoration: none;
}

.centro{
	width:	100%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	line-height: 1.5;
    color: #3e4548;
}

h1{
	color: #3D4448;
}


@media screen and (orientation:portrait) and (max-width: 1024px) {
  /* Styles für Tablets und Smartphones im Hochformat */

.trip{
	width: 100%;
    display: inline-block;
    padding: 5%;
	display: inline-grid;
}
	
}

@media screen and (orientation:portrait) {
	.left{
		left: 0% !important;
		width: 100%;
		text-align: center;
		bottom: 50px;
	}
	.right{
		left: 0% !important;
		width: 100%;
		text-align: center;
	}
	.content.clicked{
		bottom: 100px !important;
	}
}


.headphones{
    width: 100%;
    height: auto;
    position: absolute;
    text-align: center;
    bottom: 59%;
	transition: all 0.3s;
}

.headphones img{
    width: 100px;
    height: auto;
    margin-bottom: -10px;
}

.headphones.clicked{
	bottom: 100%;
}

.headphones.blurry{
	bottom: 100%;
}

body {
  margin: 0;
  font-family: 'Cabin';
  font-size: 17px;
  background: #FFFFFF;
}

main {
    transition: all 0.5s;
}

.fook{
	display: inline-block;
    top: 7px;
    position: relative;
}

#logo{
	left: 2vw;
    display: inline-block;
    position: relative;
}
.play{
	height: 13px;
    width: 13px;
    margin-right: 10px;
}

#burger{
    right: 15px;
    display: inline-block;
    position: absolute;
    margin-top: 10px;
}

#burger img{
    height: 30px;
    width: auto;
}

#logo img{
    height: 40px;
    width: auto;
    margin: 8px;
}

main.blurry {
    transition: all 0.5s;
    filter: blur(25px) brightness(0.5);
}

#RefreshPage{
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
	padding: 0;
}

#mute-video{
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
	padding: 0;
}

.topper {
	width: 100%;
    height: 60px;
    position: fixed;
    transition: all 0.3s;
    top: 0;
}


#footer {
	display: block;
    bottom: 0px;
    height: 50px;
    position: fixed;
    background-color: rgb(0,0,0);
    z-index: 2000;
    width: 100%;
    padding-top: 8px;
    font-family: 'Cabin';
    color: #6f6f6f;
	transition: all 0.3s;
	padding-right: 2%;
}

.left{
    left: 2%;
    position: absolute;
    display: inline-block;
}

.left img{
	height: 30px;
	width: auto;
	filter: opacity(0.5);
}

.right{
    right: 2%;
    position: absolute;
    display: inline-block;
}

#footer.blurry {
	bottom: -100px;
}


#footer a{
	color: #6f6f6f;
	text-decoration: none;
}

#footer a:hover{
	color: #6f6f6f;
	text-decoration: underline;
}

#footer a img:hover{
	filter: opacity(1);
}

#RefreshPage img:hover{
	filter: opacity(1);
}

#mute-video img:hover{
	filter: opacity(1);
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
    transition: all 0.5s;
    position: fixed;
    bottom: 53%;
    color: #f1f1f1;
    width: 200px;
    padding: 3px;
    text-align: center;
    z-index: 2001;
    left: calc(50% - 100px);
}
.content.blurry {
    filter: blur(15px) brightness(0.5);
	bottom: 0;
}

.content.clicked {
    bottom: 0;
}

#myBtn {
    width: 125px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: rgb(0 0 0 / 0.25);
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
	outline: none;
	border: 1px solid;
	border-color: rgb(0 0 0 / 0);
	transition: all 0.3s;
	font-family: 'Montserrat', sans-serif;
}

#myBtn:hover {
 	background: rgb(0 0 0 / 0.4);
	border: 1px solid;
	border-color: rgb(0 0 0 / 0.25);
 	color: #FFF;
	width: 150px;
}

#myBtn:active {
    outline: none;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#menuToggle
{
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;  
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 30px;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  background: #ebe2d1 !important;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #464e54;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

.navmain{
    width: 90%;
    display: block;
    text-align: center;
    color: #FFF;
    overflow: scroll;
    height: 100%;
    padding: 0 5% 0 5%;
}

#menu {
    position: fixed;
    width: 100vw;
    margin: 0;
    background: rgb(0 0 0 / 5%);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    font-size: 16px;
    top: 60px;
    right: 0px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
    z-index: 10;
    height: 100%;
    padding-left: 0;
    backdrop-filter: blur(15px);
}

#menu hr{
    height: 1px;
}

#menu li{
    padding: 0;
    font-size: 22px;
    color: #787878;
    text-align: center;
  font-family: 'Cabin';

}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

#menu a{
    text-decoration: none;
    color: #3e9a4a;
    transition: color 0.3s ease;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
	font-size: 20px;
}

#menu a:hover
{
  color: #FFFFFF;
}
