/**
* Cranberry Responsive Theme door Wicked Fruit www.wickedfruit.com
 groen #97d700
 bruin #7A5B11
 grijs #EEEDE3
*/

/** reset css **/
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  background: white;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}

table, th, td {
  vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
}

:focus {
  outline: 0;
}
/** Background image **/

img.bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 100px;
  left: 0;
}


/** font **/
@font-face {
    font-family: 'Museo300Regular';
    src: url('/sites/all/themes/elzenkamp/font/Museo300-Regular-webfont.eot');
    src: url('/sites/all/themes/elzenkamp/font/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/all/themes/elzenkamp/font/Museo300-Regular-webfont.woff') format('woff'),
         url('/sites/all/themes/elzenkamp/font/Museo300-Regular-webfont.ttf') format('truetype'),
         url('/sites/all/themes/elzenkamp/font/Museo300-Regular-webfont.svg#Museo300Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arac';
    src: url('/sites/all/themes/elzenkamp/font/aracne-condensed_regular-webfont.eot');
    src: url('/sites/all/themes/elzenkamp/font/aracne-condensed_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/all/themes/elzenkamp/font/aracne-condensed_regular-webfont.woff') format('woff'),
         url('/sites/all/themes/elzenkamp/font/aracne-condensed_regular-webfont.ttf') format('truetype'),
         url('/sites/all/themes/elzenkamp/font/aracne-condensed_regular-webfont.svg#aracne_condensed_regularCnRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/** body & page **/

body {
  background: #fcfff4 url('/sites/all/themes/elzenkamp/images/noisy.png') repeat left top;
  color: #867F71;
  font-family: 'Museo300Regular', Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
#page {
  position: relative;
}
#page-inner {
  margin: 0px auto;
  width: 100%;
}

/* html-elements */
p, li {
  font-size: 12px;
  line-height: 160%;
}
a {
  color: #648500;
}
h1 {
  color: #97d700;
  font-family: 'lato', Arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 0.3em;
}

h2 {
  color: #424242;
  font-family: 'lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.3em;
}
h3 {
  color: #25AFAA;
  font-family: arac, Tahoma, Verdana, Arial, sans-serif;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
h4, h5, h6 {
  }
.region-sidebar-second .content ul,
#content .content ul,
#content .content ol {
  padding-left: 20px;
}
.spacer {
  clear: both;
}
/** positionering **/
.rechts {
  float: right;
  margin-left: 20px;
}
.links {
  float: left;
  margin-right: 20px;
}
/** header **/
#header {
  background-color: #EEEDE3;
  border-top: 40px solid #fff;
  width: 100%;
}
#header-inner {
  margin-top: -40px;
  padding-bottom: 0px;
}
.payoff {
  color: #fff;
  display: block;
  font-family: arac;
  font-size: 50px;
  margin: 20px;
  text-align: center;
  text-shadow: 2px 2px 4px #000;
}
.green {
  color: #97d700;
}
#block-block-8 {
  right: 20px;
  top: 10px;
}
#block-block-8 .content {
  float: right;
}
#block-block-8 .content a {
  padding: 0 0 0 10px;
}
#block-block-8 .content a.last {
  padding-right: 10px;
}
#block-block-8 .content a img {
  vertical-align: middle;
}
#block-block-6 {
  margin: 0 auto;
  width: 300px;
}
#block-block-6 img {
  border-radius: 20px;
}
#block-system-main-menu {
  display: none;
  margin-top: 10px;
}
#block-system-main-menu .content ul li {
  border-bottom: 1px solid #867F71;
  margin-left: 20px;
  padding: 30px 0;
  list-style: none;
}
#block-system-main-menu .content ul li a {
  color: #867F71;
  font-family: 'lato';
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
#block-system-main-menu .content ul li a.active{
  color: #97d700;
}
#block-system-main-menu .content ul li a:hover {
  color: #EB6851;
}
#block-block-7 {
  background-color: #867F71;
  cursor: pointer;
  height: 25px;
  margin-top: 10px;
}
#block-block-7 .menuicon {
  background:url('/sites/all/themes/elzenkamp/images/menu.png') no-repeat left bottom;
  display: block;
  height: 25px;
  margin-left: 10px;
  width: 34px;
}
#block-block-7:hover .menuicon {
  background-position: left top;
}
/** content **/
#content-container {
  background:url('/sites/all/themes/elzenkamp/images/grey90.png') repeat left top;
  border: 1px solid #ccc;
}
#content-container-inner {
  background: url('/sites/all/themes/elzenkamp/images/plant_outline_rgb.png') no-repeat left bottom;
}
#content {
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */
  width: 100%;
  border-radius: 2px 2px 0 0;
}
#content-inner {
  padding: 20px;
}
.not-front #content-inner {
  background-color: #fff;
  margin: 20px;
  padding: 20px;
}
#content-area .region-content {
  position: relative;
}
#content .block-views,
#content .block-block,
.region-sidebar-second .block-views,
.region-sidebar-second .block-block {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 12px;
}
#content #block-block-1 {
  padding: 0;
}
#block-block-1 img{
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
#block-block-1 .divpad {
  padding: 30px;
}
/** speurtocht **/
.speur {
  height: auto;
  width: 100%;
}

