/* TEKST STIJLEN */
@font-face {
    font-family: 'myriad_pro_lightregular';
    src: url('myriadpro-light_kopie-webfont.eot');
    src: url('myriadpro-light_kopie-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-light_kopie-webfont.woff') format('woff'),
         url('myriadpro-light_kopie-webfont.ttf') format('truetype'),
         url('myriadpro-light_kopie-webfont.svg#myriad_pro_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad_pro_lightbold';
    src: url('myriadpro-semibold_kopie-webfont.eot');
    src: url('myriadpro-semibold_kopie-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-semibold_kopie-webfont.woff') format('woff'),
         url('myriadpro-semibold_kopie-webfont.ttf') format('truetype'),
         url('myriadpro-semibold_kopie-webfont.svg#myriad_pro_lightbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0;
	padding: 0;
}

html {
	background-color: transparent;
	height: 80%;
} 

body {
	background-color: black;
	margin:0;
	padding:0;
	overflow: auto;
} 

p, table { 
	color: #FFF; 
	font-size: large;
	font-family: 'myriad_pro_lightregular'; 
}
				
a { 
	color:#FFF; 
	text-decoration: underline;
}

strong {
	font-weight: normal;
	font-family: 'myriad_pro_lightbold'; 
}

h1 { 
	color: #FFF; 
	font-size: x-large;
	font-family: 'myriad_pro_lightregular';
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-family: 'myriad_pro_lightregular';
	color: white;
	text-shadow: black 1px 1px 3px;
	text-transform: uppercase;
}

/* LOGO TEKST */
.logotekst_vet {
	font-family: 'myriad_pro_lightbold'; 
	letter-spacing:2px;
	text-transform: uppercase;
	font-size: 30px;
}

.logotekst_normaal {
	font-family: 'myriad_pro_lightregular'; 
	letter-spacing:2px;
	text-transform: uppercase;
	font-size: 30px;
}	

/* HEADER */
#header {
	margin-left: 40px;
	margin-top: 25px;
	height: 85px;
}

#header_rubriek  {
	margin-left: 40px;
	margin-top: 25px;
	height: 120px;
}

/* MENU*/
#menu {
	margin-left: 40px;
	margin-bottom: 20px;
	float: left;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'myriad_pro_lightregular'; 
}

#menu li {
	color: white;
}

#menu_rubriek {
	margin-left: -40px;
	float: left;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'myriad_pro_lightregular'; 
}

#menu a, #menu_rubriek a {
	text-decoration: none;
	}

#menu a:hover, #menu_rubriek a:hover { 
	color:#FFF; 
	text-decoration: underline;
}

#menu ul, #menu_rubriek ul {
	list-style: none;
}

#menu_rubriek li {
	float: left;
	margin-right: 10px;
}

.rubriek_item {
	margin-left: 10px;
}

.current {
	font-weight: bold;
}

/* CALLOUT */
#callout {
    width: 30%;
    float: left;
    position: fixed;
    bottom: 10%;
    left: 30%;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	border: 4px solid white;
}

#callout p {
    font-family: 'myriad_pro_lightbold';
    font-size: 32px;
    color: #cc0033;
    text-transform: uppercase;
}

/*#callout a {*/
    /*font-family: 'myriad_pro_lightbold';*/
    /*font-size: 32px;*/
    /*color: #5800A1;*/
    /*text-transform: uppercase;*/
/*}*/

/*#callout .groot-rood {*/
    /*font-family: 'myriad_pro_lightbold';*/
    /*font-size: 40px;*/
    /*display: block;*/
    /*color: #cc0033;*/
    /*text-transform: uppercase;*/
/*}*/

.crowd-button {
    background-color: #cc0033;
    padding: 20px;
    border: 2px solid white;
    color: white;
    display: block;
    float: right;
    font-family: 'myriad_pro_lightbold';
    text-transform: uppercase;
    text-decoration: none;
}

.crowd-button:hover{
    background-color: #b00021;
}

.crowd-button .groot-wit {
    color: white;
    font-size: 24px;
}

.logo {
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}

.button {
	background-color: #cc0033;
	padding: 20px;
	border: 2px solid white;
	color: white !important;
	font-family: 'myriad_pro_lightbold';
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 18px;
}

.button:hover{
	background-color: #b00021;
}

/* RUBRIEKEN */
#hoofdrubrieken {
	width: 630px;
	float: right;
	margin-right: 40px;
}

#hoofdrubrieken_links {
	float: left;
}

#hoofdrubrieken_rechts {
	float: right;
}

.rubriek_wrapper {
	width: 300px;
}

#hoofdrubrieken_links h2 {
	width: 150px;
	display: inline-block;
	float: left;
	text-align: right;
	margin-right: 20px;
	margin-top: 50px;
}

#hoofdrubrieken_rechts h2 {
	width: 150px;
	display: inline-block;
	float: right;
	margin-top: 50px;
}

#hoofdrubrieken ul {
	list-style: none;
	display: inline-block;
	box-sizing: border-box;
}

.rubriek_img {
	border: 3px solid white;
}

/* CONTENT */
#content {
	padding: 10px 10px 10px 10px;
	width: 500px;
	float: right;
	margin-right: 40px;
	background: url('../images/content_bg_spacer.png');
	height: 75%;
}

#rubriek_index {
	max-width: 652px;
	margin-right: 40px;
	float: right;
}

#rubriek_content {
	padding-left: 27px;
	margin-bottom: 10px;
}

#gallery {
	float: right;
}


#rubriek_nav {
	float: right;
}

#rubriek_nav p {
	font-size: x-large;
	text-transform: uppercase;
	font-family: 'myriad_pro_lightregular'; 
}

#rubriek_nav a {
	text-decoration: none;
}


.thumb_index {
	width: 130px;
	height: 130px;

	float: left;
	margin-left: 27px;
	margin-bottom: 27px;
}

.webshop-wrapper {
    width: 100%;
}

.webshop-content {
    margin-right: 20px;
}

.webshop-menu {
    margin-right: 20px;
}

/* OVERIG */
#onlinq {
	display: block;
	position:absolute;
    bottom:0;
    right:40px;
}

.clear {
	clear: both;
}

.copyright {
	text-align: right;
	font-size: small;
	color: white;
}

.copyright a {
	text-decoration: none;
}

/* .watermerk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(/site/images/watermerk.png) center center no-repeat;
    z-index: 1100;
}

.watermerk2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(/site/images/watermerk2.png) repeat;
    z-index: 1100;
}
 */


a.fotoklant_link {
	text-decoration: none;
	}

a.fotoklant_link:hover { 
	color:#FFF; 
	text-decoration: underline;
}

.social {
    fill: #FFFFFF;
    color: #FFFFFF;
    height: 40px;
    width: 40px;
}
#callout-mob {
	display: none;
	float: left;
	width: 100%;
	text-align: center;
}

#callout-mob a {
	margin-left: 5px;
	width: 250px;
	border: 3px solid white;
}


@media (min-width: 1280px) and (max-width: 1650px) {
    #callout {
        left: 20%;
    }
}

@media (max-width: 1280px) {
    #callout {
        display: none;
    }

	#callout-mob {
		display: block;
	}
}