/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/josefin-sans-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/josefin-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/josefin-sans-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/josefin-sans-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/josefin-sans-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/josefin-sans-v25-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}

body{
  width:100%;margin:0;padding:0px 0px 0px;line-height:1.5em;
  font-family:"Josefin Sans";font-size:24px;
  background-color:#081020;color:#fff;
  background:url(../img/pharao-wall-bkg.jpg) 50% 0 no-repeat fixed;background-size:cover;  
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);
}

p{height:auto;text-align:justify;}
h1{font-weight:400;font-size:48px;text-align:center;margin:32px 0 32px 0;padding:0;line-height:1.2em}
h2{font-weight:800;font-size:32px;text-align:center;margin:16px 0 16px 0;padding:0;line-height:1.2em}
h3{font-weight:800;font-size:40px;text-align:left;margin:16px 0 16px 0;padding:0;line-height:1.2em}
h4{font-weight:800;font-size:32px;text-align:left;margin:16px 0 0 0 ;padding:0;line-height:1.2em}

.small{font-size:16px;line-height:1.2em}

#page-container {
  position: relative;
  min-height: 100vh;
  padding-bottom:140px;
}
.center{margin:0 auto;text-align:center }
.blocksatz{margin:0 auto;text-align:justify }
.content{margin:0 auto;width:96%;max-width:960px;}
.anmeldebutton_off {
  background: #a77f2d;
  padding: 15px 40px 10px 40px;
  margin: 20px;
  color: #fff;
  border: 2px solid #dec185;
  border-radius: 50px/50px;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  transition: all 0.3s ease-out;
  box-shadow: -20px 16px 16px rgba(0, 0, 0, 0.6);
	}

.anmeldebutton {
  background: #a77f2d;
  padding: 15px 40px 10px 40px;
  margin: 20px;
  color: #fff;
  border: 2px solid #dec185;
  border-radius: 50px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  box-shadow: -20px 16px 16px rgba(0, 0, 0, 0.6);
	}

.anmeldebutton:hover {
  color: #fff;
  background: #900;
  border: 2px solid #eee0c2;
}
.fbbutton {
  background: #004799;
  padding: 15px 40px 10px 40px;
  margin: 20px;
  color: #fff;
  border: 2px solid #006be5;
  border-radius: 50px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  box-shadow: -20px 16px 16px rgba(0, 0, 0, 0.6);
	}

.fbbutton:hover {
  color: #fff;
  background: #006be5;
}

.center_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}

.center_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
  box-shadow: -20px 16px 16px rgba(0, 0, 0, 0.6);
  border: solid 1px #dec185;
}

.qr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 144pt;
  box-shadow: -20px 16px 16px rgba(0, 0, 0, 0.6);
  border: solid 1px #dec185;
}

.event_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 720px;
  box-shadow: -20px 16px 16px rgba(0, 0, 0, 0.6);
  border: solid 1px #dec185;
}

.recent_gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.grid_item img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: -10px 8px 8px rgba(0, 0, 0, 0.9);
  border: solid 1px #dec18580;
}

#event_image_shine {
  transition: all 0.2s ease;
}

#event_image_shine:hover {
  border: solid 1px #eee0c2;
  box-shadow: 0px 0px 32px rgba(222, 193, 133, 1);
}

.workshopplan_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 0px;
}

.center_video {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.location_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  max-width: 960px;
  box-shadow: -20px 16px 16px rgba(0, 0, 0, 0.6);
}

.bkg_cover {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 1920px;
}

#footer{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color:#fefefe;
  padding:5px 30px;
  text-align:right;
  font-size:18px;
}
a{text-decoration:none;color:#fefefe;}
a:hover{text-decoration:none;color:#dec185;}

.navnext{float:right;margin:0 auto;font-size:54px}
.navprev{float:left;margin:0 auto;font-size:54px}

/* Burger Menu */
#menuToggle
{
  display: inline;
  position: absolute;
  top: 40px;
  left: 40px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #fefefe;

  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #dec185;
}


#menuToggle input
{
  display: block;
  width: 52px;
  height: 44px;
  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: 52px;
  height: 7px;
  margin-bottom: 8px;
  position: relative;
  
  background: #fefefe;
  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%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #eee;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 140px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background-color: rgba(0, 0, 0, 0.5);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  /*transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
}

#menu li
{
  padding: 10px 0;
  font-size: 32px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  transform: none;
}
