
HTML, BODY {
	margin: 0;
	padding: 0;
}

BODY {
  background: url('../images/background-image-1.jpg') no-repeat fixed center center;
	font-family: Verdana, Arial;
	font-size: 13px;
	line-height: 18px;
	color: #222222;
}

/********************/

.page-container {
  margin: 0 auto;
  width: 960px;
}

.grid {
  display: inline;
  position: relative;
  float: left;
}

.grid-12 { width: 960px; }
.grid-11 { width: 880px; }
.grid-10 { width: 800px; }
.grid-9 { width: 720px; }
.grid-8 { width: 640px; }
.grid-7 { width: 560px; }
.grid-6 { width: 480px; }
.grid-5 { width: 400px; }
.grid-4 { width: 320px; }
.grid-3 { width: 240px; }
.grid-2 { width: 160px; }
.grid-1 { width: 80px; }

.hide-on-desktop { display: none; }
.hide-on-mobile { }

/********************/

HEADER {}

NAV {}

.nav-head,
.nav-sub {
  font-family: 'Open Sans', Verdana, sans-serif;
}

.nav-head { background: #0B1F2C url('../images/background-nav-head.jpg') repeat 0 0; }
.nav-sub { background: #123F5C url('../images/background-nav-sub.jpg') repeat 0 0; }

UL.nav-head-items,
UL.nav-sub-items {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 200px;
  padding: 0 0 15px 0;
  max-width: 695px;
}

UL.nav-headsub-items {
  display: none;
  list-style: none;
  margin: 0 0 0 150px;
  padding: 10px 0;
}
UL.nav-headsub-items.open { display: block; }

UL.nav-head-items LI,
UL.nav-sub-items LI {
  display: inline-block;
  border-right: 1px solid #006FB7;
  margin: 15px 0 0 0;
}

UL.nav-headsub-items LI {}
UL.nav-headsub-items LI.sub-item { margin-left: 20px; }

UL.nav-head-items LI:last-child,
UL.nav-sub-items LI:last-child {
  border-right: 0;
}

.nav-head-items A,
.nav-sub-items A {
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px 18px 2px 13px;
  text-transform: uppercase;
  font-size: 12px;
}

.nav-headsub-items A {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px 0px;
  text-transform: uppercase;
  font-size: 12px;
}

.nav-head-items A:hover,
.nav-head-items A:focus,
.nav-sub-items A:hover,
.nav-sub-items A:focus,
.nav-headsub-items A:hover,
.nav-headsub-items A:focus {
  text-decoration: underline;
}

.nav-head-items .selected A,
.nav-sub-items .selected A,
.nav-headsub-items .selected A {
  color: #0072BB;
}

.logo {
  background: #0072BB url('../images/background-logo.jpg') repeat 0 0;
  position: absolute;
  width: 190px;
  height: 250px;
  z-index: 999;
  text-align: center; 
}

.logo A {}
.logo A IMG { width: 100%; }
.logo A SPAN {
  display: none;
  line-height: 50px;
  font-size: 15px;
  color: #FFFFFF;
}

/********************/

NAV.menu-nl .home { }
NAV.menu-nl .overons { }
NAV.menu-nl .nieuws { }
NAV.menu-nl .ruiters { }
NAV.menu-nl .diensten { }
NAV.menu-nl .pensionstalling { }
NAV.menu-nl .africhting { }
NAV.menu-nl .instructie { }
NAV.menu-nl .fokkerij { }
NAV.menu-nl .verkoop { }
NAV.menu-nl .contact { }

NAV.menu-en .home { }
NAV.menu-en .overons { display: none; }
NAV.menu-en .nieuws { display: none; }
NAV.menu-en .ruiters { display: none; }
NAV.menu-en .diensten { display: none; }
NAV.menu-en .pensionstalling { display: none; }
NAV.menu-en .africhting { display: none; }
NAV.menu-en .instructie { display: none; }
NAV.menu-en .fokkerij { display: none; }
NAV.menu-en .verkoop { }
NAV.menu-en .contact { }

NAV.menu-de .home { }
NAV.menu-de .overons { display: none; }
NAV.menu-de .nieuws { display: none; }
NAV.menu-de .ruiters { display: none; }
NAV.menu-de .diensten { display: none; }
NAV.menu-de .pensionstalling { display: none; }
NAV.menu-de .africhting { display: none; }
NAV.menu-de .instructie { display: none; }
NAV.menu-de .fokkerij { display: none; }
NAV.menu-de .verkoop { }
NAV.menu-de .contact { }

NAV.menu-cn .home { }
NAV.menu-cn .overons { display: none; }
NAV.menu-cn .nieuws { display: none; }
NAV.menu-cn .ruiters { display: none; }
NAV.menu-cn .diensten { display: none; }
NAV.menu-cn .pensionstalling { display: none; }
NAV.menu-cn .africhting { display: none; }
NAV.menu-cn .instructie { display: none; }
NAV.menu-cn .fokkerij { display: none; }
NAV.menu-cn .verkoop { }
NAV.menu-cn .contact { }

.menu-nl-item { display: none; }
.menu-en-item { display: none; }
.menu-de-item { display: none; }
.menu-cn-item { display: none; }

NAV.menu-nl .menu-nl-item { display: inline; }
NAV.menu-en .menu-en-item { display: inline; }
NAV.menu-de .menu-de-item { display: inline; }
NAV.menu-cn .menu-cn-item { display: inline; }

/********************/

#show_menu {
  background: url(../images/menu-arrow-down.png) no-repeat right center;
  padding: 0px 20px 0px 15px;
  margin-left: 135px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 50px;
}
#show_menu:hover {
  text-decoration: underline;
}

