/*
Theme Name: reheated.band
Theme URI:
Description: 
Version: 1.0
Author: Philip Wilson
Author URI: 
Tags: 
*/ 


@font-face {
  font-family: 'Soulcraft';
  src: url('fonts/soulcraft/Soulcraft.woff2') format('woff2'),
	   url('fonts/soulcraft/Soulcraft.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* sorgt für schnelle Anzeige */
}

html, body {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	background-color: #f3f3f3;
	font-family: 'Soulcraft', sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.5px;
	color: #080808;	
}

.clear {
	clear: both;
}

b, strong {	
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #1e9e76;
}

a.non:link, a.non:active, a.non:visited {
	color: #000;
	text-decoration: none;
}

a.non:hover {
	text-decoration: none;
	color: #000;
}

h1 {
	font-size: 37px;
	font-family: 'Soulcraft', sans-serif;
    margin: 1.6em 0;
    margin-bottom: 0.6em;
    line-height: normal;
	font-weight: 100;	
}

h2 {
	font-family: 'Soulcraft', sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #000;
	line-height: 150%;
	letter-spacing: 3px;
	margin-top: 80px;	
	font-weight: 100;
}

h3 {
	font-family: 'Soulcraft', sans-serif;
	margin: 0;
	margin-bottom: 30px;
	font-size: 37px;
	text-align: center;
	color: #fff;
	font-weight: 100;
}


/* Header */

#header {
	position: absolute;
	z-index: 99;
	width: 100vw;
}

#header .logo {
	width: 400px;
	margin: 60px auto;
	filter: invert();
}

img.logo_footer {
	width: 30vw !important;
	height: auto !important;	
	filter: invert();
}

.fullscreen_post {
	height: 100vh;
	width: 100vw;
	background: #000;
	z-index: 1;
	position: relative;
	display: flex;
}

.fullscreen_post img {
	width: 100vw;
	height: 100vh;	
	object-fit: cover;
}

.post_entry {
	z-index: 99;
	position: absolute;
	width: 100vw;
	height: 100vh;
}

.post_entry h2 {
	text-align: center;
	color: #fff;
	font-size: 50px;
}

.entry_content {
	padding: 5vw;
}

/* parallax */

.layer { 
	position: absolute;
	inset: 0;
	width: 100vw;
	height: 100svh;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	z-index: 0;            /* <- nach hinten */
}
.layer--bg { z-index: 0; }
.layer--fg { z-index: 0; /* nur das Overlay bewegt sich per transform */ }


/* Gemeinsame Variablen + Transform-Shift */
.layer--fg, .wpcf7, .wpcf7 form, .wpcf7-form, .parallax-shift {
  --shift-max: 50;    /* px */
  --shift-range: 800; /* px */
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .parallax-shift, .wpcf7, .layer--fg { --shift-y: 0px !important; }
}


/* parallax ende */

/* navigation */


.hamburger_button { 
	display: none;
}

.hamburger {
	padding: 0px !important;
	transform: scale(0.7);
	outline: none;
	z-index: 11;
}

.navigation {
	margin-top: 60px;	
}

.menu-mainmenu-container {
	margin: auto;
	width: 80vw;	
}

ul.mainmenu  {
	display: flex;
	flex-flow: row;		
	justify-content: space-evenly;
}

ul.mainmenu, ul.mainmenu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.mainmenu li.menu-item a {
	color: #fff;
	font-size: 30px;	
}

ul.mainmenu li.menu-item a:hover, ul.mainmenu li.current_page_item a {
	background-color: #FFF;
	color: #000;
	 -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;			
}

ul.mainmenu li.menu-item i {
	top: -5px;
	position: relative;
}

.wpcf7, .wpcf7 input, .wpcf7 textarea {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.wpcf7 textarea {
	width: 94%;
	height: 60px;
	padding: 15px;
	border-radius: 8px;
	border: 0px;
	text-transform: uppercase;	
}

.wpcf7 {	
  color: #fff;
  width: 50vw;
  margin: auto;
  position: absolute;
  top: 24vh;  
  left: 20%;
  padding: 40px;
  border-radius: 23px;
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.6);
}