/** home **/
.front h1.title {
  display: none;
}
#content #block-views-deze-week-in-de-tas-block,
#block-views-deze-week-in-de-tas-block-1 {
  background: url('/sites/all/themes/elzenkamp/images/tastop.png') no-repeat left top;
  background-size: 100%;
  margin-top: 10px;
  padding-top: 100px;
}
#content #block-views-deze-week-in-de-tas-block,
#block-views-deze-week-in-de-tas-block-1,
#content #block-views-deze-week-in-de-tas-block-2,
#block-views-deze-week-in-de-tas-block-3 {
  margin-bottom: 0;
}
#block-views-deze-week-in-de-tas-block h2,
#block-views-deze-week-in-de-tas-block-1 h2,
#block-views-deze-week-in-de-tas-block-2 h2,
#block-views-deze-week-in-de-tas-block-3 h2 {
  border-bottom: 2px dashed #25AFAA;
  color: #25AFAA;
  font-family: arac, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: normal;
}
.view-id-deze_week_in_de_tas .views-field .views-label,
.view-id-deze_week_in_de_tas .views-field .field-content {
  display: inline;
}
.view-id-deze_week_in_de_tas .views-field {
  margin-bottom: 1em;
}
.view-id-deze_week_in_de_tas .views-field .views-label {
  font-weight: bold;
}
/** sidebar **/
.region-sidebar-second {
  margin: 20px;
}
#block-block-5 {
  position: relative;
}
.c2acontainer {
  margin: 0 0 30px 0;
  padding: 8px 19px 8px 0;
  position: relative;
  width: 100%;
}
.region-sidebar-second .c2acontainer {
  padding-right: 17px;
}
.c2acontainer.werken {
  margin-left: -20px;
  padding-right: 39px;
  border-radius: 10px 0 0 10px;
}
.region-sidebar-second .c2acontainer.werken {
  padding-right: 37px;
}
.c2acontainer img {
  left: -25px;
  position: absolute;
  top: -4px;
}
.c2acontainer.werken img.shad,
.c2acontainer img.shad {
  right: 0;
  bottom: -10px;
  left: auto;
  top: auto;
}
.c2acontainer.werken img{
  left: 6px;
  top: 2px;
}
a.c2a {
  color: #fff;
  display: block;
  font-family: 'lato', sans-serif;
  margin-left: 50px;
  min-height: 36px;
  text-decoration: none;
  text-transform: uppercase;
}
.region-sidebar-second a.c2a {
  width: 110px;
}
.werken a.c2a {
  margin-left: 70px;
}
.fruitabonnement a.c2a  {
  color: #867F71;
}
.groenteabonnement {
  background-color: #8CD100;
}
.fruitabonnement  {
  background-color: #FCC115;
}
.werken {
  background-color: #5F4112;
}
/** footer **/
#footer {
  clear: both;
}
.region-footer {
  padding: 20px;
}
/** visual stream en recepten **/
.view-taxonomy-term .view-content .views-row.recept,
.view-visualstream .view-content .views-row {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 5px #ccc;
  margin: 0 1% 20px 1%;
  padding: 1%;
}
.view-taxonomy-term .view-header {
  margin-bottom: 50px;
}
.view-visualstream .view-content .views-row,
.view-taxonomy-term .view-content .views-row.recept {
  width: 46%;
}
.view-taxonomy-term .views-field-field-soort,
.view-visualstream .views-field-field-soort {
  position: absolute;
  z-index: 9;
  padding: 0 6px 0 0;
  background-color: #fff;
  border-radius: 0 0 5px 0;
}
.view-taxonomy-term .view-content .views-row .views-field-field-afbeelding img,
.view-visualstream .view-content .views-row .views-field-field-afbeelding img {
  height: auto;
  width: 100%;
}
.view-taxonomy-term .view-content .views-row .views-field-title a,
.view-visualstream .view-content .views-row .views-field-title a {
  color: #25AFAA;
}
.view-taxonomy-term .view-content .views-row .views-field-term-node-tid,
.view-visualstream .view-content .views-row .views-field-term-node-tid {
  text-align: right;
  font-size: 0.7em;
}
#content #block-views-groentekiezer-block {
  padding: 0;
}
/** responsive embed movies **/
.player {
    position: relative;
    padding-bottom: 45%; /* 16/9 ratio was 56.25% */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.player iframe,
.player object,
.player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/** CT visualstream **/
.node-type-visual-stream .field-name-field-afbeelding,
.node-type-visual-stream .field-name-field-afbeelding img {
  width: 100%;
  height: auto;
}
/** CT recept **/
.node-type-recept .field-name-field-afbeelding,
.node-type-recept .field-name-field-afbeelding img {
  width: 100%;
  height: auto;
}
.node-type-recept .field .field-label {
  color: #25AFAA;
}
.node-type-recept .field-name-field-ingredi-nten,
.node-type-recept .field-name-body {
  margin: 1em 0;
}
/** CT groente **/
.taxonomy-term.vocabulary-groenten .field .field-label,
.node-type-groente .field .field-label {
  color: #25AFAA;
  font-size: 1.2em;
  margin: 1em 0 0 0;
}
.field-name-field-plaatje img {
  height: auto;
  margin: 1em 0 0 0;
  width: 100%;
}
.taxonomy-term.vocabulary-groenten .field-name-field-koken .field-label,
.node-type-groente.field-name-field-koken .field-label,
.taxonomy-term.vocabulary-groenten .field-name-field-smoren .field-label,
.node-type-groente.field-name-field-smoren .field-label {
  color: #fff;
  background: #25AFAA url('/sites/all/themes/elzenkamp/images/koken.png') no-repeat right center;
  background-size: contain;
  margin: 0;
  padding: 20px
}
.taxonomy-term.vocabulary-groenten .field-name-field-bakken .field-label,
.node-type-groente .field-name-field-bakken .field-label {
  color: #fff;
  background: #25AFAA url('/sites/all/themes/elzenkamp/images/bakken.png') no-repeat right center;
  background-size: contain;
  margin: 0;
  padding: 20px
}
.taxonomy-term.vocabulary-groenten .field-name-field-grillen .field-label,
.node-type-groente.field-name-field-grillen .field-label {
  color: #fff;
  background: #25AFAA url('/sites/all/themes/elzenkamp/images/grillen.png') no-repeat right center;
  background-size: contain;
  margin: 0;
  padding: 20px
}
.taxonomy-term.vocabulary-groenten .field-name-field-oven .field-label,
.node-type-groente .field-name-field-oven .field-label {
  color: #fff;
  background: #25AFAA url('/sites/all/themes/elzenkamp/images/oven.png') no-repeat right center;
  background-size: contain;
  margin: 0;
  padding: 20px
}
.taxonomy-term.vocabulary-groenten .field-name-field-stomen .field-label,
.node-type-groente .field-name-field-stomen .field-label {
  color: #fff;
  background: #25AFAA url('/sites/all/themes/elzenkamp/images/stomen.png') no-repeat right center;
  background-size: contain;
  margin: 0;
  padding: 20px
}
.taxonomy-term.vocabulary-groenten .field-name-field-wokken .field-label,
.node-type-groente .field-name-field-wokken .field-label {
  color: #fff;
  background: #25AFAA url('/sites/all/themes/elzenkamp/images/wokken.png') no-repeat right center;
  background-size: contain;
  margin: 0;
  padding: 20px
}
.taxonomy-term.vocabulary-groenten .field-name-field-rauw .field-label,
.node-type-groente .field-name-field-rauw .field-label {
  color: #fff;
  background: #25AFAA url('/sites/all/themes/elzenkamp/images/rauw.png') no-repeat right center;
  background-size: contain;
  margin: 0;
  padding: 20px
}
.taxonomy-term.vocabulary-groenten .field-name-field-pureren .field-label,
.node-type-groente .field-name-field-pureren .field-label {
  color: #fff;
  background: #25AFAA url('/sites/all/themes/elzenkamp/images/pureren.png') no-repeat right center;
  background-size: contain;
  margin: 0;
  padding: 20px
}
.group-bereidingen legend,
.group-gerechten legend {
  color: #25AFAA;
  font-size: 1.2em;
  font-weight: bold;
  margin: 2em 0 0 0;
}
.group-bereidingen .field {
  background-color: #fff;
  border: 1px dotted #867f71;
  border-radius: 2px;
  box-shadow: 0px 0px 5px #ccc;
  float: left;
  margin: 20px 1% 20px 1%;
  width: 90%;
}
.group-bereidingen .field .field-items {
  padding: 10%;
}
.group-gerechten {
  background-color: #fff;
  border: 1px dashed #867f71;
  border-radius: 2px;
  box-shadow: 0px 0px 5px #ccc;
  margin: 20px 1% 20px 1%;
  padding: 4%;
  width: 90%;
}
.field-name-field-naam-recept .field-item {
  font-size: 1.2em;
  font-weight: bold;
}
.field-name-field-afbeelding-gerecht img {
  float: left;
  margin: 7px 20px 0px 0px;
}
.field-name-field-tips-lekker-gerecht- {
  border-top: 1px dotted #867f71;
  margin-top: 40px;
  text-align: center;
}
/** webform **/
#content .content #redenen {
  padding: 20px 0 20px 40px;
}
#redenen li {
  list-style-image: url('/sites/all/themes/elzenkamp/images/Yes_check.png');
}
#redenen li .underline {
  text-decoration: underline;
}
.node-type-webform .field-name-body iframe {
  margin: 1em 0;
  width: 100%;
}
.webform-client-form label {
  font-weight: bold;
  display: inline-block;
  width: 150px;
}
#webform-component-groente-abonnement label[for=edit-submitted-groente-abonnement],
#webform-component-fruit-abonnement label[for=edit-submitted-fruit-abonnement] {
  font-family: lato;
}
#webform-component-groente-abonnement label,
#webform-component-fruit-abonnement label {
  width: auto;
}
input.form-text {
  font-family: 'Museo300Regular';
  font-size: 0.9em;
  width: 100%;
}
#webform-component-groente-abonnement .form-item.form-type-checkbox,
#webform-component-fruit-abonnement .form-item.form-type-checkbox {
  margin-left: 75px;
}
.webform-client-form label.option {
  font-weight: normal;
  display: inline;
}
#webform-component-afhaalpunt {
  margin: 2em 0;
}
#edit-actions {
  text-align: center;
}
#webform-client-form-17 #edit-submit {
  background-color: #FCC115;
  border: 1px solid #867f71;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: lato;
  font-size: 1.2em;
  font-weight: bold;
  padding: 8px 40px;
}
#webform-client-form-17 #edit-submit:hover {
  background-color: #FCC115;
  color: #867f71;
}
/** abonnementen pagina node-12 **/

