/* GROUNDWORK */
/* -----------------------------------------------------------------------------
   init/reset
   based on HTML5 Boilerplate (h5bp.com), thank you!
----------------------------------------------------------------------------- */
/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* images */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/* figures */
figure {
  margin: 0;
}
/* forms */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* typography */
sub,
sup {
  font-size: 0.875em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: normal;
}
/* -----------------------------------------------------------------------------
   non-semantic helper classes
   based on HTML5 Boilerplate (h5bp.com), thank you!
----------------------------------------------------------------------------- */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* clearing */
.clear {
  clear: both;
}
/* margins */
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mb3 {
  margin-bottom: 3em;
}
/* -----------------------------------------------------------------------------
   LESS: variables, mixins, functions
----------------------------------------------------------------------------- */
/* colors */
/* fonts */
/* clearfix */
/* gradients */
/* box shadow */
/* text shadow */
/* font smoothing */
/* rounded corners */
/* scaling */
/* transition */
/* rotate */
/* skip links */
/* css sprites */
/* reset list */
/* FRAMEWORK */
/* -----------------------------------------------------------------------------
   html/body
----------------------------------------------------------------------------- */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  overflow-y: scroll;
}
body {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  height: 100%;
}
/* -----------------------------------------------------------------------------
   typo
----------------------------------------------------------------------------- */
h1,
.h1 {
  font-size: 2em;
  line-height: 1;
  margin: 0 0 1em 0;
  color: #444;
}
h2,
.h2 {
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0 0 1em 0;
  color: #444;
}
h3,
.h3 {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0 0 1em 0;
  color: #444;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 1.1em;
  margin: 0 0 1em 0;
  color: #444;
}
p,
.p {
  font-size: 1em;
  line-height: 1.7;
  margin: 0 0 1em 0;
}
li,
dt,
dd {
  font-size: 1em;
  line-height: 1.4;
}
ul {
  padding-left: 1.5em;
}
/* links */
a {
  color: #bb0000;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:visited {
  color: #a20000;
}
/* LAYOUT */
/* -----------------------------------------------------------------------------
   layout
----------------------------------------------------------------------------- */
#wrp-1 {
  width: 788px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
#wrp-1:before {
  content: "";
  display: table;
}
#wrp-1:after {
  clear: both;
  content: "";
  display: table;
}
#header {
  position: relative;
  padding: 20px 0;
  *zoom: 1;
}
#header:before {
  content: "";
  display: table;
}
#header:after {
  clear: both;
  content: "";
  display: table;
}
#content {
  *zoom: 1;
}
#content:before {
  content: "";
  display: table;
}
#content:after {
  clear: both;
  content: "";
  display: table;
}
/* CONTENT */
/* -----------------------------------------------------------------------------
   header
----------------------------------------------------------------------------- */
#logo {
  display: block;
  width: 269px;
  height: 111px;
  background: url(../images/berenbrinker-logo.png) 0 0 no-repeat;
  overflow: hidden;
  margin-left: 3px;
}
#logo > h1 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#corporate-link {
  position: absolute;
  top: -1px;
  right: 0;
  display: block;
  background: url(../images/button_01.png) right bottom no-repeat;
  font-size: 0.722em;
  color: #eee;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