.wpcf7 input {
	width: 94%;
	height: 30px;
	padding: 15px;
	border-radius: 8px;
	border: 0px;
	text-transform: uppercase;
 }
 
 .wpcf7-submit {
	background-color: #DC1D7A;
	border: 0px;
	height: 45px !important;
	width: 90px !important;
	color: #fff;
	border-radius: 5px; 
 }
 
 
 /* arrow */
 
 .post_arrow {
	 width: 100vw;
	 font-size: 80px;
	 z-index: 105;
	 position: absolute;
	 color: #fff;
	 text-align: center;
	 bottom: 100px;
 }
 
 .post_arrow.arrow_footer { 
	 width: auto;
	 position: static;
 	font-size: 80px;
 	z-index: 105; 	
 	color: #fff;
 }

 
 .post_arrow a {
	 color: #fff;
 }
 
 .post_arrow i {
 	animation: bounce 4s infinite; /* <--- infinite animation */
 }
 
 @keyframes bounce {
   0%, 20%, 50%, 80%, 100% {
	 transform: translateY(0);
   }
   40% {
	 transform: translateY(10px);
   }
   60% {
	 transform: translateY(5px);
   }
 }
 
 
 .footer_entry {
	padding: 10%;
	display: flex;
	justify-content: space-around;	 
	width: 100vw; 
 }
 
 .footermenu  {
	 display: flex;
	 flex-flow: column;
	 justify-content: space-around;
 }
 
 ul.footermenu, ul.footermenu li {
	 padding: 0px;
	 margin: 0px;
	 list-style: none;
 }
 
 ul.footermenu li.menu-item a {
	 color: #fff;
	 font-size: 20px;	
 }

/* Single // Page */

.entry {
	padding: 10vw;
	padding-top: 300px;
}

.entry {
	font-family: roboto condensed;
	font-weight: 500;
	color: #fff;
}

.page {
	min-height: 70vh;	
	background-image: url('gfx/party_bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: repeat;
}

.wp-block-embed.alignright {
	width: auto;
	max-width: none;
	float: right;
}
	

@media (max-width: 785px) {
	
	.wp-block-embed.alignright {
		float: none;
	}
	
	.is-type-video {
		justify-items: center;	
	}
	
}

@media (max-width: 580px), (max-height: 730px){ 
	
	.menu-mainmenu-container {
		display: none;	
	}
	
	.hamburger_button {
		display: block;
		z-index: 201;
	}
	
	#header .logo {
		width: 300px;
		margin-top: 80px;
	}
	
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		background-color: #fff !important;
		z-index: 201;
	}
	
	.is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
		background-color: #000 !important;
		z-index: 201;
	}
	
	.navigation {
		display: flex;
		justify-content: space-between;
		position: relative;
		top: -210px;
		width: 320px;
		margin: auto;
		justify-content: end;
	}
	
	.menu-mainmenu-container.active {
		display: inline;
		z-index: 200;
		position: fixed;
		top: 0px;
		left: 0px;
		height: 100vh;
		width: 100vw;
		background-color: #FFF;
	}
	
	ul.mainmenu {		
		flex-flow: column;
		margin-top: 180px !important;
		justify-content: space-around;
		text-align: center;
		line-height: 350%;
	}
	
	ul.mainmenu li.menu-item a {
		color: #000;
	}
	
	ul.mainmenu li {
		margin-bottom: 10px;
	}
	
	.wpcf7 {
		left: auto;
		margin: auto;
		position: relative;
		width: 69vw;
		padding: 7vw 10vw;
	}
	
	.wpcf7 input, .wpcf7 textarea {
		width: auto;
	}
	
	.wp-block-embed__wrapper iframe {	
		max-height: 170px;
		max-width: 90vw !important;
	}
	
	.has-text-align-center {
		font-size: 18px !important
	}
	
	.post_entry h2 {
		margin-top: 40px;
		margin-bottom: 0px;
	}
	
	.post_arrow {
		bottom: 100px;
		font-size: 60px;
	}
	
	.post_arrow.top_arrow {
		bottom: 150px;
		color: #DC1D7A;
		font-size: 80px;		
	}
	
	.footer_entry {
		flex-flow: column;
	}

}


@media (max-height: 730px){ 
	.fullscreen_post{
		height: 150vh !important;
	}
	
	.fullscreen_post img {
		height: 150vh;
	}	
	
}