.page-node-12 span.tab {
  background-color: #fff;
  border: 1px solid #867F71;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  color: #97d700;
  cursor: pointer;
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
.page-node-12 span.tab.deactive{
  background-color: #EEEDE3;
  border-bottom: 1px solid #867F71;
  color: #867F71;
}
.page-node-12 span.tab.deactive:hover {
  color: #EB6851;
}

}
@media only screen and (min-width: 480px){
p, li {
  font-size: 13px;
}
h1 {
  font-size: 27px;
}
h2 {
  font-size: 17px;
}
h3 {
  font-size: 24px;
}

}
@media only screen and (min-width: 600px){
p, li {
  font-size: 14px;
}
h1 {
  font-size: 29px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 24px;
}
img.bg {
  top: 0;
}
.payoff {
  margin: 20px 60px;
  text-align: right;
}
#content .block-views,
#content .block-block {
  padding: 1%;
}
.region-sidebar-second .block-views,
.region-sidebar-second .block-block {
  padding: 10px;
}
.sidebar-second #content {
  float: left;
  width: 70%;
}
.region-sidebar-second {
  float: right;
  margin: 0;
  padding: 20px 1%;
  width: 28%;
}
#header-inner {
  padding-bottom: 10px;
}
#block-block-7 {
  display: none;
}

