@-webkit-keyframes op {
    0%   { opacity:0;}
    100%  { opacity:1;}
}

/* Standard syntax */
@keyframes op {
    0%   { opacity:0;}
    100%  { opacity:1;}
}
.op{
    -webkit-animation: op 1s 800ms both; /* Chrome, Safari, Opera */
    animation: op 1s 800ms both;
}
@-webkit-keyframes op2s {
    0%   { opacity:0;}
    100%  { opacity:1;}
}
div#info-form {
      position: absolute;
    top: 0;
    left: 0;
    background-image: url(httpss://www.voilamagazine.nl/images/uitleg1.png);
    color: white;
    background-color: transparent;
    z-index: 1100;
    background-repeat: no-repeat;
    display: none;
    padding: 50px;
    margin: 50px;
    height: 600px;
    font-family: Open Sans;
    font-size: 14px;
    width: 1024px;
    margin-top: 0px;
}
/* Standard syntax */
@keyframes op2s {
    0%   { opacity:0;}
    100%  { opacity:1;}
}
.hidden{
	display:none;
}
.op2s{
    -webkit-animation: op2s 2s 2s both; /* Chrome, Safari, Opera */
    animation: op2s 2s 2s both;
}
@-webkit-keyframes opback {
    0%   { opacity:1;}
    100%  { opacity:0;}
}

/* Standard syntax */
@keyframes opback {
    0%   { opacity:1;}
    100%  { opacity:0;}
}
.opback{
    -webkit-animation: opback 1s  both; /* Chrome, Safari, Opera */
    animation: opback 1s both;
}
#social-wrapper{
	display:block;
}
#social-wrapper:target {
display: block;
position: relative;
width: 100px;
height: 180px;
background: rgb(112, 112, 112);
border: 4px solid rgb(66, 66, 66);
z-index: 999;
bottom: 650px;
margin-left: auto;
border-radius: 12px;
margin-right: 8%;
}
#inner-social-wrapper {
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 1074px;
  right: 0;
  width: 50px;
  z-index: 999;
}
#social-button {
z-index: 300;
position: relative;
top: 74px;
margin-left: 96%;
}

#edit-button{
	position:absolute;
	right:10px;
	top:10px;
	color:white;
	background-color:black;
}
#page-number {
position: absolute;
left: 235px;
top: 20px;
}
#main{
height:600px;
width:1024px;
position:absolute;
left:50px;
}

#next_link {
width: 50px;
float: right;
position: absolute;
top: 0px;
right: 0px;
z-index:998;
height:343px;
}
#next_link a {
display: block;
width: 50px;
z-index:100;
height: 600px;
top: 0;
position: absolute;
background-repeat: no-repeat;
}
#back_link a {
  display: block;
  width: 50px;
  z-index: 100;
  height: 600px;
  top: 0;
  position: absolute;
 
  background-repeat: no-repeat;
}
a{ cursor: pointer;}
#next_link:hover + #next_page_info {
	display:block !important;
	-webkit-animation: page-info 1s; /* Chrome, Safari, Opera */
    animation: page-info 1s;
    z-index: 999;
	}
#back_link:hover + #back_page_info {
display:block !important;
-webkit-animation: page-info 1s; /* Chrome, Safari, Opera */
    animation: page-info 1s;
     z-index: 999;
}
#next_link a:hover ~ #next_page_info {
	display:block !important;
	-webkit-animation: page-info 1s; /* Chrome, Safari, Opera */
    animation: page-info 1s;
    z-index: 999;
	}
#back_link a:hover ~ #back_page_info {
display:block !important;
-webkit-animation: page-info 1s; /* Chrome, Safari, Opera */
    animation: page-info 1s;
     z-index: 999;
}
#back_link {
width: 50px;
float: left;
position: absolute;
top: 0px;
left: 0px;
z-index:999;
height:343px;
}
#menu2{
list-style-type: none;
}
/* .menu-item a{ */
/*   position: relative; */
/*   top: 54px; */
/*   } */
/*   .menu-item:hover { */
/*    -webkit-animation: menu_animation 1s forwards; */
/*     -webkit-animation-delay: 0s; */
/*     animation: menu_animation 1s forwards; */
/*     animation-delay: 0s; */
/* } */
#menu-icon {
width: 45px;
display:inline-block;
}
#pageLeft {
background-color: blue;
width: 45%;
height: 600px;
float: left;
position: absolute;
left: 5%;
}
#pageRight {
background-color: green;
width: 45%;
height: 600px;
float: right;
position: absolute;
right: 5%;
}
#pageFull {
background-color: green;
width: 90%;
height: 600px;
float: right;
position: absolute;
right: 5%;
}
#pagenumber{
	overflow: visible;
