/*  
 * Danoontje.nl
 * 
 * Ontwerp en technische implementatie:
 * Evident | http://www.evident.nl
 * 
 */
@import url(../font/font.css);

/* GLOBAL */

body {
  font: 90% "Arial";
  color: #4d4d4d;
  background: url("../images/backgrounds/bg-repetitive.jpg") repeat-y top center
    #ffffff;
}

body.home,
body.ijs {
  background: #ffffff;
}

body.ijs h2 {
  color: #3f9fd5;
}

body.dolfinarium {
  background: #000;
}

body.dolfinarium h2,
body.dolfinarium h3,
body.dolfinarium p a {
  color: #277540;
}

body.dolfinarium h3 {
  font-size: 15px;
  font-weight: bold;
}

a {
  color: #0f5da5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font: 200% "Frankie";
  color: #4d4d4d;
}

h2 {
  font: 150% "Frankie";
  color: #277540;
  text-decoration: none;
}

h2 a {
  color: #277540;
}

h2 span {
  color: #4d4d4d;
}

h3 {
  font-size: 130%;
  color: #000000;
}

hr {
  display: block;
  height: 1px;
  border: 0px;
  background: url("../images/bg-dots-horizontal.gif") repeat-x;
  margin: 10px 0 0 0;
}

p {
  margin-left: 15px;
}

ol {
  padding: 0 0 0 35px;
  font: 100% "Annie";
  color: #858585;
}

ol span {
  font: 100% "Arial";
  color: #4d4d4d;
}

/* GENERIC */

.form span.extra {
  font: 100% "Annie";
  background: none;
}

.small {
  font-size: 80%;
}

.narrow {
  width: 165px;
}

.dolfinarium .narrow {
  width: 104px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.align-right {
  text-align: right;
}

.col {
  width: 410px;
}

.confirm .col.float-left {
  width: 590px;
}

.confirm .col.float-right {
  width: 230px;
}

.col-split {
  width: 185px;
}

.dolfinarium .col-split {
  width: 123px;
  margin-left: 20px;
}

.dolfinarium .col-split:first-child {
  margin-left: 0;
}

.wrap-left {
  width: 550px;
}

.col-padding-right {
  padding-right: 20px;
}

.col-padding-left {
  padding-left: 20px;
}

.info,
.intro {
  color: #858585;
}

.dolfinarium .info,
.dolfinarium .intro {
  color: #4d4d4d;
}

.dotted-vertical {
  background: url("../images/bg-dots-vertical.gif") repeat-y;
}

.dotted-horizontal {
  background: url("../images/bg-dots-horizontal.gif") repeat-x;
}

.subline {
  background: none;
  font: 100% "Annie";
  color: #4d4d4d;
}

.subline-large {
  background: none;
  font: 120% "Annie";
  color: #8d8d8d;
}

.clearer {
  clear: both;
  font-size: 0%;
  line-height: 0%;
}

.hidden {
  position: absolute;
  visibility: hidden;
}

/* MAIN STYLING */

body.d25 .header {
  position: relative;
  z-index: 200;
}

.outer-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url("../images/backgrounds/bg-main-content.jpg") no-repeat top
    center;
  padding-top: 25px;
  z-index: 1;
  min-height: 750px;
}

body.home .outer-wrapper {
  background: url("../images/backgrounds/bg-main-home.jpg") no-repeat top center;
  background-size: cover;
}

body.mega .outer-wrapper {
  background: url("../images/backgrounds/bg-main-mega.jpg") no-repeat top center;
}

body.d25 .outer-wrapper {
  background: url("../images/backgrounds/bg-25-jaar.jpg") no-repeat top center;
}

body.ijs .outer-wrapper {
  background: url("../images/backgrounds/bg-main-ijs.jpg") no-repeat top center;
}

body.dolfinarium .outer-wrapper {
  background: url("../images/backgrounds/bg-main-dolfinarium.jpg") no-repeat top
    center;
  min-height: 1746px;
}

.main-wrapper {
  width: 970px;
  margin: 0px auto;
}

