/* 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:#eee2d2;color:#332211;
  background:url(../img/pharao-events-bkg.jpg) 50% 0 no-repeat fixed;background-size:cover;  
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.0);
}

p{height:auto;text-align:justify;}
h1{font-weight:400;font-size:48px;text-align:center;margin:0px 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}

a{color:#332211;}
a:hover{color:#dec185;}

.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;}

.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: -4px 4px 8px rgba(0, 0, 0, 0.4);
	}

.fbbutton:hover {
  color: #fff;
  background: #006be5;
}

.center_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.qr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 144pt;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.4);
}

.center_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.4);
}

.center_image_small {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 720px;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.4);
}

.left_image_small {
  float: left;
  margin: 8px 20px 20px 0px;
  width: 40%;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.6);
}

.right_image_small {
  float: right;
  margin: 8px 0px 20px 20px;
  width: 40%;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.6);
}

.left_image {
  float: left;
  margin: 8px 20px 20px 0px;
  width: 60%;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.6);
}

.right_image {
  float: right;
  margin: 8px 0px 20px 20px;
  width: 60%;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.6);
}

.click-zoom input[type=checkbox] {
  display: none
}

.click-zoom img {
  transition: transform 0.25s ease;
  cursor: zoom-in
}

.click-zoom input[type=checkbox]:checked~img {
  width: 100%;
  transform: scale(1);
  cursor: zoom-out
}

.image_hoverzoom {
  transition: all 0.2s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 720px;
  box-shadow: -20px 16px 16px rgba(0, 0, 0, 0.6);
  border: solid 1px #dec185;
}

.image_hoverzoom:hover {
  border: solid 1px #ffe6b3;
  box-shadow: -20px 24px 24px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}

.center_video {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.center_info_pic {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.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:#332211;
  padding:5px 30px;
  text-align:right;
  font-size:18px;
}

#footer a{text-decoration:none; color:#332211;}
#footer a:hover{text-decoration:none; color:#dec185;}

.navnext{float:right;margin:0 auto}
.navprev{float:left;margin:0 auto}

/* Burger Menu */
#menuToggle
{
  display: inline;
  position: absolute;
  top: 25px;
  left: 10px;
  
  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: 43px;
  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;
}

#menuToggle span
{
  display: block;
  width: 43px;
  height: 5px;
  margin-bottom: 7px;
  position: relative;
  
  background: #dec185;
  border-radius: 3px;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.6);
  
  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;
}
