@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
/*
Theme Name: Dip Aanwender
Theme URI:
Author: Interexcel
Author URI: http://www.interexcel.co.za/
Description: Based on _s or underscores (http://underscores.me)
Version: 1
License: All rights reserved
Tags:

 This theme is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}

a img {
  border: 0;
}

/* =Global
----------------------------------------------- */
.fl {
  float: left;
}

.fr {
  float: right;
}

body,
button,
input,
select,
textarea {
  color: #303030;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #79a12e;
  font-weight: bold;
  margin-bottom: .5em;
}

h1 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
  margin-bottom: 1.2em;
}

ul, ol {
  margin: 0 0 1.2em 2em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #79a12e;
  color: #FFF;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: none;
  background: #a1cd4f;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border: none;
  background: #a1cd4f;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

/* Links */
a {
  color: #79a12e;
  text-decoration: none;
}

a:visited {
  color: #3d5217;
}

a:hover,
a:focus,
a:active {
  color: #abd263;
  text-decoration: underline;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: '';
  display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}

/* =Menu
----------------------------------------------- */
.navigation-main {
  float: right;
  width: auto;
}
.navigation-main a {
  color: #737477;
}
.navigation-main li {
  text-transform: uppercase;
}
.navigation-main ul.menu > li > a {
  padding: 80px 10px 40px;
}
.navigation-main .current_page_item,
.navigation-main li:hover {
  display: inline-block;
  background: #737477;
}
.navigation-main .current_page_item a,
.navigation-main li:hover a {
  color: #FFF;
}
.navigation-main .children {
  top: 40px;
  background: #737477;
}
.navigation-main .children li:hover {
  background: #737477;
}
.navigation-main .children li:hover a {
  color: #FFF;
}
.navigation-main .current-lang {
  display: none;
}
.navigation-main .lang-item {
  background-color: #EEEEEE;
}
.navigation-main .lang-item:hover {
  background-color: #79a12e;
}

.navigation-main {
  display: block;
}

.navigation-main ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.navigation-main li {
  float: left;
  position: relative;
}

.navigation-main a {
  display: block;
  text-decoration: none;
}

.navigation-main ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 1.5em;
  left: 0;
  z-index: 99999;
}

.navigation-main ul ul ul {
  left: 100%;
  top: 0;
}

.navigation-main ul ul a {
  width: 200px;
}

.navigation-main ul li:hover > ul {
  display: block;
}

/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-content .gallery {
  margin-bottom: 1.5em;
}

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-content .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .submit {
  display: none;
}

@media only screen and (min-width: 5px) and (max-width: 340px) {
  .navigation-main {
    float: none;
    clear: both;
  }

  body .navigation-main ul.menu {
    float: none;
  }
  body .navigation-main ul.menu li {
    float: none;
    width: 100%;
  }
  body .navigation-main ul.menu > li > a {
    padding: 5px 10px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 321px) and (max-width: 590px) {
  .navigation-main {
    float: none;
    clear: both;
  }

  body .navigation-main ul.menu {
    float: none;
  }
  body .navigation-main ul.menu > li > a {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 5px) and (max-width: 690px) {
  body #slider {
    display: none;
  }

  body .wrap {
    padding: 0 10px;
    width: 100%;
    margin: 0;
  }

  body .form-wrap input[type='text'],
  body .form-wrap input[type='password'],
  body .form-wrap input[type='email'],
  body .form-wrap input[type='submit'],
  body .form-wrap div.error,
  body .form-wrap textarea {
    width: 80%;
  }

  body .sidebar-right {
    float: none;
  }

  body.contact-us .entry-content .fr {
    float: none;
  }

  body .content-area.columns-2 {
    width: 95%;
  }

  body .site-footer .col {
    width: auto;
    float: none;
    padding: 0 20px;
  }
  body .site-footer .col.mid {
    width: auto;
    padding: 0 20px;
  }
  body .site-footer .menu {
    float: none;
  }
}
/* Smartphones (landscape) ----------- */
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap {
    width: 100%;
    margin: 0;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
body {
  font-family: Open Sans;
  font-weight: 300;
}

.wrap {
  width: auto;
  max-width: 930px;
  margin: 0 auto;
}

#page {
  position: relative;
}

.site-branding {
  float: left;
}

.site-title {
  width: 160px;
  margin: 15px 0 0;
}

#slider {
  color: #737477;
  font-size: 30px;
  position: relative;
  min-height: 485px;
  text-align: center;
  font-weight: normal;
  width: 1390px;
  margin: 0 auto;
}
#slider.products, #slider.produkte {
  background: url(images/slider/products.png) no-repeat 0 0;
}
#slider.products .text, #slider.produkte .text {
  margin-top: 140px;
}
#slider.home, #slider.tuisblad {
  background: url(images/slider/home.png) no-repeat 0 0;
  /*background: url(images/slider/oom-gielie-banner-v3-final.jpg) no-repeat 0 0;*/
}
#slider.home .text, #slider.tuisblad .text {
  margin-top: 260px;
}
#slider .text {
  position: relative;
  background: #FFF;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  width: 350px;
  line-height: 1.1;
}
#slider .text:after, #slider .text:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 9999em;
  background: rgba(255, 255, 255, 0.3);
  display: none;
}
#slider .text.left {
  float: left;
  text-align: left;
}
#slider .text.left:after {
  right: 100%;
  display: block;
}
#slider .text.right {
  float: right;
  text-align: right;
}
#slider .text.right:after {
  left: 100%;
  display: block;
}
#slider span.big {
  font-size: 38px;
}
#slider span.big-bold {
  font-size: 38px;
  font-weight: 800;
}
#slider span.green {
  color: #79a12e;
}