.menu-main {
  float: right;
  width: 566px;
  padding: 0 0 0 110px;
  margin: 35px 0 0 0;
  background: url("../images/bg-menu.png") no-repeat;
}

.menu-main > li {
  position: relative;
  z-index: 400;
  float: left;
}

.menu-main > li:first-child {
  margin-left: 32px;
}

.menu-main .title-nieuw {
  position: absolute;
  top: -52px;
  left: -135px;
  display: block;
  height: auto;
  padding: 0px;
}

.menu-main > li > a {
  display: block;
  height: 70px;
  padding: 0 15px 0 12px;
}

.menu-main > li > a span {
  display: none;
}

.menu-main a.over-danoontje {
  width: 145px;
  background: url("../images/menu-item-over-danoontje.png") no-repeat;
}

.menu-main a.assortiment {
  width: 118px;
  background: url("../images/menu-item-assortiment.png") no-repeat;
}

.menu-main a.veelgestelde-vragen {
  width: 192px;
  background: url("../images/menu-item-veelgestelde-vragen.png") no-repeat;
}

.menu-main a.contact {
  width: 78px;
  background: url("../images/menu-item-contact.png") no-repeat;
}

.menu-main > li.menu-main-sub:hover > a,
.menu-main > li.active > a,
.menu-main > li > a:hover {
  background-position: 0px -54px;
}

.menu-main ul {
  display: none;
  position: absolute;
  top: 67px;
  left: -20px;
  width: 223px;
  background: url("../images/bg-menu-sub.png") no-repeat;
  padding: 3px 0 25px 0;
  z-index: 500;
}

.menu-main ul li {
  border-top: 1px solid #dacab4;
  margin: 0 30px 0 30px;
}

.menu-main ul li:first-child {
  border: none;
}

.menu-main ul a {
  display: block;
  font: 100% "Annie";
  color: #0060a9;
  padding: 3px 1px 3px 1px;
}

.menu-main ul a:hover {
  color: #003c69;
  text-decoration: none;
}

.title-payoff {
  position: relative;
  z-index: 150;
  /*margin: 10px 0 0 266px;*/
  margin: 50px 0 0 80px;
}

.content-wrapper {
  position: relative;
}

.content-wrapper a {
  text-decoration: underline;
}

.content-wrapper a.anchor {
  text-decoration: none;
}

.content-wrapper a:hover {
  text-decoration: none;
}

.juf-danielle, a.feestje {
    position: absolute;
    z-index: 100;
    width: 403px;
    height: 538px;
    top: -19px;
    top: -19px;
    right: 0;
    background: url(../images/bg-danoontje-zonder-suiker.png) no-repeat;
}

.juf-danielle:hover{
    background: url(../images/bg-danoontje-zonder-suiker_hover.png) no-repeat;
}

a.feestje {
  background: url(../images/bg-25-jaar.png) no-repeat;
  width: 421px;
  height: 440px;
  right: -80px;
  display: block;
}

.juf-danielle-content {
  position: absolute;
  top: 173px;
  left: 75px;
  width: 180px;
  font: 15px "Annie";
  color: #ffffff;
  line-height: 1.3em;
  text-align: center;
}

.juf-danielle-content div {
  display: none;
}

.title-wist-je-dat {
  margin: 0 0 2px 0px;
}

.content {
  position: relative;

  background: url("../images/bg-content.png") repeat-y #ffffff;

  margin-top: 336px;
  border: 3px solid white;

  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-box-shadow: 0 0 10px #8c8c8c;
  -moz-box-shadow: 0 0 10px #8c8c8c;
  box-shadow: 0 0 10px #8c8c8c;
}

.dolfinarium .content {
  margin-top: 338px;
  min-height: 500px;
}

.content-title {
  position: absolute;
  top: -40px;
  left: 15px;
}

.dino {
  position: absolute;
  z-index: 100;
  width: 310px;
  height: 400px;
  top: -325px;
  right: 0px;
}

body.d25 .content-title {
  z-index: 200;
}

.content-innards {
  padding: 70px 55px 30px 55px;
}

.top-content {
  width: 570px;
  margin-left: 240px;
  padding-bottom: 8px;
}

.images {
  position: relative;
}

