/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Standaard is box-sizing: content-box. Met regel 1 wordt standaard box-sizing: border-box ingesteld. 
/* Met regel 2 wordt het een overervende eigenschap, wat overschrijven overzichtelijker maakt. 
/* Elke overschrijving geldt nu ook voor de kindelementen
/* (zie www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  color: hsl(0,0%,20%);
}
.container {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  background-color: white;
}

header {
  position:sticky;
  top: 0;
  background-color: white;
  z-index:1;
}
h1 {
  position: absolute;
  left: 45%;
  top: 0;
  margin: 0;
  font-size: 8vw;
/* de rest is optionele opmaak */
  text-shadow: 0 0 1vw hsla(239,94%,29%,1.00);
  color: white;
  opacity: 0.5;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
nav {
  position: absolute;
  top: 0;
  left: 0;
/* de rest is optionele opmaak */
  opacity: .9;  
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li {
  display: block;
  font-weight: normal;
  font-size: 4vw;
/* de rest is optionele opmaak */
  border: 0; /* reset randen */
  border-top: 1vw solid hsla(193,54%,69%,1.00);
  padding: 1vw;
  transform:rotate(0deg);
}

nav a {
  text-decoration: none;
  color: hsla(193,44%,87%,1.00)
}

@media screen and (min-width: 64rem) {
  h1 {
    font-size: 5rem;
  }
  nav li {
    font-size: 2.5rem;
    padding: .7rem;
    border-top-width: .7rem;
  }
/* optioneel muisovereffect */
nav ul li:hover {
  text-shadow: 0 0 3vw hsla(120,50%,50%,1.00);
  transform:rotate(0deg);  
}
  main {
    float: left;
    width: 75%;
    padding-right: 0rem;
    background-color: white;
    z-index:-1;
  }
  
  footer {
    clear: left;
  }
}



footer.dankzij {
    clear: left;
    border: 0px solid blue;
    border-style: solid;
  }

footer.bottom{
        color: #000;
        border: 0px solid red;
        background-color: #01924D;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 1%;
}

aside.zijkolom {
    float: left;
    min-width: 80px;
    max-width: 180px;
    margin-left: 2%;
    margin-right: 2%;
    border: 0px solid red;
    z-index:-1;
  }

aside.zijkolom_oud {
    float: left;
    width: 20%;
    min-width: 100px;
    z-index:-1;
  }

img.kop {
  position: relative;
  padding-left: 0%;
  max-width:100%;
  height:auto; 
  text-align: center; 
  margin: 1px;
}

.tekst_privacy {
	font-family: Verdana, Geneva, sans-serif;
        font-size : 10pt;
	color: #000;
	font-weight: normal;
}

A.menu_beach_vereniging {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
       }
	   
A.menu_beach_vereniging:hover {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
        text-decoration: underline;
	font-weight: bold;
       }

A.menu_beach_contact {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
       }
	   
A.menu_beach_contact:hover {
	color: black;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
       }



A.menu_beach_klein {
	color: #000;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
       }
	   
A.menu_beach_klein:hover {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
        text-decoration: underline;
       }

A.menu_beach_kleiner {
	color: #000;
        background-color: yellow;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
        font-weight: 500;
       }


	   
A.menu_beach_kleiner:hover {
	color: #000;
	background-color: lightgrey;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
        text-decoration: none;
        text-align: left;
        font-weight: 500;
       }

ul.svu_beach_lu{
        color: black;
        list-style-type: none;
        list-style-position: outside;
	background: white;
        overflow:auto;
        padding-right: 0px;
        padding-left: 0%;
        margin: 0px;
        heigth: auto;
        width: 100%;
}

li.svu_beach_li{
        float:left;
        list-style-type: none;
        padding-right:10px;
        padding-left: 5%;
        padding-bottom: 10px;
        border: 0px solid red;
        font-family : Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color : black;
        overflow:auto;
	margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
        margin-bottom: 1px;
	text-align: left;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	border-radius: 0px;
	font-weight: 500;
        heigth: 100px;
        width: 90%;
        background-color: #FFE16B;
        cursor: pointer;
}


li.svu_beach_li:hover{
        float:left;
        list-style-type: none;
        padding-right:10px;
        padding-left: 5%;
        border: 0px solid red;
        font-family : Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color : #000;
	margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
        margin-bottom: 1px;
	text-align: left;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	border-radius: 0px;
	font-weight: 500;
        heigth: auto;
        width: 90%;
        background-color: lightgrey;
}

li.svu_beach_li_agenda{
        float:left;
        list-style-type: none;
        padding-right:5px;
        padding-left: 5%;
        padding-bottom: 5px;
        padding-top: 5px;
        border: 0px solid red;
        font-family : Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color : #000;
	margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
        margin-bottom: 1px;
	text-align: left;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	border-radius: 0px;
	font-weight: 500;
        heigth: auto;
        width: 95%;
        background-color: #FFE16B;
         
}

li.svu_beach_li_sub{
        float:left;
        list-style-type: none;
        padding-right:15px;
        padding-left: 5%;
        padding-bottom: 10px;
        border: 0px solid red;
        font-family : Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color : #000;
	margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
        margin-bottom: 1px;
	text-align: left;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	border-radius: 0px;
	font-weight: 500;
        heigth: auto;
        width: 90%;
        background-color: #FFE16B;
         
}

/*

li.svu_beach_li_sub:hover{
        float:left;
        list-style-type: none;
        padding-right:15px;
        padding-left: 5%;
        border: 0px solid red;
        font-family : Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color : #000;
	margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
        margin-bottom: 1px;
	text-align: left;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	border-radius: 0px;
	font-weight: 500;
        heigth: auto;
        width: 90%;
        background-color: lightgrey;
}

*/








ul.svu_beach_menu_ul{
        list-style-type: none;
        list-style-position: outside;
	background: #3399ff;
        overflow:hidden;
        padding: 0px;
        padding-left: 0%;
        heigth: auto;
}

li.svu_beach_menu_li{
        float:left;
        list-style-type: none;
        padding-left: 0px;
        padding-right: 0px;
        border: 0px solid green;
        font-family : Verdana, Geneva, sans-serif;
	font-size: 1rem;
	color : #000;
	margin: 0px;
	text-align: center;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	border-radius: 0px;
	font-weight: 500;
        width: 11%;
        height: auto;
        background-color: white;
}


li.svu_beach_menu_li2:hover{
        float:left;
        list-style-type: none;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid red;
        font-family : Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color : #000;
	margin: 1px;
	text-align: center;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	border-radius: 0px;
	font-weight: 500;
        width: 12%;
        background-color: #F0F0F0;
}

.koptekst {
	font-size : 15pt;
	color : #000;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.koptekst_main {
	font-size : 12pt;
	color : black;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.koptekst_sub_header {
	font-size : 12pt;
	color : black;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.koptekst_main_header {
	font-size : 10pt;
	color : black;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.koptekst_corona_header_1 {
	font-size : 12pt;
	color : black;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.koptekst_corona_header_2 {
	font-size : 10pt;
	color : blue;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.koptekst_corona_header_3 {
	font-size : 10pt;
	color : blue;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.koptekst_klein {
	font-size: 10px;
	color : #000;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.koptekst_klein_dun {
	font-size: 10px;
	color : #666;
        background-color: rgb(255,0,0);
	font-weight: lighter;
	font-family: Verdana, Geneva, sans-serif;
}

.bottom_klein_dun {
	font-size: 10px;
	color : white;
	font-weight: lighter;
	font-family: Verdana, Geneva, sans-serif;
}

A.menu_beach_klein_dun {
	color: white;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
       }
	   
A.menu_beach_klein_dun:hover {
	color: #333;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
       }

A.bottom_beach_klein_dun {
	color: white;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
        font-size: 8pt;
        font-weight: normal;
	text-align: left;
       }

A.bottom_beach_klein_dun:hover {
	color: black;
	background-color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
        text-align: left;
       }

A.menu {
	display: block;
        color: black;
        background-color: white;
        padding-right: 1px;
        padding-top: 0px;
        padding-bottom: 1px;
	font-size: 1.2vw;
	font-weight: normal;
	text-decoration: none;
        border: 0px solid grey;
	font-family: Verdana, Geneva, sans-serif;
        height: auto; 
        width: 100%;     
       }
	   
A.menu:hover {
	color: black;
	background-color: grey;
        padding-right: 1px;
        padding-top: 0px;
        padding-bottom: 1px;
        font-weight: normal;
	text-decoration: none;
        border: 0px solid grey;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2vw;
        height: auto;
        width: 100%;
       }



div.svu_main_beach_menu{
	position: relative;
	background-color: white;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid grey;
        padding-top: 0px;
	padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
	font-family : Verdana, Geneva, sans-serif;
	font-size: 1rem;
	color : black;
	margin: 1px;
	text-align: left;
        overflow : hidden;
        text-overflow : ellipsis;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	border-radius: 0px;
}

ul.svu_comp_lu{
        list-style-type: none;
        list-style-position: outside;
	background: #3399ff;
        overflow:hidden;
        padding: 0px;
        padding-left: 0%;
        heigth: auto;
}

li.svu_comp_li{
        float:left;
        list-style-type: none;
        padding-left: 0px;
        padding-right: 0px;
        border: 1px solid green;
        font-family : Verdana, Geneva, sans-serif;
	font-size: 1.1vw;
	color : #000;
	margin: 0px;
	text-align: center;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	border-radius: 0px;
	font-weight: 500;
        width: 20%;
        height: auto;
        background-color: #FFFFFF;
}

li.svu_comp_li:hover{
        float:left;
        list-style-type: none;
        padding-left: 0px;
        padding-right: 0px;
        border: 1px solid green;
        font-family : Verdana, Geneva, sans-serif;
	font-size: 1.1vw;
	color : white;
	margin: 0px;
	text-align: center;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	border-radius: 0px;
	font-weight: 500;
        width: 20%;
        height: auto;
        background-color: lightgrey;
}

li.svu_comp_li2{
        float:left;
        list-style-type: none;
        padding-left: 0px;
        padding-right: 0px;
        border: 1px solid green;
        font-family : Verdana, Geneva, sans-serif;
	font-size: 1.1vw;
	color : #000;
	margin: 0px;
	text-align: center;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	border-radius: 0px;
	font-weight: 500;
        width: 40%;
        height: auto;
        background-color: white;
}


nav.beach {
  position: relative;
  top: 0;
  left: 0;
/* de rest is optionele opmaak */
  opacity: .9;
  height: auto;
  background-color: black;
  padding-top: 5px;
  padding-bottom: 5px;
}



A.FAQ_link {
	color: #000099;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

A.FAQ_link:hover {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #F00;
}

span.faqtekst {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 10pt;
	color: #009;
	font-weight: bold;
        cursor: pointer;
}

.divfaq{
        position: relative;
	background-color: lightyellow;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid black;
        border-radius: 10px;
	padding: 10px;
	font-family : Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color : #000;
	margin: 1px;
	text-align: left;	
}

button.svu_beach_button{
	background-color: lightgrey;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	opacity: 1;
	border-width: 2;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

A.meer_link {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font: normal normal normal 100% serif;
	color: #0000FF;
	text-decoration: none;
	font-style: normal;
	font-size: 10pt;
}

A.meer_link:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font: normal normal normal 100% serif;
	text-decoration: none;
	color: #F00;
	font-size: 10pt;
	font-style: italic;
}

A.svu_menu_link {
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

A.svu_menu_link:hover {
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
}

A.svu_menu_link_eng {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
        font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

A.svu_menu_link_eng:hover {
        color: black;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
        font-size: 10pt;
        font-weight: bold; 
        font-style : italic;
}

A.svu_avv_link {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

A.svu_avv_link:hover {
        font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
        font-weight: normal;
	background-color: lightgrey;
	color: black;
}

div.zijkant1{
   background-color: white;
   border: 0px solid green;
   margin-bottom: 6px;
   box-shadow: 0px 0px blue;
}

div.zijkant1_temp:hover{
   background-color: lightgrey;
   border: 0px solid green;
   margin-bottom: 6px;
   box-shadow: 0px 0px blue;
}

div.zijkant2{
   background-color: white;
   border: 0px solid green;
   margin-bottom: 0px;
   text-align: center;
}

div.zijkant3{
   background-color: yellow;
   border: 0px solid green;
   margin-bottom: 6px;
}

div.zijkant4{
   background-color: yellow;
   border: 1px solid green;
   box-shadow: 0px 0px blue;
}

A.aside_link {
	font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
	font-weight: bold;
	text-decoration: none;
        color: black;
}

A.aside_link:hover {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
	text-decoration: none;
        font-weight: bold;
	background-color: lightgrey;
        font-style: italic;
	color: black;
}


div.svu_main_beach_dankzij {
	position: relative;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid red;
	padding: 5px;
	font-family : Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color : #000;
	margin: 1px;
	text-align: left;
	border-radius: 10px;
	background-size: contain;
}

.dropbtn {
  background-color: lightgreen;
  background-image : url(https://www.beachvolleybalutrecht.nl/images/menu.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  color: black;
  padding: 0px;
  font-size: 10px;
  border: 2px;
  border-color: black;
  margin-top: 2px;
  margin-bottom: 3px;
}

.dropdown {
  position: relative;
  display: inline-block;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 12px;
  padding: 1px;
}

.dropdown-content a {
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

div.rondmenu{
  border: 0px solid green;
  background-color: #01924D;
  width: 100%;
  height: 40px;
}

img.binnenbalk{
   float:right;
   left:70%;
   padding: 1px;
   margin-top:5px;
   margin-right: 5px;
}

table.avv_table{
  width: 100%;
  border-style: solid;
  border-width: 1px;
} 

tr.avv_tr{
   background-color: white;
   border-style: solid;
   border-width: 1px;
}

tr.avv_tr_kop{
   background-color: white;
   border-style: solid;
   border-width: 1px;
   text-align: center;
}

td.avv_td_links{
   background-color: white;
   border-style: solid;
   border-width: 1px;
   text-align: left;
}

td.avv_td{
   background-color: #FFF0F5;
   border-style: solid;
   border-width: 1px;
   text-align: center;
}

.avv_sub_header {
	font-size : 10pt;
	color : black;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

menu.hr{
  width: 50%;
  background-color: blue;
}

button.faq_button{
     font-family: Verdana, Geneva, sans-serif;
     font-size : 10pt;
     background-color: #FFF0F5;
     margin: 2px;
     }

img.agenda_img{
        width: auto;
        height: 125px;
        margin-left: 5px;
        border: 2px;
        }

img.location_img{
        width: auto;
        height: 125px;
        margin-left: 5px;
        border: 2px;
        }

img.jumbo_img{
        width: auto;
        height: 100px;
        margin-left: 5px;
        border: 2px;
        }

img.net_ophangen_img{
        width: 30%;
        height: auto;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 10px;
        border: 2px;
        }

img.net_ophangen_2_img{
        width: 20%;
        height: auto;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 10px;
        border: 2px;
        }

li.stap{
      font-family : Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color : black;
	margin: 0px;
	text-align: left;
	opacity: 1;
	-webkit-opacity: 0.9;
	font-weight: bold;
}


table.comp_tabel{
        font-family: Verdana, Geneva, sans-serif;
        font-size: 1vw;
        border-width: 0px;
        border-style: solid;
        margin: 2px;
        }

span.comp_tabel_header {
            font-size: 1.5vw;
            font-weight: bold;  
     }

.aaaformvelden {
	background-color: #FFFFFF;
	border-width: 1px;
        border-color: black;
	font-family: Verdana, Geneva, sans-serif;
        font-size: 15px;
        width: 75%;
        margin-left: 5px;
    }

td.comp_form{
        width: 33%;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 15px;

     }

td.comp_form_header{
        width: 33%;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 15px;
        text-align: center;
     }

input.comp_submit{
      background-color: lightgrey;
      color:black;
      border-color: black;
      border-style: solid;
      border-width: 0px;
      height: 20px;
      }

input.comp_submit[disabled]{
      background-color: lightgrey;
      color: grey;
      border-color: black;
      border-style: solid;
      border-width: 0px;
      height: 20px;
      }


td.incasso{
      width: 33%;
      text-align: left;
      }

p.comp_bedankt {
            font-size: 1.1vw;
            font-weight: normal;  
     }

hr.hr_comp_form{
        width: 95%;
        color: black;
      }

span.dag{
      text-align:center;
      padding-bottom: 1px;
      color: black;
}

/* uitslagen enzo beachcompetitie */



A.beach_link_tekst{
	color: blue;
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
        font-size: 1.0vw;
	text-align: center;
       }
	   
A.beach_link_tekst:hover {
	color: blue;
        text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0vw;
        font-style: italic;
	font-weight: 400;
       }

A.link_beach_comp{
	color: black;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
        font-size: 1.2vw;
	text-align: center;
       }
	   
A.link_beach_comp:hover {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2vw;
        text-align: center;
        font-weight: 400;
       }

td.link_beach_comp_tekst{
	background-color: lightgreen;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 1.2vw;
        border: 1px solid black;
	text-align: center;
        color: black;
	border-radius: 0px;
        padding: 2px;
}

td.beach_comp_tekst{
        font-family: Verdana, Geneva, sans-serif;
        font-size: 1.2vw;
        border: 1px solid black;
	text-align: center;
        color: black;
	border-radius: 0px;
        padding: 2px;
}
       
td.link_beach_comp{
	background-color: #FFE16B;
        font-size: 1.5vw;
        border: 1px solid black;
	text-align: center;
        color: black;
	border-radius: 0px;
}

td.link_beach_comp:hover{
	background-color: lightgrey;
        font-size: 1.5vw;
        border: 1px solid black;
	text-align: center;
        color: white;
	border-radius: 0px;
}

td.link_beach_comp2{
	background-color: #FFFF99;
	text-align: center;
	border-radius: 10px;
}

table.table_standen_main{
     border-color: black;
     border-style: solid;
     border-width: 1px;
     font-family: Verdana, Geneva, sans-serif;
     font-size: 2vw;
     text-align: center;
}

table.table_standen{
     border-color: black;
     border-style: solid;
     border-width: 1px;
     font-family: Verdana, Geneva, sans-serif;
     font-size: 2vw;
}

td.table_standen_main{
     border-color: black;
     border-style: solid;
     border-width: 1px;
     font-family: Verdana, Geneva, sans-serif;
     font-size: 2vw;
     text-align: center;
}



td.td_standen_kop1{
      border-color: black;
      border-style: solid;
      border-width: 1px;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 2vw;
      text-align: left;
      color: black;
}

td.td_standen_kop2{
      border-color: black;
      border-style: solid;
      border-width: 1px;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 2vw;
      text-align: center;
      color: black;
}

td.td_standen1{
      border-color: black;
      border-style: solid;
      border-width: 1px;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 2vw;
      text-align: center;
      color: black;
}

td.td_standen2{
      border-color: black;
      border-style: solid;
      border-width: 1px;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 2vw;
      text-align: left;
      color: black;
}

td.td_uitslagen_kop1{
      border-color: black;
      border-style: solid;
      border-width: 1px;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 2vw;
      text-align: left;
      color: black;
      
}

td.td_uitslagen_kop2{
      border-color: black;
      border-style: solid;
      border-width: 1px;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 2vw;
      text-align: left;
      color: black;
}

td.td_uitslagen_1{
      border-color: black;
      border-style: solid;
      border-width: 1px;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 1.8vw;
      text-align: left;
      color: black;
}

td.td_uitslagen_2{
      border-color: black;
      border-style: solid;
      border-width: 1px;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 1.8vw;
      text-align: center;
      color: black;
}


@media screen and (min-width: 769px) {
  a.menu {
    font-size: 11pt;
  }
  a.menu:hover{
    font-size: 11pt;
  }
  aside.zijkolom {
    width: 25%;
    margin-left: 5%;
    
  }
  A.link_beach_comp{
        font-size: 10pt;
       }
  A.link_beach_comp:hover{
        font-size: 10pt;
       }

  td.link_beach_comp{
	font-size: 10pt;
  }

  td.link_beach_comp:hover{
        font-size: 10pt;
        }

  td.link_beach_comp_tekst{
        font-size: 10pt;
        }

 td.beach_comp_tekst{
        font-size: 10pt;
        }

  A.beach_link_tekst{
	font-size: 10pt;
       }
	   
  A.beach_link_tekst:hover {
	font-size: 10pt;
       }
  img.velden_img{
        width: auto;
        height: auto;
        margin-left: 5px;
        border: 2px;
        border-color: black;
        border-style: solid;
        border-width: 1px;
        max-width: 80%;
        }
  
}

@media screen and (max-width: 768px) {
  a.menu {
    font-size: 4pt;
  }
  a.menu:hover{
    font-size: 4pt;
  }
   aside.zijkolom {
    width: 50%;
    margin-left: 5%;
    
  }

  a.link_beach_comp{
        font-size: 10pt;
       }

  A.link_beach_comp:hover{
        font-size: 10pt;
       }

  td.link_beach_comp{
	font-size: 2vw;
  }

  td.link_beach_comp:hover{
        font-size: 2vw;
        }

  td.beach_comp:hover{
        font-size: 2vw;
        }


  td.link_beach_comp_tekst{
        font-size: 2vw;
        }

  td.beach_comp_tekst{
        font-size: 2vw;
        }

  A.beach_link_tekst{
	font-size: 10pt;
       }
	   
  A.beach_link_tekst:hover {
	font-size: 10pt;
       }

  img.velden_img{
        width: auto;
        height: auto;
        margin-left: 5px;
        border: 2px;
        border-color: red;
        border-style: solid;
        border-width: 1px;
        max-width: 80%;
        }
  
}
