@charset "UTF-8";
/* in de html moeten gaan maten staan voor de div*/
/* mobile layout tot 480px */
.text{

    font-family: Verdana, Times New Roman, Times, serif;
    font-size:.6em;
    text-align: left;
    color:#000;
    float:left;
    margin:0px;
    padding-left:10px;
    padding-right:10px;
}
.screen {
                font-size: 0.5em;
                margin: 0;
                background-color: red;
                position: absolute;
                width: 100%;
                height: 100%; /* take full browser height */
                left: 0;
                top: 0;
            }

  .screen .main {
                width: 100%; /* <--now this takes full browser dimension  */
                height: 100%; /* <--now this takes full browser dimension  */
            }

.image-right img{
	
	float:left; 
	margin:0px; 
	position:relative; 
	height:469px;
	width:348px; 
	border:0;
}

.pageRight {
    float: right;
    padding-right:10px;
    border: none;
}
.css-slideshow{
   position: absolute;
   padding-right:10px;
   float:center;
   max-width: 470px;
   height: 348px;
   margin: 0 auto;
}

.slides {
    margin:0 auto;
    padding-right:10px;
    float: left;
    padding-left: 10px;
    width:348px;
    height: 470px;
    position: relative;

}


#box{
	margin-top:15px;
	padding:7px;
	background-color:rgba(0,0,0,0.5);
	height:1420px;
	width:345px;
	}
/* Tablet layout 481px tot 768px*/

@media only screen and (min-width: 481px) {

.text{

    font-family:Verdana, Times New Roman, Times, serif;
    font-size:.6em;
    text-align:left;
    color:#000;
    float:left;
    margin:0px;
    padding-left:10px;
    padding-right:10px;
}
.image-right img{
	
	float: center; 
	margin: 0px; 
	position: relative;
	height:469px; 
	width:348px; 
	border:0;
}
.center{
	position: absolute;
	left:50%;
	top:50%;
}

.pageRight {
    float: right;
    padding-right: 30px;
    border: none;
}

.css-slideshow{
   position: relative;
   float:center;
   padding:0;
   max-width: 470px;
   height: 348px;
   margin: 0 auto;
}

.slides {
    margin:0 auto;
    padding-right:10px;
    float: right;
    padding: 0;
    width:348px;
    height: 470px;
    position: relative;
}

#box{
	margin-top:15px;
	padding:7px;
	background-color:rgba(0,0,0,0.5);
	height:2890px;
    width:740px; 
	}

}

@media only screen and (max-device-width: 667px) and (orientation: landscape){ 
  #box {
  margin-top:15px;
  padding:7px;
  background-color:rgba(0,0,0,0.5);
  height:2470px;
    width:637px; 
  }

}

@media only screen and (min-width: 769px) {

.text{

    font-family: Verdana, Times New Roman, Times, serif;
    font-size: .6em;
    text-align: left;
    color:#000;
    float: left;
    margin: 0px;
    padding-left: 10px;
    padding-right:10px;
}

.image-right img{
	
	float: center; 
	margin: 0px; 
	position: relative;
	height:469px; 
	width:348px; 
	border:0;
}

.css-slideshow{
   position: relative;
   float:center;
   padding:0;
   max-width: 470px;
   height: 348px;
   margin: 0 auto;
}

.pageRight {
    float: right;
    padding-right: 245px;
    border: none;
}

.center{
	position: absolute;
	left:50%;
	top:50%;
}

.slides {
    margin:0 auto;
    padding-right:10px;
    float: right;
    padding: 0;
    width:348px;
    height: 470px;
    position: relative;
}


#box{
	margin-top:15px;
	padding:7px;
	background-color:rgba(0,0,0,0.5);
	height:4375px;
	width:1190px;
	}
}

@media (min-device-width: 800px) and (orientation:portrait) {
  #box {
  margin-top:15px;
  padding:7px;
  background-color:rgba(0,0,0,0.5);
  height:3000px;
    width:770px; 
  }

}