#languages {
	display: inline-block;
	float: right;
	width: 60px;
	text-align: left;
  cursor: pointer;
}

#current_language {
  background: url(../images/menu-arrow-down.png) no-repeat 40px center;
  height: 50px;
}
#current_language:hover { background-color: #103C59; }
#languages.open #current_language { background-color: #103C59; }

#select_language {
  display: none;
  position: absolute;
  background: #0473BB;
  z-index: 990;
}
#languages.open #select_language { display: block; }

.flag { display: block; color: #FFFFFF; }
#current_language .flag { height: 49px; }
#select_language .flag { height: 30px; padding-left: 25px; line-height: 28px; padding: 0 10px 0 35px; }
#select_language .flag:hover,
#select_language .flag:focus { background-color: #103C59; }

.flag-nl { background: url(../images/nederland.gif) no-repeat 13px center; }
.flag-en { background: url(../images/engeland.gif) no-repeat 13px center; }
.flag-de { background: url(../images/duits.gif) no-repeat 13px center; }
.flag-cn { background: url(../images/chinees.gif) no-repeat 13px center; }

#select_language .flag-nl { background-position: 10px center; }
#select_language .flag-en { background-position: 10px center; }
#select_language .flag-de { background-position: 10px center; }
#select_language .flag-cn { background-position: 10px center; }

/********************/

SECTION { padding: 50px 0; }

.sides {
  position: relative;
  font-family: 'Open Sans',Verdana,sans-serif;
  line-height: 0px; /* Om de foto's aan elkaar te kunnen sluiten */
}

#left { left: -480px; }

#right {}

#left IMG,
#right IMG { width: 100%; }

.side-block {
  background-color: rgba(0,97,169,0.6);
  padding: 20px;
  line-height: 20px;
  color: #FFFFFF;
}

.side-block A { color: #FFFFFF; }

.contact-letter {
  display: inline-block;
  width: 20px;
}


.side-button {
  display: block;
  padding: 25px 20px;
  color: #ffffff;
  text-transform: uppercase;
  background-image: url(../images/side-button-image.png);
  background-position: 195px center;
  background-repeat: no-repeat;
}
.side-button:hover,
.side-button:focus {
  background-image: url(../images/side-button-image-hover.png);
}

.side-button.color-1 { background-color: rgba(0, 97, 169, 0.6); }
.side-button.color-2 { background-color: rgba(11, 31, 44, 0.6); }
.side-button.color-3 { background-color: rgba(18, 63, 92, 0.6); }






#content {
  background-color: rgba(255,255,255,0.6);
  left: 240px;
  z-index: 100;
  overflow: hidden;
}

.content-padding { padding: 30px; }

#map {
	border: 1px solid #0B5A82;
	height: 300px;
	margin: 10px 0px 0px 0px;
}


/********************/

H1 {
  margin: 0 0 20px 0;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 20px;
}

H2 {
  margin: 0 0 5px 0;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 15px;
}

A {
	outline: none;
	text-decoration: none;
	color: #0061A9;
}

A:hover,
A:focus { text-decoration: underline; }

/********************/

