/* Reset
------------------------------------------------------------ */
* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    margin-top: 0;
    background-attachment: fixed;
    background-image: url(../images/achtergrond_splash.jpg);
    background-repeat: no-repeat;
    background-position: center -200px;
    background-attachment: fixed;

}

ol, ul {
    list-style: none;
    margin: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

h1 {
    margin-bottom: 10px;
    color: #111111;
}

a, img {
    outline: none;
    border: none;
}

p {
    margin: 0 0 10px;
    line-height: 1.4em;
    font-size: 1.2em;
}

img {
    display: block;
    margin-bottom: 10px;
}

aside {
    font-size: 1em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, #main {
    display: block;
}

/* Structure */
#wrapper {
    background-color: #FFF;
    width: 96%;
    max-width: 960px;
    margin-top: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #797979;
    border-bottom-color: #797979;
    border-left-color: #797979;
    margin-bottom: 10px;
    -webkit-box-shadow: 6px 3px 11px -7px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 6px 3px 11px -7px rgba(0, 0, 0, 0.52);
    box-shadow: 6px 3px 11px -7px rgba(0, 0, 0, 0.52);
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/Splash_top.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#main {
    background-color: #fff;
    margin-right: 1%;
}

#inhoud {
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 28px;
}

.bullet-blauw {
    background-image: url(../images/bullet_blauw.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 15px;
    margin-bottom: 2px;
}


#inhoud a {
    text-decoration: none;
    color: #40B7E2;
}

#inhoud a:hover {
    text-decoration: underline;
    color: #40B7E2;
}


#top {
    /*position:relative;*/
    margin-top: 0px;
    height: 150px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #797979;
}

#logo {
    float: left;
    margin-top: 0px;
    margin-left: 25px;
    /*position:absolute;
    top:25px;
    left:25px;*/
}

#logo img {
    width: 100%;
}

/*------ TOPNAV -----*/

#topnav {
    margin-top: 30px;
    font-size: 11px;
    letter-spacing: 1px;
    margin-left: 0;
    float: right;
    margin-right: 15px;

}

#topnav li {
    display: inline;
}


#topnav ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1px;
    margin-right: 15px;
}

#topnav ul li a:hover {
    color: #FFF;
    text-decoration: underline;
}


/*------ TOPNAV -----*/


/* START responsive slider */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

/* END responsive slider */


.clear {
    clear: both;
}


/* Nav */
#skipTo {
    display: none;
}

#skipTo li {
    background-color: #12517D;
    color: #40B7E2;
}

#weer {
    float: left;
    margin-right: 75px;
    margin-left: 30px;
    margin-top: 5px;
}

#social_media {
    float: right;
    margin-right: 8px;
    margin-top: 25px;
}

#social_media_footer {
    display: none;
}

#social_media img {
    float: left;
    margin-right: 5px;
}


.facebook {
    display: block;
    width: 20px;
    height: 19px;
    background-image: url(../images/facebook.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-indent: -99999px;
    float: left;
    margin-right: 5px;
}

.facebook:hover {
    background-position: left top;
}

.twitter {
    display: block;
    width: 20px;
    height: 19px;
    background-image: url(../images/twitter.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-indent: -99999px;
    float: left;
    margin-right: 5px;
}

.twitter:hover {
    background-position: left top;
}


.linkedin {
    display: block;
    width: 20px;
    height: 19px;
    background-image: url(../images/linkedin.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-indent: -99999px;
    float: left;
    margin-right: 5px;
}

.linkedin:hover {
    background-position: left top;
}

.youtube {
    display: block;
    width: 20px;
    height: 19px;
    background-image: url(../images/youtube.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-indent: -99999px;
    float: left;
    margin-right: 5px;
}

.youtube:hover {
    background-position: left top;
}

.instagram {
    display: block;
    width: 20px;
    height: 19px;
    background-image: url(../images/instagram.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-indent: -99999px;
    float: left;
    margin-right: 5px;
}

.instagram:hover {
    background-position: left top;
}

.language {
    display: block;
    width: 38px;
    height: 17px;
    background-image: url(../images/taal_ENG.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-indent: -99999px;
    float: left;
    margin-right: 15px;
}

.language_ENG {
    display: block;
    width: 38px;
    height: 17px;
    background-image: url(../images/taal_NL.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-indent: -99999px;
    float: left;
    margin-right: 15px;
}

#engels, #nederlands {
    display: none;
}


header nav {
    float: left;
    margin-top: 76px;
    margin-left: 25px;
    font-size: 12px;
    letter-spacing: 1px;
}


#fotogallerie img {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.kolomsmal-flash {
    margin-right: 300px;
}

.kolomsmal {
    margin-right: 100px;
}

.rozesplash, .rozesplash p {
    color: #E2007A;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

/*Occasions*/
#occasion_IMG {
    float: left;
    height: 200px;
    width: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#occasion_kader {
    max-width: 70%;
    float: right;
}

.occasions_txt {
    background-color: #cc0033;
    margin-left: 18px;
}

.pagina_stijl {
    float: left;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

#occ_page1, #occ_page2, #occ_page4, #occ_page3, #occ_page4 {
    max-width: 630px;
    float: right;
}

img#occimgbig {
    width: 100%;
}

#occ_page1 .occthumbs {
    /*position: absolute;
    top: 349px;
    left: 261px;
    margin-top:0px;
    margin-left:0px;

    width: 625px;
    height: 100px;
    z-index: 2;*/
}

.occthumbs img {
    border-style: none;
    margin-left: 0px;
    width: 80px;
    height: 59px;
    float: left;
    margin-right: 5px;
}

/*END Occasions*/


/* Banner */
#banner {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

#banner img {
    width: 100%;
}


/*Algemene opmaak*/
body, #content p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #797979;


}

#content p {
    line-height: 18px;
}