#block-system-main-menu {
  display: block;
}
#block-system-main-menu .content ul {
  text-align: center;
}
#block-system-main-menu .content ul li {
  border-bottom: none;
  border-right: 2px solid #867F71;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0px 30px;
}
#block-system-main-menu .content ul li.last {
  border-right: none;
}
#block-block-1 {
  clear: both;
}
#block-views-deze-week-in-de-tas-block,
#block-views-deze-week-in-de-tas-block-2 {
  float: left;
  width: 56%;
}
#block-block-3 {
  float: right;
  width: 36%;
}
}
@media only screen and (min-width: 768px){
body, p {
  font-size: 15px;
}
h1 {
  font-size: 31px;
}
h2 {
  font-size: 19px;
}
h3 {
  font-size: 24px;
}
#header {
  margin-bottom: 80px;
}
#block-block-1 {
  clear: none;
  float: left;
  margin: 0 2% 0 0;
  width: 46%;
}
#block-block-1 img{
  height: auto;
  width: 100%;
  float: left;
}
#block-views-deze-week-in-de-tas-block,
#block-views-deze-week-in-de-tas-block-2 {
  clear: right;
  float: right;
  margin: 0 23% 0 0;
  width: 26%;
}
#block-block-3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18%;
}
/**visual stream **/
.view-visualstream .view-content .views-row  {
  width: 29.333333%;
}
/** CT recept **/
.node-type-recept .field-name-field-afbeelding,
.node-type-recept .field-name-field-afbeelding img {
  float: left;
  margin-right: 20px;
  width: auto;
}
input.form-text {
  width: auto;
}
a.c2a {
    font-size: 0.7em;
}
#edit-actions {
  text-align: left;
}
#webform-client-form-17 #edit-submit {
  margin-left: 176px;
}
/** CT groente **/

.group-bereidingen .field:nth-child(odd) {
  clear: left;
  margin: 20px 2% 20px 0;
  width: 47%;
}
.group-bereidingen .field:nth-child(even) {
  margin: 20px 0 20px 2%;
  width: 47%;
}
}
@media only screen and (min-width: 992px){
body, p, li {
  font-size: 16px;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 26px;
}

}
@media only screen and (min-width: 1100px){
body, p, li {
  font-size: 17px;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 28px;
}
.payoff {
  font-size: 55px;
  margin: 20px auto;
  padding-right: 20px;
  width: 1080px;
}
#block-block-8 {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

#content-container {
  margin: 0 auto;
  width: 1100px;
}
}
