/*
Theme Name: ORION-Photobooth Template
Author: zaak, noah eckert
Author URI: https://www.zaak.ch/
Version: 1.0
License: GNU General Public License
*/



@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@import url("https://use.typekit.net/iiu2uak.css");





html {
  scroll-behavior: smooth;
}

a:hover {
	cursor: pointer;
}



/* Global */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;

}
::-webkit-scrollbar {
    width: 8px;
	z-index:22000;
	
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #999;
	
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #414E5A;
	border-radius:4px;
	
	

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

html, body {
  	margin: 0px;
	padding: 0px;
	min-height: 100vh;
}

.button_yellow {
	background-color: #FDFF00;
	display: inline-block;
	padding: 7px 20px 7px 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}

.button_yellow:hover {
	background-color: #000;
	color:  #FDFF00;
	display: inline-block;
	padding: 7px 20px 7px 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}


.game {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    height: calc(var(--vh, 1vh)* 100);
    padding: 0;
    margin: 0;
    border: none;
		padding: 0;
	line-height: 0;
}

.middle-column {
    width: 600px;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

.back {
		background-color: #FDFF00;
	display: inline-block;
	padding: 7px 20px 7px 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
	position: fixed;
	right: 20px;
	top: 20px;
}





body {
  margin: 0;

  overflow:hidden;
  overflow-y: scroll;
  font-style: normal;
  font-size: 23px;
  line-height: 1.3;
  color: #ffffff;
font-family: "Josefin Sans", sans-serif;
font-weight: 400;
font-style: normal;
	font-weight: 400;

 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

    
     
}

h1,
h2,
h3,
h4,
h5,
h6 {
	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

font-family: "Josefin Sans", sans-serif;
font-weight: 400;
font-style: normal;

   line-height:1;
	padding-bottom: 20px;
	position: relative;
	


}

.button {
	cursor: pointer;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
	color:inherit;
}

h1  {
	color: #fff;
}

h1 > span {
	color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6{
	 font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	margin: 15px 0 15px 0;
	padding: 0;
}


.white {
	color: #ffffff;
}


.einleitung p {
  	margin: 0 0 0px 0;
  	font-size: 21px;
	line-height: 1.1em;
	font-weight: 300;
	font-style:normal;
}

	.content ul li {

	 	font-size: 21px;
	line-height: 1.1em;
		margin-left: 1em;
}


p {
  	margin: 0 0 3px 0;
  	font-size: 17px;
	line-height: 1.3em;
	font-weight: 600;
	font-style:normal;
	color: #fff;
}



	a:active,
	ul,
	li,
	input {
outline: none;
border: none;
}


li {
	line-height: 1.4;
	font-size: 1.15em;
}



ul {
  list-style: disc;
  margin:0px 0;
}
ol {
  list-style: decimal;
}
b,
strong {
	font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1.5ex;
}
sub {
  top: .5ex;
}


sup { font-size:54%; line-height:2em; }



.center {
	text-align:center;}
.clear {
	clear:both;
	}
a {
  color: #000;
  text-decoration: none;
  outline: 0;
  border: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
	cursor: pointer !important;
}




.toggle-box {
	display:block;
	position: absolute;
	top: 25px;
	right: 50px;
	width: 40px;
	z-index: 3002;


	
	}  



.toggle-box.akk-nav {
	background-color: transparent;
}



.toggle-box > img  {
	width: 100%;
	height: auto;
	box-sizing: border-box;

	cursor: pointer;
	
}



.flex {
	display: flex;
	position: relative;
}

.flex > div {
	width: 50%;
	position: relative;
}

.flex.drei > div{
	width: 33.333%;
}

.flex.zwei > div{
	width: 50%;
}


img, video {
	width: 100%;
	height: auto;
}

video{
	border-radius: 10px; /* Adjust the value to change the radius */
    overflow: hidden; 
	filter: drop-shadow(0px 0px 6px #4c4c4c99);
	margin-top: 20px;
}


.container {
	width: 100%;
	max-width: 500px;
	margin: auto;
	min-height: 100%;
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
	padding: 20px;

	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;

box-sizing: border-box;
	position: relative;

}

div.logo {
	padding-top: 10px;
	width: 90vw;
	max-width: 480px;
	display: flex;
	justify-content: center;
	

}

#header_logo{
	height: 100%;

}
/*----- Post -----*/
div.post{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}



/*-----Video -----*/

.wp-video{
	border-radius: 10px; /* Adjust the value to change the radius */
    overflow: hidden; 
	filter: drop-shadow(0px 0px 6px #4c4c4c99);
	margin-top: 20px;
}

.mejs-controls{
	display: none !important;
}


/*-----Photo -----*/

.post-photo{
	border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 6px #4c4c4c99);
    margin-top: 20px;
}


/*-----Social Sharing -----*/

div.social-sharing-wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

div.social-sharing {

    width: 75vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 15px;
}

.social-sharing li{
	float: left;
	margin: 0;
}

img.icon {
	filter: drop-shadow(0px 0px 6px #4c4c4c99);
}

.sharing-btn{
	width: 50px;
	margin: 0 4px;
}

/*----- Popup -----*/

div.popup{
	max-height: 1000px;
	margin: 30px 0;
	padding: 40px 20px;
	scrollbar-width: 0;

	transform: scaleY(1);
	opacity: 1;
	transition: .5s;

	background-color: rgba(54, 93, 62, 0.34);
	backdrop-filter: blur(16px) brightness(55%);
	-webkit-backdrop-filter: blur(16px) brightness(55%);
	border-radius: 10px;
}

p.btn{
	background-color: rgb(163, 163, 163);
	border-radius: 10px;
	color: black;
	width: 100px;
	text-align: center;

	padding: 8px 8px 4px 8px;
	margin-right: 4px;
	transition: .2s;
}

p.btn:hover{
	transform: scale(0.95);
	transition: .4s;
}

p.btn:active{
	background-color: rgb(255, 255, 255);
	transition: .4s;
}

p.btn.active{
	background-color: white;
}

div.btn-container{
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

div.description{
	opacity: 1;
	transition: .4s;
}

div.hidden{
	opacity: 0;
	transition: .4s;
}

div.popup.scaled-down{
	opacity: 0;
	transform: scaleY(0);
	transition: .5s;
	max-height: 0;
}
.inactive{
	display: none;
}

/*----- GForm ------*/

.gform_wrapper{
	margin-top: 20px;
}

.gchoice_1_5_1{
	border: 2px solid #ffffff;
	border-radius: 10px;
	padding: 10px;
}

input[type="submit"]{
	background-color: white;
	color: black;
    padding: 8px 45px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 10px;

}

.gform_footer{
	display: flex;
	justify-content: center;
}

  

/*----- Footer -----*/

footer{
	margin: 10px 0;
}

p.footerText{
	font-size: 10pt;
	color: white;
	text-align: center;
}

img.footerLogo{
	margin-top: 4px;
	height: 35px;
}







    /* ---------------------------------------------------------------------------1000   */
    
@media all and (max-width: 1000px) {

	
}
  


  /* ---------------------------------------------------------------------------900   */
    
@media all and (max-width: 900px) {
	
}	
	
  
   /* ----------------------------------------------------------------------------750   */
    
@media all and (max-width: 750px) {
	
	
}
  
   /* ----------------------------------------------------------------------------650   */
    
@media all and (max-width: 650px) {
	

	
}
  
   /* ----------------------------------------------------------------------------550   */
    
@media all and (max-width: 550px) {
	
}
   /* ----------------------------------------------------------------------------450   */
    
@media all and (max-width: 450px) {
	

	
}
  