#content h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #174569;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    width: 25%;
}

#content h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #164568;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

#content h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    margin-top: 15px;
}

#content img {
    max-width: 100%;
}

#content td {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 4px;
    padding-left: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

#formulierJH td {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 4px;
    padding-left: 3px;
    border-bottom-width: 0px;
}

#noborderJH td {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom-width: 0px;
}

#noborderJH-prijs td {
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    border-bottom-width: 0px;
}


.plaatje {
    float: left;
    margin-right: 12px;
    margin-bottom: 5px;
}

.h_iframe {
    position: relative;
    padding-top: 56%;
}

.h_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.film4_R {
    width: 46%;
    float: right;
}

.film4_L {
    width: 46%;
    float: left;
    margin-right: 15px;
}


.afbeelding_links {
    float: left;
    border-radius: 8px;
    border: 1px solid #999;
    margin-right: 10px;
    margin-bottom: 3px;
    margin-left: 0px;
}

.afbeelding_links02 {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
}

/* tekst opmaak splashboats */

div.tekst {
    float: left;
    width: 200px;
    margin: 0 5px 10px 0px;

}

div.tekst p {
    width: 250px;
    padding-left: 5px;
    margin-bottom: 0;
}

.content-foto {
    float: right;
    margin-bottom: 10px;
    height: 460px;
}

/* tekst opmaak splashboats */


/*--- FOOTER--- */
#footer {
    background-image: url(../images/footer_achtergrond.jpg);
    background-repeat: no-repeat;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #797979;
    border-bottom-color: #797979;
    color: #FFF;
    background-color: #929292;
    background-position: 0px 0px;
    padding-bottom: 20px;
}

.slogan_foooter {
    padding-left: 25px;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #004669;
    line-height: 37px;
    letter-spacing: 1px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.logo-footer {
	width: 320px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 45px;
	float: left;
	padding-bottom: 10px;
}

.logo-footer img {
	float: left;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 5px;
}

.logo-footer .logo-large {
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.logo-footer .logo-small {
	width: 106px;
	float: left;
}

#imglogo {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    border: 0px solid #5E5E5E;
    padding-bottom: 10px;
}

.kolom-footer {
	float: left;
	margin-right: 55px;
	margin-top: 30px;
}

.kolom-footer-mc {
	max-width: 280px;
}

.kolom-footer-mc #mce-EMAIL {
	padding: 6px 12px;
	width: 140px;
}

.kolom-footer-mc #mc-embedded-subscribe {
	margin-top: 6px;
	padding: 6px 12px;
}

.kolom-footer a, .kolom-footer p {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 5px;
}

.kolom-footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.kolom-footer h2 {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
}

/*--- FOOTER--- */

#studio-vet {
    width: 96%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
}

#studio-vet a {
    color: #FFF;
    font-size: 11px;
}

.image_right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.image_bottom {
    margin-top: 15px;
    margin-bottom: 15px;
}


/* Media Queries stond op 650*/
@media screen and (max-width: 768px) {
    .image_right {
        margin-top: 0px;
        clear: both;
        margin-bottom: 15px;
        margin-left: 0px;
        width: 100%
    }

    #engels, #nederlands {
        display: block;
        float: right;
        padding-top: 30px;
        padding-left: 60px;
    }

    #skipTo {
        display: block;
    }

    header nav, #main, .logo {
        /*float: left;
        clear: left;*/
        margin: 0 0 10px;
        width: 100%;
    }

    #main {
        width: 100%;
    }

    #feedback, #social_media, #topnav {

        display: none;
    }

    #logo {
        margin-top: 25px;
        margin-left: 15px;
    }

	.logo-footer,
	.kolom-footer {
		margin-bottom: 15px;
		margin-left: 20px;
		clear: both;
		margin-top: 0;
	}

    #social_media_footer {
        display: inline;
        margin-left: 20px;
        float: left;

    }

    #occ_page1 {
        width: 100%;
    }

    #top {

    }

    .kolomsmal-flash {
        display: none;
    }


    .film4_R, .film4_L {
        clear: both;
        width: 100%
    }
}

@media screen and (min-width: 769px) and (max-width: 1020px) {
	.kolom-footer-mc {
		clear: left;
		margin-left: 205px;
	}
}

/* Nieuwe talenoptie voor DUITS erbij */
.taalkeuze {
    display: block;
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: left bottom;
    text-indent: -99999px;
    float: left;
    margin-right: 5px;
    opacity: 0.5;

}

a.taalkeuze:hover {
    opacity: 1;

}

.NL {
    background-image: url('//www.jachtwerf-heeg.nl/JachtwerfHeeg/images/vlaggen/nl.jpg');
}

.DU {
    background-image: url('//www.jachtwerf-heeg.nl/JachtwerfHeeg/images/vlaggen/duits.jpg');
}

.EN {
    background-image: url('//www.jachtwerf-heeg.nl/JachtwerfHeeg/images/vlaggen/engels.jpg');
}

#mobiel_taal {
    display: none;
}

/* Nieuwe talenoptie voor DUITS erbij */