.content-area.columns-2 {
  width: 565px;
  float: left;
}

.sidebar {
  width: 335px;
}

.sidebar-left {
  float: left;
}

.sidebar-right {
  float: right;
  color: #79a12e;
}
.sidebar-right strong {
  color: #303030;
}
.sidebar-right img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.slogan {
  margin-top: 2em;
}

.site-footer {
  background: #212121;
  color: #FFF;
  padding: 40px 0 100px;
  font-size: 12px;
}
.site-footer .lang-item {
  display: none !important;
}
.site-footer .col {
  width: 310px;
  padding: 0;
  float: left;
}
.site-footer .col.mid {
  width: 230px;
  padding: 0 40px;
}
.site-footer .copy a {
  color: #FFF;
}
.site-footer h4 {
  text-transform: uppercase;
  color: #565656;
  font-size: 26px;
  font-weight: 700;
}
.site-footer h4.find {
  background: url(images/ico-pin.png) 0% 50% no-repeat;
  padding-left: 30px;
}
.site-footer .menu {
  list-style: none;
  margin: 0;
  float: right;
}
.site-footer .menu li {
  display: inline;
}
.site-footer .menu li:first-child a {
  border-left: none;
  padding-left: 0;
}
.site-footer .menu a {
  color: #79a12e;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  border-left: 2px solid #79a12e;
  padding: 0 6px;
}

ul.contact-details {
  margin-left: 0;
}
ul.contact-details li {
  list-style: none;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 0 15px;
  height: 25px;
  line-height: 25px;
  display: block;
  border-top: 1px solid #b2b2b2;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 10px;
}
ul.contact-details li:first-child {
  border: none;
}
ul.contact-details li.num {
  background-image: url("images/ico-chat.png");
}
ul.contact-details li.email {
  background-image: url("images/ico-mail.png");
}
ul.contact-details li.address {
  background-image: url("images/ico-pin.png");
  background-position: 5px 50%;
}

.contact-us .entry-content .fr, .kontak-ons .entry-content .fr {
  width: 335px;
}

#_a_first_last_name {
  display: none;
}

.form-wrap {
  clear: left;
  float: left;
}
.form-wrap .input-wrap {
  position: relative;
}
.form-wrap label {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transition: left 0.05s ease-out;
  -moz-transition: left 0.05s ease-out;
  -ms-transition: left 0.05s ease-out;
  -o-transition: left 0.05s ease-out;
  transition: left 0.05s ease-out;
}
.form-wrap label.focus {
  left: 380px;
  font-size: 10px;
}
.form-wrap input[type='submit'] {
  width: 430px;
  text-align: center;
  padding: 10px 0;
}
.form-wrap input[type='text'],
.form-wrap input[type='password'],
.form-wrap input[type='email'],
.form-wrap textarea {
  width: 360px;
  margin-bottom: 20px;
  background: #d9d9d9;
  padding: 10px 60px 10px 10px;
  border: none;
  color: #737477;
}
.form-wrap input[type='text'].error,
.form-wrap input[type='password'].error,
.form-wrap input[type='email'].error,
.form-wrap textarea.error {
  border: 1px solid #a12e2e;
}
.form-wrap textarea {
  height: 100px;
}
.form-wrap div.error {
  color: #a12e2e;
  width: 290px;
  padding: 5px 0 5px 10px;
  text-align: right;
  font-size: 12px;
  margin-top: -20px;
}