.iframe {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.iframe-home { height: 350px; }
.iframe-nieuws { height: 620px; }
.iframe-verkoop { height: 1150px; }
.iframe-diensten { height: 620px; }

/********************/

.socialmedia {
  display: block;
  padding: 20px;
  line-height: 20px;
}

.socialmedia A {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 32px;
  height: 32px;
  padding-left: 45px;
}
.socialmedia A:hover,
.socialmedia A:focus { text-decoration: underline; }

.socialmedia A.facebook { background-image: url(../images/icon-facebook.png); }

/********************/

.logos {
  display: block;
  padding: 20px;
  line-height: 20px;
  overflow: hidden;
}

.logos DIV {
  display: inline-block;
  width: 30%;
  float: left;
  margin-right: 4%;
}

.logos DIV IMG {
  width: 100%;
  border: 0;
}

.logos DIV.fnrs {}
.logos DIV.svp { margin-top: 4%; }
.logos DIV.aequor { margin-top: 4%; margin-right: 0; }

/********************/

.fokkerij-paarden {
  margin-top: 15px;
}

.fokkerij-paard {
  display: block;
  overflow: hidden;
}

.fokkerij-labels {
  display: inline;
  width: 150px;
  float: left;
  color: #0061A9;
  text-decoration: none;
}

.fokkerij-values {
  display: inline;
  float: left;
  color: #000000;
  text-decoration: none;
}

/********************/









.leesmeer {
	display: inline-block;
	text-decoration: none;
	margin: 8px 0px 10px 0px;
	color: #0B5A82;
}

.opdeling_ruiters {
	display: block;
	position: relative;
	width: 290px;
	float: left;
	margin: 10px 0px 0px 0px;
}

.opdeling_ruiters IMG {
  border: 1px solid #0B5A82;
  padding: 2px;
}

.opdeling_ruiters A:hover {color: #0B5A82;}


.verkoop_informatie_box {
  background: none repeat scroll 0 0 #ffffff;
  border: 3px solid #0b5a82;
  clear: both;
  float: right;
  overflow: hidden;
  padding: 29px 10px 0;
  position: relative;
  width: 170px;
  height: 0px;
  transition: height 1s ease 0s;
}
.verkoop_informatie_box:hover,
.verkoop_informatie_box:focus {
  height: 210px;
}

.verkoop_informatie {
  background: none repeat scroll 0 0 #0b5a82;
  color: #ffffff;
  display: block;
  height: 22px;
  left: 0;
  padding: 5px 15px 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.verkoop_informatie SPAN {
  background: url("../images/menu-arrow-down.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  position: absolute;
  right: 0px;
  height: 20px;
  width: 25px;
  transition: transform 1s ease 0s;
  transform: rotate(0deg);
}
.verkoop_informatie_box:hover .verkoop_informatie SPAN,
.verkoop_informatie_box:focus .verkoop_informatie SPAN {
  transform: rotate(180deg);
}

.verkoop_informatie_titel {
  color: #0b5a82;
  display: block;
  padding-top: 5px;
  text-align: right;
}

.verkoop_informatie_uitleg {
  display: block;
  text-align: right;
}





@media only screen and (min-width: 1024px) {
/* plaats hier de css code voor desktops, breedte website is minimaal 1024 pixels */
  #right { top: 0px !IMPORTANT; }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
/* plaats hier de css code voor tablets in landscape mode, breedte website is 1024 pixels */
  .page-container { width: 960px; }
  #right { top: 0px !IMPORTANT; }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
/* plaats hier de css code voor tablets in portrait mode, breedte website is 768 pixels */
  .page-container { width: 720px; }
  UL.nav-head-items,
  UL.nav-sub-items { max-width: 445px; }
  #content { left: 240px; }
  .sides { float: left; width: 240px; position: absolute; }
  #left { left: 0px; top: 0px; }
  #right { left: 0px; }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
/* plaats hier de css code voor smartphones in landscape mode, breedte website is 480px */
  BODY { background: url('../images/background-image-1-small.jpg') repeat top center; }
  SECTION { padding: 20px 0; }
  .page-container { width: 480px; }
  .logo { width: 114px; height: 50px; }
  .logo A IMG { display: none; }
  .logo A SPAN { display: inline; }
  .nav-head { height: 50px; }
  UL.nav-head-items,
  UL.nav-sub-items { margin-left: 134px; max-width: 690px; }
  #content { left: 0px; }
  .sides { width: 480px; }
  #left { left: 0px; top: 0px !IMPORTANT; }
  #right { left: 0px; top: 0px !IMPORTANT; }
  .hide-on-desktop { display: inline-block; }
  .hide-on-mobile { display: none !IMPORTANT; }
}

@media only screen and (max-width: 499px) {
/* plaats hier de css code voor smartphones in portrait mode, maximale breedte 320px */
  BODY { background: url('../images/background-image-1-small.jpg') repeat top center; }
  SECTION { padding: 1px 0px; }
  .page-container { min-width: 320px; max-width: 480px; width: auto; padding: 0px; }
  .grid { width: 100%; }
  .logo { width: 114px; height: 50px; }
  .logo A IMG { display: none; }
  .logo A SPAN { display: inline; }
  .nav-head { height: 50px; }
  UL.nav-head-items,
  UL.nav-sub-items { margin-left: 134px; }
  #content { left: 0px; }
  #left { left: 0px; top: 0px !IMPORTANT; padding-top: 1px; }
  #right { left: 0px; top: 0px !IMPORTANT; }
  .hide-on-desktop { display: inline-block; }
  .hide-on-mobile { display: none !IMPORTANT; }
  .iframe-home { height: 450px; }
  .iframe-nieuws { height: 720px; }
  .iframe-verkoop { height: 1250px; }
}