#corporate-link > div {
  background: url(../images/button_01.png) left bottom no-repeat;
  padding: 10px 0 10px 20px;
  margin: 0 20px 0 -20px;
}
#corporate-link:hover,
#corporate-link:focus {
  top: 0;
  color: #fff;
}
.header__links {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 0.722em;
  line-height: 1;
}
.header__links a {
  color: #bbb;
  margin-left: 20px;
}
/* -----------------------------------------------------------------------------
   blocks
----------------------------------------------------------------------------- */
/* headlines */
h2.ir {
  display: block;
  width: 360px;
  height: 40px;
  background: url(../images/headlines.png) 0 0 no-repeat;
  overflow: hidden;
}
h2.ir span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* block 1: gut zu wissen */
#block-1 {
  width: 899px;
  height: 660px;
  background: url(../images/box_01.png) 0 0 no-repeat;
  overflow: hidden;
}
#block-1 > .block-content {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#block-text {
  padding: 50px 0;
}
/* block 2: warum */
#block-2 {
  width: 465px;
  margin-top: -270px;
  padding: 0 32px 32px 32px;
  min-height: 270px;
}
#block-2 h2 {
  background-position: 0 0;
}
/* block 3: darum */
#block-3 {
  padding: 32px 32px 32px 32px;
  background: #dadada;
}
#block-3 h2 {
  background-position: 0 -80px;
}
/* block 4: daniel berenbrinker */
#block-4 {
  position: relative;
  *zoom: 1;
}
#block-4:before {
  content: "";
  display: table;
}
#block-4:after {
  clear: both;
  content: "";
  display: table;
}
#block-4 .person {
  display: block;
  margin: 20px 0 2px 20px;
}
#block-4 .postit {
  position: absolute;
  top: -35px;
  right: 40px;
  width: 443px;
  height: 444px;
  background: url(../images/postit.png) 0 0 no-repeat;
  overflow: hidden;
}
#block-4 .postit > div {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#block-4 .postit > a {
  position: absolute;
  top: 250px;
  right: 30px;
  width: 230px;
  height: 130px;
  overflow: hidden;
  cursor: pointer;
}
#block-4 .postit > a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* block 5: formular */
/*
#block-5 {
    position: relative;
    padding: 32px 32px 1px 32px;
    background: #dadada;

    .captcha {
        padding-top: 20px;
    }

    h2 {
        background-position: 0 -240px;
    }
    .question {
        width: 530px;

        p {
            font-weight: bold;

            + p {
                margin-bottom: 0;    
            }
            strong {
                color: @blue;
            }
        }
    }
    .answer {
        margin-bottom: 30px;

        label {
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
            color: @default;
        }
    }
    .info {
        padding-top: 10px;
        margin: 0;

        p {
            font-size: 0.833em;
            color: #666;
        }
    }
    input.text,
    textarea {
        width: 520px;
    }
    #captcha {
        width: 40px;
    }
    .label,
    label {
        color: #666;
    }
    .form-col-1 .label,
    .form-col-1 label {
        font-size: 0.833em;
    }
    #schleife {
        position: absolute; top: 120px; left: 480px;
    }
}
*/
/* block 5: impressum */
#block-5 {
  font-size: 1em;
  padding: 50px 20px;
  background-color: #dadada;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#fff));
  background-image: -webkit-linear-gradient(top, #dadada, #fff);
  background-image: -moz-linear-gradient(top, #dadada, #fff);
  background-image: -ms-linear-gradient(top, #dadada, #fff);
  background-image: -o-linear-gradient(top, #dadada, #fff);
  background-image: linear-gradient(to bottom, #dadada, #fff);
  margin: 0 auto 40px auto;
}
#block-5 .block-content {
  width: 530px;
  margin: 0 70px 0 auto;
}
#block-5 img {
  display: block;
  margin: 0 0 30px -29px;
}
#block-5 p {
  margin-bottom: 10px;
  line-height: 1.4;
}
#block-5 a {
  color: #444;
}
/* block 6: datenschutz */
#block-6 {
  font-size: 0.833em;
  padding: 0 32px 48px 32px;
  background: #dadada;
}
#block-6 .privacy-policy .form-col-1 {
  text-align: right;
}
#block-6 .privacy-policy .form-col-2 label {
  font-weight: bold;
  color: #444;
}
#block-6 #submit {
  padding: 20px 0;
}
#block-6 #submit input {
  font-size: 24px;
  background-color: #e30613;
  color: #fff;
  padding: 5px 20px;
  -webkit-border-radius: 10px;
  /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
  border-radius: 10px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  margin-left: -3px;
}
#block-6 #submit input:hover,
#block-6 #submit input:focus {
  background-color: #ca0511;
}
/* block: feedback */
#block-feedback {
  font-size: 0.833em;
  padding: 32px 32px 16px 32px;
  background: #dadada;
}
#block-feedback.error {
  padding: 16px 32px 8px 32px;
  background: #666;
  color: #fff;
  padding-left: 22px;
  border-left: 10px solid #e30613;
}
/* block: facts */
#block-facts {
  width: 788px;
  height: 544px;
  background: url(../images/box_02.png) 0 0 no-repeat;
  overflow: hidden;
}
#block-facts > .block-content {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* -----------------------------------------------------------------------------
   forms
----------------------------------------------------------------------------- */
.form-row {
  margin-bottom: 8px;
  *zoom: 1;
}
.form-row:before {
  content: "";
  display: table;
}
.form-row:after {
  clear: both;
  content: "";
  display: table;
}
.form-col-1 {
  width: 140px;
  float: left;
  text-align: right;
}
.form-col-2 {
  margin-left: 160px;
}
label .checkbox,
label .radio,
.label .checkbox,
.label .radio {
  margin-right: 5px;
}
dfn.mandatory {
  color: #666;
  padding: 0 7px 0 0;
  font-weight: bold;
}
.form-error .label,
.form-error label {
  color: #e30613 !important;
  font-weight: bold !important;
}