.logo-25 {
  position: absolute;
  right: -190px;
  top: -100px;
}

.content-visual {
  margin: 5px;
}

.video {
  margin: 0 15px 10px 0;
}

.visual-top-right {
  position: absolute;
  right: -32px;
  top: -126px;
}

.visual-left {
  float: left;
  margin: 85px 20px 180px -94px;
}

.content-visual-left {
  display: block;
  position: relative;
  margin-left: -80px;
  margin-right: 10px;
}

.content-visual-right {
  display: block;
  position: relative;
  margin-right: -80px;
  margin-left: 10px;
}

.dino-balloons {
  display: block;
  position: absolute;
  top: -470px;
  left: -65px;
  z-index: 0;
}

.post-it-wrapper {
  position: absolute;
  z-index: 100;
  right: -20px;
  font: 105% "Annie";
  line-height: 1.3em;
  margin-top: 20px;
  width: 380px;
  height: 284px;
  background: url("../images/bg-post-it.png") no-repeat;
}

.post-it {
  margin: 55px 25px 0 60px;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
}

.post-it img {
  display: block;
  margin: 0px auto;
  margin-top: 10px;
}

.post-it h3 {
  color: #277540;
  font-size: 130%;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.caroussel-wrapper {
  position: relative;
}

.caroussel-nav {
  position: absolute;
  display: block;
  width: 38px;
  height: 68px;
  top: 35px;
  z-index: 500;
}

.caroussel-nav-previous {
  left: -38px;
  background: url("../images/caroussel-nav-prev.png") no-repeat 0px -78px;
}

.caroussel-nav-next {
  right: -38px;
  background: url("../images/caroussel-nav-next.png") no-repeat 0px -78px;
}

.caroussel-nav:hover {
  background-position: 0px 0px;
}

.caroussel-nav span {
  display: none;
}

.caroussel {
  overflow: hidden;
  width: 860px;
  height: 160px;
  background: url("../images/bg-dots-horizontal.gif") repeat-x 0px 150px;
}

.caroussel li {
  position: relative;
  display: block;
  float: left;
  width: 170px;
}

.caroussel li img {
  display: none;
  position: absolute;
  bottom: 0px;
  left: -10px;
  z-index: 100;
}

.caroussel li.active {
  background: url("../images/bg-assortiment-item.png") no-repeat top left;
}

.caroussel li.active img {
  display: block;
}

.caroussel a {
  display: block;
  height: 160px;
}

.caroussel a span {
  display: none;
}

.caroussel a.assortiment-danoontje-mild {
  background: url("../images/assortiment/assortiment-thumb-mild.png") no-repeat -180px
    0px;
}

.caroussel a.assortiment-danoontje-schudden-maar {
  background: url("../images/assortiment/assortiment-thumb-schudden-maar.png")
    no-repeat -180px 0px;
}

.caroussel a.assortiment-danoontje-drinkyoghurt {
  background: url("../images/assortiment/assortiment-thumb-drinkyoghurt.png")
    no-repeat -180px 0px;
}

.caroussel a.assortiment-danoontje-aardbei-abrikoos {
  background: url("../images/assortiment/assortiment-thumb-aardbei-abrikoos.png")
    no-repeat -180px 0px;
}

.caroussel a.assortiment-danoontje-danoontje {
  background: url("../images/assortiment/assortiment-thumb-danoontje.png")
    no-repeat -180px 0px;
}

.caroussel a.assortiment-danoontje-tussendoortje {
  background: url("../images/assortiment/assortiment-thumb-tussendoortje.png")
    no-repeat -180px 0px;
}

.caroussel a.assortiment-danoontje-tussendoortje-aardbei-appel {
  background: url("../images/assortiment/assortiment-thumb-tussendoortje-aardbei-appel.png")
    no-repeat -180px 0px;
}

.caroussel a.assortiment-danoontje-tussendoortje-abrikoos-appel {
  background: url("../images/assortiment/assortiment-thumb-tussendoortje-abrikoos-appel.png")
    no-repeat -180px 0px;
}

.caroussel a.assortiment-danoontje-tussendoortje-vanillesmaak {
  background: url("../images/assortiment/assortiment-thumb-tussendoortje-vanillesmaak.png")
    no-repeat -180px 0px;
}

.caroussel a.assortiment-danoontje-bosvruchten-appel {
  background: url("../images/assortiment/assortiment-thumb-bosvruchten-appel.png")
    no-repeat -180px 0px;
}

.caroussel a.assortiment-danoontje-mega-banaan {
  background: url("../images/assortiment/assortiment-thumb-mega-banaan.png")
    no-repeat -180px 0px;
}

.caroussel .active a,
.caroussel a:hover {
  background-position: top left;
}

.assortiment-content {
  position: relative;
}

.assortiment-content-visual {
  position: relative;
  height: 360px;
  left: -100px;
}

.btn-deksel-bullet {
  position: absolute;
  top: 200px;
  left: 240px;
  z-index: 100;
}

.table-wrapper {
  background: url("../images/bg-table.png") no-repeat top left;
  padding: 2px 0 0 10px;
  margin-left: -15px;
}

.table-wrapper table {
  position: relative;
}

.nutrition-wrapper {
  background: url("../images/bg-nutrition.png") no-repeat 0px -5px;
  padding: 0 0 0 5px;
}

.nutrition-wrapper2 {
  background: url("../images/bg-nutrition2.png") no-repeat 0px -5px;
  padding: 0 0 0 5px;
}

.nutrition th,
.nutrition td,
.vitamine-d th,
.vitamine-d td {
  padding: 8px 8px 8px 8px;
  font-weight: bold;
  font-size: 100%;
  color: #004080;
  line-height: 1em;
}

.nutrition th,
.vitamine-d th,
.vitamine-d td {
  text-align: center;
  color: #4d4d4d;
}

.vitamine-d td {
  font-weight: normal;
}

.vitamine-d td.left,
.vitamine-d th.left {
  text-align: left;
}

.nutrition th span {
  color: #dc0000;
}

.nutrition td.small {
  padding: 9px;
}

.nutrition-byline {
  font: 80% "Annie";
  color: #8d8d8d;
  padding: 5px 5px 0 10px;
}

ul.folded {
  border: 2px solid #e5e6e6;
}

ul.folded li {
  border-bottom: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  background: url("../images/bg-folded.gif") repeat-x #ececec top left;
}

ul.folded li h3 a {
  display: block;
  color: #797979;
  font-weight: bold;
  padding: 12px 10px 10px 10px;
  text-decoration: none;
  background: url("../images/icon-folded-plus.png") no-repeat top right;
  border-bottom: 3px solid #d7d7d7;
}

ul.folded li h3 a:hover {
  color: #277540;
}

ul.folded li.active {
  background: url("../images/bg-folded-active.gif") repeat-x #1c552e top left;
}

ul.folded li.active h3 a {
  color: #ffffff;
  background: url("../images/icon-folded-minus.png") no-repeat top right;
  border-bottom: 3px solid #397650;
}

ul.folded li.active h3 a:hover {
  color: #bdd1c3;
}

ul.folded h3 {
  font-size: 100%;
}

ul.folded li > div {
  display: none;
  border-bottom: 3px solid #cdcdcd;
  background: #ffffff;
  padding: 20px 30px 15px 50px;
}

ul.folded li:first-child {
  border-top: 1px solid #b4b4b4;
}

.nutrition-wrapper__per-flesje {
  width: 70px;
}

.disclaimer {
  color: #4d4d4d;
  font: 90% "Annie";
  padding: 15px 15px 5px 15px;
  background: url("../images/bg-dots-horizontal.gif") repeat-x;
}

.form {
  background: url("../images/bg-dots-horizontal.gif") repeat-x;
}

.bottom-wrapper {
  background: url("../images/bg-footer.png") no-repeat bottom center;
}

body.ijs .bottom-wrapper {
  background: url("../images/bg-footer-ijs.gif") no-repeat bottom center;
}

body.home .bottom-wrapper {
  position: absolute;
  z-index: 10;
  top: 530px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: none;
}

body.home .bottom-wrapper .bottom-innards {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("../images/bg-footer.png") no-repeat bottom center;
  z-index: 20;
  background-size: 100vw;

}

.ankeilers {
  width: 970px;
  margin: 0px auto;
}

.ankeilers a {
  float: left;
  display: block;
  width: 285px;
  background: url("../images/bg-ankeiler.png") no-repeat bottom center;
  margin: 0 0 0 30px;
}

.home .ankeilers a {
  margin: 0 0 0 60px;
}

.home .ankeilers a.first {
  margin: 0 0 0 30px;
}

.ankeilers a.big {
  width: 345px;
  background: url("../images/bg-ankeiler-big.png") no-repeat bottom center;
}

.ankeilers a.big img {
  position: relative;
  top: 8px;
}

.ankeiler25jaar {
  position: relative;
  top: 2px;
}

.ankeiler25jaar img {
  position: relative;
  top: 5px;
  left: -23px;
}

.ankeilers img {
  display: block;
}

.footer-wrapper {
  padding: 8px 0 8px 0;
  margin-top: 50px;
}

.footer {
  width: 970px;
  margin: 0px auto;
  font-size: 90%;
  color: #a7a7a7;
  vertical-align: middle;
}

.footer-left {
  float: left;
  width: 400px;
}

.footer-right {
  float: right;
  text-align: right;
  width: 500px;
  padding-top: 15px;
}

.footer a {
  color: #a7a7a7;
}

.footer span {
  display: block;
  margin-top: 15px;
}

/* FORM ELEMENTS */

body.d25 form {
  padding-bottom: 14px;
}

body.d25 form,
.opmerkingen,
.bedankt {
  margin-top: 20px;
}

.opmerkingen h2 {
  margin-top: -8px;
}

body.d25 form > .clearfix:first-child > .col.float-left {
  margin-bottom: 22px;
}

body.d25 form .col.float-right .clearfix {
  margin-bottom: 28px;
}

.confirm {
  padding-top: 20px;
}

.confirm h3 {
  font: 100% Arial;
  color: #277540;
  font-weight: bold;
  margin-bottom: -10px;
}

.confirm p {
  margin-left: 0;
}

p.annie {
  margin: 0 0 12px;
  font: 110% "Annie";
}

form span {
  background: #e2e3de;
  display: inline-block;
}

form label span {
  background: none;
  color: #277540;
  font-weight: bold;
}

form em {
  margin: 0 0 2px 0;
  display: block;
  font-size: 75%;
  color: #277540;
}

form > .clearfix {
  width: 100%;
  overflow: hidden;
}

label {
  display: block;
  color: #585858;
  font-weight: bold;
  font: 120% "Frankie";
}

input,
select,
textarea {
  font: 90% "Arial";
  border: 1px solid #b4b4b4;
  margin: 3px;
  padding: 4px;
  width: 390px;
}

select {
  height: 25px;
}

.checkboxlist li {
  margin-top: 8px;
  clear: both;
}

.checkboxlist input {
  width: auto;
  float: left;
  margin: 3px 12px 0 0;
  padding: 0;
  border: 0;
}

.checkboxlist label {
  font: 105% "Arial";
}

textarea.error,
select.error,
input.error {
  border: 1px solid #ee8b8b;
}

label.error {
  color: #dc0000;
}

textarea {
  width: 840px;
  margin-bottom: 0px;
}

body.d25 textarea {
  width: 390px;
  height: 187px;
  resize: none;
}

.form-element-reset {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: auto;
}

.temp-bottom {
  margin: 0px auto;
  width: 660px;
}

.temp-bottom-sub {
  margin-left: 157px;
  overflow: hidden;
  float: left;
}

.form-error.help-block {
  display: none;
}

.juf-danielle.contact {
  top: -20px;
}

.content.contact {
  margin-top: 120px;
}

.content-wrapper.contact {
  margin-top: 336px;
  position: relative;
}

.col.col-padding-right.contact {
  margin-top: 70px;
  margin-bottom: 20px;
}
.button {
  background: linear-gradient(to top, #1d5630, #297641);
  color: white;
  font: bold 18px Arial, sans-serif;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  border: 2px solid #297641;
  padding: 6px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