display: inline-block;
background-image: url('httpss://magazine.concentus.nl/v1/images/menu-nr-hoekje.png');
background-repeat: no-repeat;
position: relative;
width: 30px;
text-align: left;
color: white;
padding-left: 2px;
font-family: Orbitron;
font-size: 8pt;
line-height: 16pt;
top: -37px;
left:-2px
}
@-webkit-keyframes menu_animation {
    100% { height: 138px; }
}@keyframes menu_animation {
    100% { height: 138px; }
}
.menu-item {
display: inline-block;
text-align: center;
/*   box-sizing: border-box; */
/*   -moz-box-sizing: border-box; */
/*   background-image: -moz-linear-gradient(top,  rgba(237, 64, 64, 1) 0%, rgba(226, 132, 60, 1) 100%); */
/*   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237, 64, 64, 1)), color-stop(100%,rgba(226, 132, 60, 1))); */
/*   background-image: -webkit-linear-gradient(top,  rgba(237, 64, 64, 1) 0%,rgba(226, 132, 60, 1) 100%); */
/*   background-image: -o-linear-gradient(top,  rgba(237, 64, 64, 1) 0%,rgba(226, 132, 60, 1) 100%); */
/*   background-image: -ms-linear-gradient(top,  rgba(237, 64, 64, 1) 0%,rgba(226, 132, 60, 1) 100%); */
/*   background-image: linear-gradient(to bottom,  rgba(237, 64, 64, 1) 0%,rgba(226, 132, 60, 1) 100%); */
/*   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED4040', endColorstr='#E2843C',GradientType=0 ); */
  width: 71px;
  height: 100px;
  opacity: 1;
/*   border-radius: 0px 0px 49px 49px; */
/*   -webkit-border-radius: 0px 0px 49px 49px; */
/*   -moz-border-radius: 0px 0px 49px 49px; */
/*   -ms-border-radius: 0px 0px 49px 49px; */
/*   -o-border-radius: 0px 0px 49px 49px; */
}
body,html { width: 100%; height: 100%; margin: 0; border: 0; text-align:center;}

.normal
{
    width:1124px;
    z-index: 1;
    left:0px;
}
.puzzle{
	z-index: 999; 
	position: absolute; 
	top: 145px; 
	width: 1233px; 
	height: 627px; 
	left:0px;
}

/*  page info  */
@keyframes page-info {
    0%   {opacity:0;}
    100% {opacity:0.7;}
}
@-webkit-keyframes page-info {
    0%   {opacity:0;}
    100% {opacity:0.7;}
}
#next_page_info {
z-index:999;
background-color: black;
width: 250px;
opacity: 0.7;
float: right;
position: absolute;
top: 258px;
right: 50px;
height: 100px;
display:none;
}
#back_page_info {
z-index:999;
border:0;
background-color: black;
opacity: 0.7;
width: 250px;
float: left;
position: absolute;
top: 243px;
left: 50px;
height: 100px;
display:none;
}
#loaded_frames {
display: none;
}
#old{
	overflow:hidden;
   width:1124px;
position:absolute;
height:600px;
z-index: 2;


}
#systemWrapper{
	width: 1124px;
height: 100%;
margin-left: auto;
margin-right: auto;

}
header{
	height:115px;
	position:relative;
	top:10px;
	
	margin-left:auto;
	    background-image: url(httpss://voilamagazine.nl/images/onderblok-bg.png);
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: top center;
}
#magazine-wrapper{
	top: 10px;
position: relative;
overflow: hidden;
		width: 1124px;
height: 600px;
}
#mainframe
{
	 z-index: 1;
	border:0;
	   width:1124px;
position:absolute;
height:600px;
        /* Firefox */
        -moz-transition-property: width;
        -moz-transition-duration: 2s;
        /* WebKit */
        -webkit-transition-property: width;
        -webkit-transition-duration: 2s;
        /* Standard */
        transition-property: width;
        transition-duration: 2s;
        background-color:transparent;
        left:0px;
        overflow:hidden;
}
iframe{
	height:600px;
	border:0;
	margin:auto;
}
#menu-scroller{
	white-space: nowrap;
	text-align: left;
	position: relative;
