@media only screen and (min-width: 1920px) {
/* plaats hier de css code voor breedbeeld pc/tv */
/* niet nodig */
}

@media only screen and (max-width: 1024px) { 
/* plaats hier de css code voor tablets in landscape mode */
/* niet nodig */
}

@media only screen and (max-width: 960px) { 
/* plaats hier de css code voor tablets in portrait mode */
body, html
{
background-image:url("Swingin Groningen-A.jpg");
background-size:cover;
font-family:Tahoma, sans-serif;
height:100%;
}

h1, h2
{
font-family: 'Carter One', cursive;
color:white;
margin-left:2%;
}

a
{
text-decoration:none;
}

p, ul, ol, h3, table, form
{
margin-left:2%;
margin-right:2%;
}

#main
{
width:92%;
height:100%;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}

#linksboven
{
width:28%;
height:7%;
float:left;
}

#rechtsboven
{
width:72%;
height:7%;
float:right;
background-color:#969696;
}

#linksonder
{
width:28%;
height:120%;
float:left;
background-color:#969696;
}

#rechtsonder
{
width:72%;
height:120%;
float:right;
background-color:#969696;
opacity:0.92;
overflow:scroll;
overflow-x:hidden;
}

#rechtsonder a
{
text-decoration:none;
color:white;
}

#rechtsonder a:hover
{
text-decoration:none;
color:#737373;
}

#logo
{
width:100%;
height:100%;
}

#titel
{
color:white;
text-shadow: 3px 3px #737373;
}

#pasfoto
{
width:22%;
border:3px double black;
margin:1%;
}

#Zwijnenberg
{
width:80%;
border:3px double black;
}

#details_boek
{
width:42%;
border:1px solid black;
}

#details_boek td
{
width:50%;
border:1px solid black;
}

#Annietabel
{
width:92%;
margin-left:auto;
margin-right:auto;
}

#Annietabel td
{
width:50%;
padding:1%;
}

#Annietabel td img
{
width:100%;
}

.foto_boekHubert
{
width:70%;
border:1px solid black;
}

.soap
{
width:70%;
border:1px solid black;
}

.video
{
width:40em;
height:28em;
}

.audio
{
width:200px;
display:block;
}

.white
{
color:white;
}

.border
{
border:1px solid black;
}

.margin
{
margin-left:2%;
margin-right:2%;
}

@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a 
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  position: relative;
}

#cssmenu 
{
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#cssmenu a 
{
  line-height: 1.3;
}

#cssmenu > ul > li:first-child 
{
  background: #737373;
  border: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#cssmenu > ul > li:first-child > a 
{
  padding: 15px 10px;
  border: none;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300; 
  text-shadow: 0 -1px 1px #000000;
}

#cssmenu > ul > li:first-child > a > span 
{
  padding: 0;
}

#cssmenu > ul > li:first-child:hover 
{
  background: #737373;
}

#cssmenu > ul > li 
{
  background: #969696;
}

#cssmenu > ul > li:hover 
{
  background: #737373;
}

#cssmenu > ul > li > a 
{
  font-size: .9em;
  display: block;
  color: #ffffff;
  border: 0;
  border-top: none;
  text-shadow: 0 -1px 1px #737373;
}

#cssmenu > ul > li > a > span 
{
  display: block;
  padding: 12px 10px;
}

#cssmenu > ul > li > a:hover 
{
  text-decoration: none;
}

#cssmenu > ul > li.active 
{
  border-bottom: none;
}

#cssmenu > ul > li.has-sub > a span 
{
  background: url(menu_images/icon_plus.png) 96% center no-repeat;
}

#cssmenu > ul > li.has-sub.active > a span 
{
  background: url(menu_images/icon_minus.png) 96% center no-repeat;
}

#cssmenu ul ul 
{
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}

#cssmenu ul ul li 
{
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
}

#cssmenu ul ul li:last-child 
{
  border-bottom: none;
}

#cssmenu ul ul a 
{
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: .8em;
  font-weight: normal;
}

#cssmenu ul ul a:before 
{
  content: '\00BB';
  position: absolute;
  left: 10px;
  color: #04b54b;
}

#cssmenu ul ul a:hover 
{
  color: #e94f31;
}
}

@media only screen and (max-width: 767px) { 
/* plaats hier de css code voor smartphones in landscape mode */
body, html
{
background-image:url("Swingin Groningen-A.jpg");
background-size:cover;
font-family:Tahoma, sans-serif;
height:100%;
font-size:small;
}

h1, h2
{
font-family: 'Carter One', cursive;
color:white;
margin-left:1%;
}

a
{
text-decoration:none;
}

p, ul, ol, h3, table, form
{
margin-left:1%;
margin-right:1%;
}

h1, h2, h3
{
font-size:medium;
}

#main
{
height:100%;
width:96%;
margin-left:auto;
margin-right:auto;
}

#linksboven
{
width:32%;
height:14%;
float:left;
}

#rechtsboven
{
width:68%;
height:14%;
float:right;
background-color:#969696;
}

#linksonder
{
width:32%;
height:187%;
float:left;
background-color:#969696;
}

#rechtsonder
{
width:68%;
height:187%;
float:right;
background-color:#969696;
opacity:0.92;
overflow:scroll;
overflow-x:hidden;
}

#rechtsonder a
{
text-decoration:none;
color:white;
}

#rechtsonder a:hover
{
text-decoration:none;
color:#737373;
}

#logo
{
width:100%;
height:100%;
}

#titel
{
color:white;
text-shadow:3px 3px #737373;
}

#pasfoto
{
width:38%;
border:3px double black;
margin:1%;
}

#Zwijnenberg
{
width:80%;
border:3px double black;
}

#details_boek
{
width:42%;
border:1px solid black;
}

#details_boek td
{
width:50%;
border:1px solid black;
}

#Annietabel
{
width:92%;
margin-left:auto;
margin-right:auto;
}

#Annietabel td
{
width:50%;
padding:1%;
}

#Annietabel td img
{
width:100%;
}

.foto_boekHubert
{
width:70%;
border:1px solid black;
}

.soap
{
width:70%;
border:1px solid black;
}

.video
{
width:40em;
height:28em;
}

.audio
{
width:126px;
display:block;
}

.audio2
{
width:192px;
display:block;
}

.white
{
color:white;
}

.border
{
border:1px solid black;
}

.margin
{
margin-left:1%;
margin-right:1%;
}

@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a 
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  position: relative;
}

#cssmenu 
{
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#cssmenu a 
{
  line-height: 1.3;
}

#cssmenu > ul > li:first-child 
{
  background: #737373;
  border: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#cssmenu > ul > li:first-child > a 
{
  padding: 15px 10px;
  border: none;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300; 
  text-shadow: 0 -1px 1px #000000;
}

#cssmenu > ul > li:first-child > a > span 
{
  padding: 0;
}

#cssmenu > ul > li:first-child:hover 
{
  background: #737373;
}

#cssmenu > ul > li 
{
  background: #969696;
}

#cssmenu > ul > li:hover 
{
  background: #737373;
}

#cssmenu > ul > li > a 
{
  font-size: .9em;
  display: block;
  color: #ffffff;
  border: 0;
  border-top: none;
  text-shadow: 0 -1px 1px #737373;
}

#cssmenu > ul > li > a > span 
{
  display: block;
  padding: 12px 10px;
}

#cssmenu > ul > li > a:hover 
{
  text-decoration: none;
}

#cssmenu > ul > li.active 
{
  border-bottom: none;
}

#cssmenu > ul > li.has-sub > a span 
{
  background: url(menu_images/icon_plus.png) 96% center no-repeat;
}

#cssmenu > ul > li.has-sub.active > a span 
{
  background: url(menu_images/icon_minus.png) 96% center no-repeat;
}

#cssmenu ul ul 
{
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}

#cssmenu ul ul li 
{
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
}

#cssmenu ul ul li:last-child 
{
  border-bottom: none;
}

#cssmenu ul ul a 
{
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: .8em;
  font-weight: normal;
}

#cssmenu ul ul a:before 
{
  content: '\00BB';
  position: absolute;
  left: 10px;
  color: #04b54b;
}

#cssmenu ul ul a:hover 
{
  color: #e94f31;
}
}

@media only screen and (max-width: 479px) {
/* plaats hier de css code voor smartphones in portrait mode */
body, html
{
background-image:url("Swingin Groningen-A.jpg");
background-size:cover;
font-family:Tahoma, sans-serif;
height:100%;
font-size:small;
}

h1, h2
{
font-family: 'Carter One', cursive;
color:white;
margin-left:1%;
}

a
{
text-decoration:none;
}

p, ul, ol, h3, table, form
{
margin-left:1%;
margin-right:1%;
}

h1, h2, h3
{
font-size:medium;
}

#main
{
height:100%;
width:100%;
}

#linksboven
{
width:36%;
height:11%;
float:left;
}

#rechtsboven
{
width:64%;
height:11%;
float:right;
background-color:#969696;
}

#linksonder
{
width:36%;
height:120%;
float:left;
background-color:#969696;
}

#rechtsonder
{
width:64%;
height:120%;
float:right;
background-color:#969696;
opacity:0.92;
overflow:scroll;
overflow-x:hidden;
}

#rechtsonder a
{
text-decoration:none;
color:white;
}

#rechtsonder a:hover
{
text-decoration:none;
color:#737373;
}

#logo
{
width:100%;
height:100%;
}

#titel
{
color:white;
text-shadow:3px 3px #737373;
}

#pasfoto
{
width:46%;
border:3px double black;
margin:1%;
}

#Zwijnenberg
{
width:80%;
border:3px double black;
}

#details_boek
{
width:42%;
border:1px solid black;
}

#details_boek td
{
width:50%;
border:1px solid black;
}

#Annietabel
{
width:100%;
}

#Annietabel td
{
width:50%;
padding:2%;
}

#Annietabel td img
{
width:100%;
}

.foto_boekHubert
{
width:70%;
border:1px solid black;
}

.soap
{
width:70%;
border:1px solid black;
}

.video
{
width:40em;
height:28em;
}

.audio
{
width:80px;
display:block;
}

.audio2
{
width:164px;
display:block;
}

.white
{
color:white;
}

.border
{
border:1px solid black;
}

.margin
{
margin-left:1%;
margin-right:1%;
}

@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a 
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  position: relative;
}

#cssmenu 
{
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#cssmenu a 
{
  line-height: 1.3;
}

#cssmenu > ul > li:first-child 
{
  background: #737373;
  border: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#cssmenu > ul > li:first-child > a 
{
  padding: 15px 10px;
  border: none;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300; 
  text-shadow: 0 -1px 1px #000000;
}

#cssmenu > ul > li:first-child > a > span 
{
  padding: 0;
}

#cssmenu > ul > li:first-child:hover 
{
  background: #737373;
}

#cssmenu > ul > li 
{
  background: #969696;
}

#cssmenu > ul > li:hover 
{
  background: #737373;
}

#cssmenu > ul > li > a 
{
  font-size: .9em;
  display: block;
  color: #ffffff;
  border: 0;
  border-top: none;
  text-shadow: 0 -1px 1px #737373;
}

#cssmenu > ul > li > a > span 
{
  display: block;
  padding: 12px 10px;
}

#cssmenu > ul > li > a:hover 
{
  text-decoration: none;
}

#cssmenu > ul > li.active 
{
  border-bottom: none;
}

#cssmenu > ul > li.has-sub > a span 
{
  background: url(menu_images/icon_plus.png) 96% center no-repeat;
}

#cssmenu > ul > li.has-sub.active > a span 
{
  background: url(menu_images/icon_minus.png) 96% center no-repeat;
}

#cssmenu ul ul 
{
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}

#cssmenu ul ul li 
{
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
}

#cssmenu ul ul li:last-child 
{
  border-bottom: none;
}

#cssmenu ul ul a 
{
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: .8em;
  font-weight: normal;
}

#cssmenu ul ul a:before 
{
  content: '\00BB';
  position: absolute;
  left: 10px;
  color: #04b54b;
}

#cssmenu ul ul a:hover 
{
  color: #e94f31;
}
}