top: -16px;
	
}
#menu-wrapper{
	width:355px;
	overflow-y:hidden;
	overflow-x:scroll;
	display:inline-block;
}
#menu2{
list-style-type: none;
padding:0;
}
/* .menu-item a{ */
/*   position: relative; */
/*   top: 54px; */
/*   } */
/*   .menu-item:hover { */
/*    -webkit-animation: menu_animation 1s forwards; */
/*     -webkit-animation-delay: 0s; */
/*     animation: menu_animation 1s forwards; */
/*     animation-delay: 0s; */
/*}*/

@-webkit-keyframes menu_animation {
    100% { height: 138px; }
}@keyframes menu_animation {
    100% { height: 138px; }
}
.right
{
	position:absolute;
	-webkit-animation-timing-function: ease-in; /* Safari and Chrome */ 
    animation-timing-function: ease-in;
        -webkit-animation: page-right 800ms 200ms both; /* Chrome, Safari, Opera */
    animation: page-right 800ms 200ms both;
    z-index: 2;
}
#viewport{
	text-align: left;
	overflow:hidden;
	height:600px;
width:1024px;
position:absolute;
left:50px;
}
.left
{
	-webkit-animation-timing-function: ease-in; /* Safari and Chrome */ 
    animation-timing-function: ease-in;
    z-index: 2;
     -webkit-animation: page-left 800ms 200ms both; /* Chrome, Safari, Opera */
    animation: page-left 800ms 200ms both;
}
/* left page switch */
@keyframes page-left {
    0%   {left:0px ; top:0px;position:absolute;}
    100% {left:1124px ; top:0px;position:absolute;}
}
@-webkit-keyframes page-right {
    0%   {right:0px ; top:0px;position:absolute;}
    100% {right:1124px; top:0px;position:absolute;}
}

/* right page switch */
@keyframes page-right {
    0%   {right:0px ; top:0px;position:absolute;}
    100% {right:1124px ; top:0px;position:absolute;}
}
@-webkit-keyframes page-left {
    0%   {left:0px; top:0px;position:absolute;}
    100% {left:1124px; top:0px;position:absolute;}
}


@font-face {
	font-family: 'MuseoSans-500';
	src: url('fonts/webfonts/2DCBCB_0_0.eot');
	src: url('fonts/webfonts/2DCBCB_0_0.eot?#iefix') format('embedded-opentype'),
		url('fonts/webfonts/2DCBCB_0_0.woff2') format('woff2'),
		url('fonts/webfonts/2DCBCB_0_0.woff') format('woff'),
		url('fonts/webfonts/2DCBCB_0_0.ttf') format('truetype');
}
#menu2 {
	display: none;
}
#inner-social-wrapper a img {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    clear:both;
    float:left;
}
#menu2 {
    list-style-type: none;
    padding: 0;
    position: absolute;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    left: 109px;
    top: 0;
    z-index: 999;
    width: 265px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 13px;
    font-weight: 500 !important;
    font-size: 11px !important;
}

#menu2:focus {
	display: block;
  left: 464px;
  top: 40px;
  z-index: 999;
  width: 271px;
  padding-bottom: 13px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#menu2 li a {
	color: white;
	text-decoration: none;
	    line-height: 16px;
	        font-size: 11px;
	        width: 100%;
    display: block;
    height: 100%;
}

.menu-item2{
	background-image:url(httpss://voilamagazine.nl/images/menu_icons.png);
	cursor:pointer;
	height:51px;
	width:44px;
	margin:0px;
	margin-left:30px;
	display:inline-block;
}
.menu-item2:hover{
	background-image:url(httpss://voilamagazine.nl/images/menu_icons-hover.png);
}
.menu-item2.active{
	background-image:url(httpss://voilamagazine.nl/images/menu_icons-hover.png);
}
#prev2>div{    background: url(httpss://voilamagazine.nl/images/menu2-back.png);}
.menu-nav2{height:25px;width:25px;background-position:0px 0px;display: inline-block;     left: 0px;
    position: relative;    vertical-align: super;}
.menu-nav2:hover{background-position:25px 0px !important;}
li {
  text-align: left;
  left: 95px ! important;
}
#share-wrapper:focus{
	display:block !important;
}
#share-wrapper{
	position: absolute;
  top: 0px;
  right: 50px;
  z-index: 1000;
  background-color: #65C8FC;
  width: 98px;
  border: 1px solid #000F4D;
  border-radius: 5px;
  padding: 5px;
  display:none;
}
.out>.topop{animation:topopout 1s both;-webkit-animation:topopout 1s both;position:absolute;}

@-webkit-keyframes topopout {
  	0%{opacity:1;top:0px;}
    100% {opacity:0;top:-600px; }
}@keyframes topopout {
   	0%{opacity:1;top:0px;}
    100% {opacity:0;top:-600px; }
}
.in>.topop{animation:topopin 1s both;-webkit-animation:topopin 1s both;position:absolute;}

@-webkit-keyframes topopin {
	0%{opacity:0;top:-600px;}
    100% {opacity:1;top:0px; }
}@keyframes topopin {
   	0%{opacity:0;top:-600px;}
    100% {opacity:1;top:0px; }
}
.on>div{animation:none !important;-webkit-animation:none !important;}


.out>.botop{animation:botopout 1s both;-webkit-animation:botopout 1s both;position:absolute;}

@-webkit-keyframes botopout {
  	0%{opacity:1;top:0px;}
    100% {opacity:0;top:600px; }
}@keyframes botopout {
   	0%{opacity:1;top:0px;}
    100% {opacity:0;top:600px; }
}
.in>.botop{animation:botopin 1s both;-webkit-animation:botopin 1s both;position:absolute;}
#social_facebookiframe{width:55px !important;height:20px !important;}
@-webkit-keyframes botopin {
	0%{opacity:0;top:600px;}
    100% {opacity:1;top:0px; }
}@keyframes botopin {
   	0%{opacity:0;top:600px;}
    100% {opacity:1;top:0px; }
}




.kolom1{
position:absolute !important;
margin-left:10px;
width:229px !important;
margin-right:10px;
min-height:10px;
left:0px
}
.kolom2{
position:absolute !important;
margin-left:10px;
left:263px;
width:229px !important;
margin:right:10px;
min-height:10px;
}
.kolom3{
position:absolute !important;
margin-left:10px;
width:229px !important;
left:512px;
margin-right:10px;
min-height:10px;
}
.kolom4{
position:absolute !important;
margin-left:10px;
width:229px !important;
margin-right:10px;
min-height:10px;
left:775px;
}
.kolom34{
position:absolute !important;
margin-left:10px;
width:492px !important;
margin-right:10px;
min-height:10px;
left:512px;
}
.kolom12{
position:absolute !important;
margin-left:10px;
width:492px !important;
margin-right:10px;
min-height:10px;
left:0px;
}
.kolom23{
position:absolute !important;
margin-left:10px;
width:492px !important;
margin-right:10px;
min-height:10px;
left:263px;
}
.kolom123{
position:absolute !important;
margin-left:10px;
width:751px !important;
margin-right:10px;
min-height:10px;
left:0px;
}
.kolom234{
position:absolute !important;
margin-left:10px;
width:751px !important;
margin-right:10px;
min-height:10px;
left:263px;
}
.kolom1234{
position:absolut !importante;
margin-left:10px;
width:1004px !important;
margin-right:10px;
min-height:10px;
left:0px;
}
img {
  
    position: absolute;
}
.textbox{
		font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:black;
	word-wrap: break-word;
word-break: break-word;
}
.title{

	font-family: 'Cabin Sketch', cursive;
	font-size: 43px;
	line-height: 43px;
	color:#579e50;
}
.scroll{
	    overflow-x: hidden;
    overflow-y: scroll;
        margin-right: 0px;
    padding-right: 10px;
    scrollbar-track-color: #c5002c;
     scrollbar-face-color: #FF9600;
      scrollbar-arrow-color: white;
}
.scroll::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}
.scroll::-webkit-scrollbar-button:vertical:decrement {
  width: 20px;
  height: 20px;
background: url(httpss://voilamagazine.nl/img/scroll-bttn.png)
}
.scroll::-webkit-scrollbar-button:vertical:increment {
  width: 20px;
  height: 20px;
background: url(httpss://voilamagazine.nl/img/scroll-bttn1.png)
}
.scroll::-webkit-scrollbar-thumb {
  background-image: url(httpss://voilamagazine.nl/img/scroll-bttn2.png);
background-repeat: no-repeat;
    background-position: center; 
  border: 0px none #000000;
}
.scroll::-webkit-scrollbar-track {
  background: #c5002c;
  border: 0px none #ffffff;
}
.scroll::-webkit-scrollbar-corner {
  background: transparent;
}
.img-left{
    float: left;
    margin: 0;
    top: 0px;
    margin-right: 6px;
    margin-bottom: 0px;
    margin-left: 0;
    position: relative;   
}
.img-right{
    float: right;
    margin: 0;
    top: 0px;
    margin-right: 6px;
    margin-bottom: 0px;
    margin-left: 0;
    position: relative;   
}

