/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
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;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
/*::-moz-selection { background: @green; color: #fff; text-shadow: none; }
::selection { background: @green; color: #fff; text-shadow: none; }*/
a {
  color: #242424;
  text-decoration: none;
}
a:visited {
  color: #242424;
}
a:hover {
  color: #7baf2c;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
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"] {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  *overflow: visible;
}
input[type="text"],
input[type="email"] {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  *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;
}
input,
textarea,
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
}
/* Farben */
/* URL Variablen */
/* Font Stacks */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM4.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobdNc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
/* Font sizes */
/*--- Metrics ---*/
/* Less Funktionen
--------------------------------

Eckenrundung
Verlaeufe
Boxschatten
Textschatten Fallback IE7-9
Sichtbarkeit
Halbtransparenter Hintergrund IE7/8
Transitions
Boxmodell Fix
Clearfix

-------------------------------- */
/* Eckenrundung */
/* Verlaeufe (ie9 Fallback fehlt) */
/* Gradient Funktion Hex zu RGBA Transparenzen und IE 8 Stellen Hex Umrechnung */
/* Boxschatten */
/* Textschatten */
/* Textschatten Fallback IE7-9 */
/* Sichtbarkeit */
/* Halbtransparenter Hintergrund IE7/8, Wert Berechnen: http://kilianvalkhof.com/2010/css-xhtml/how-to-use-rgba-in-ie/ */
/* Transitions (develop) */
/* Transform Rotate */
/* Boxmodell Fix (width inkl padding und border) */
.func_boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix (im Zweifel lieber die .cleafix Klasse verwenden)*/
/* Left Radius */
/* sprite */
/* --- reset --- */
.landingpage {
  background: #fff;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 650px;
}
h1 {
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-size: 32px;
  line-height: 140%;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*** General ***/
form {
  overflow: hidden;
}
input,
textarea {
  border: 1px solid #c7c7c7;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.select_shop {
  background-image: url('../img/sprite.svg');
  background-position: calc(100% + 178px) -179px;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-color: #7baf2c;
  margin-bottom: 10px;
  width: 50%;
  position: relative;
}
.select_shop select {
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  padding: 5px 10px;
  width: 100%;
  cursor: pointer;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select_shop select option {
  background-color: #6eb1e2;
}
.wrapper_inner {
  margin: 0 auto;
}
.fid_section {
  border-bottom: 2px solid #7baf2c;
  margin: 0 0 18px 0;
  position: relative;
}
.fid_section a:hover {
  text-decoration: none;
}
.fid_section:after {
  background: #7baf2c;
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  bottom: -7px;
  right: 0;
  content: "";
}
.fid_label {
  color: #3c3c3c;
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
/*** Bestellformular ***/
.shop_bestellformular {
  margin: 0 0 10px 0;
}
.shop_bestellformular label {
  display: block;
  font-size: 0.875em;
  position: relative;
  width: 100%;
}
.shop_bestellformular label small {
  display: block;
}
.shop_bestellformular label small a {
  text-decoration: underline;
}
.shop_bestellformular .subheadline {
  background: #fe8b39;
  border-top: 1px solid #d4d4d4;
  margin-top: 30px;
  padding: 10px 10px 10px 15px;
  font-size: 1.2em;
}
.shop_bestellformular .form_row {
  margin: 0 0 16px 0;
  width: 100%;
  position: relative;
  clear: both;
}
.shop_bestellformular .form_row.half {
  width: 50%;
}
.shop_bestellformular .form_row > label {
  display: block;
  margin: 0;
}
.shop_bestellformular .form_row input[type=password],
.shop_bestellformular .form_row input[type=email],
.shop_bestellformular .form_row input[type=text],
.shop_bestellformular .form_row input[type=number],
.shop_bestellformular .form_row select {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 7px;
  width: 100%;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.shop_bestellformular .form_row select {
  padding: 6px 7px;
}
.shop_bestellformular .form_row .first_name,
.shop_bestellformular .form_row .plz {
  width: 50%;
  margin: 0 2% 0 0;
  float: left;
}
.shop_bestellformular .form_row .last_name,
.shop_bestellformular .form_row .ort {
  width: 48%;
  float: left;
}
.shop_bestellformular .form_row .street {
  width: 74%;
  margin: 0 2% 0 0;
  float: left;
}
.shop_bestellformular .form_row .hnr {
  width: 24%;
  float: left;
}
.shop_bestellformular .form_row .select_shop {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #a6a6a6;
  margin-bottom: 0;
  width: 50%;
  position: relative;
}
.shop_bestellformular .form_row .select_shop:before {
  background-image: url('../img/sprite.svg');
  background-position: -50px -178px;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  content: "";
  width: 14px;
  height: 100%;
  position: absolute;
  right: 9px;
  top: 0;
  z-index: 1;
}
.shop_bestellformular .form_row .select_shop select {
  color: #242424;
  position: relative;
  z-index: 10;
}
.shop_bestellformular .form_row .select_shop.error {
  border-color: #d32f2f;
}
.shop_bestellformular .form_row.select_shop {
  background-image: none;
  position: relative;
}
.shop_bestellformular .form_row.select_shop select {
  position: relative;
  z-index: 10;
}
.shop_bestellformular .form_row.select_shop:before {
  background-image: url('../img/sprite.svg');
  background-position: 0 -178px;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  content: "";
  width: 14px;
  height: 100%;
  position: absolute;
  right: 9px;
  top: 0;
  z-index: 1;
}
.shop_bestellformular .green_tick_checked_outside {
  background-image: url('../img/sprite.svg');
  background-position: -180px -25px;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  display: block;
  height: 12px;
  margin: 2px 0 0 0;
  width: 15px;
  position: absolute;
  top: 50%;
  right: -25px;
}
.shop_bestellformular .row.email_2 {
  display: none !important;
}
.shop_bestellformular form span.lock {
  font-size: 0.75em;
  display: inline-block;
  margin: 10px 0 0 0;
  padding-top: 6px;
  height: 38px;
  width: 30%;
  position: relative;
}
.shop_bestellformular form span.lock span {
  display: inline-block;
  margin-left: 35px;
  color: #444444;
}
.shop_bestellformular form span.lock b {
  font-size: 1em;
  color: #444444;
}
.shop_bestellformular form span.lock:before {
  background-image: url('../img/sprite.svg');
  background-position: 0px -100px;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  display: block;
  height: 38px;
  width: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}
.shop_bestellformular .cart {
  padding: 40px 0 0 0;
}
.shop_bestellformular .cart h1 {
  color: #444;
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
}
.shop_bestellformular .cart .werbekennziffer {
  margin: 10px 0 0 0 ;
  width: auto;
  max-width: 20%;
  float: right;
  font-size: 12px;
  color: #000;
}
.shop_bestellformular .cart .print_me {
  margin: 10px 0 15px 0;
  font-size: 12px;
  display: block;
  float: none;
  clear: both;
}
.shop_bestellformular .cart .print_me a {
  text-decoration: underline;
}
.shop_bestellformular .description {
  display: inline-block;
}
.shop_bestellformular .description b {
  border-bottom: 1px solid #c7c7c7;
  display: block;
  margin: 0 0 10px 0;
  color: #444444;
}
.shop_bestellformular .description h1 {
  color: #444444;
  line-height: 1em;
  font-size: 18px;
}
.shop_bestellformular .description .price span {
  display: block;
}
.shop_bestellformular .description ul {
  margin-left: 10px;
}
.shop_bestellformular .description li {
  position: relative;
}
.shop_bestellformular .description li::before {
  content: "-";
  position: absolute;
  margin-left: -10px;
}
.shop_bestellformular .wrapper_image {
  float: left;
  width: 20.5%;
}
.shop_bestellformular .wrapper_image a {
  background: none;
  float: none;
  height: auto;
  padding: 0;
  width: auto;
}
.shop_bestellformular .wrapper_image img {
  max-width: 100%;
  height: auto;
}
.shop_bestellformular .wrapper_text {
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-size: 16px;
  width: 76%;
  float: right;
}
.shop_bestellformular .wrapper_text .headline_big,
.shop_bestellformular .wrapper_text h2 {
  color: #444;
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}
.shop_bestellformular .border {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
}
.shop_bestellformular .resize {
  font-family: 'Roboto', helvetica, arial, sans-serif;
  width: 100%;
}
.shop_bestellformular .error_summary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fadcda;
  border: 1px solid #d4231b;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  padding: 20px 1%;
  width: 75%;
  position: relative;
}
.shop_bestellformular .error_summary span:before {
  background-image: url('../img/sprite.svg');
  background-position: -170px -74px;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  border-right: 1px solid #d4231b;
  content: "";
  display: block;
  height: 27px;
  width: 45px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.shop_bestellformular .error_summary span {
  font-weight: bold;
  display: block;
  margin: 0 0 0 80px;
}
.shop_bestellformular .error_summary ul {
  margin: 0 0 0 90px;
}
.shop_bestellformular .error_summary span,
.shop_bestellformular .error_summary li {
  color: #d4231b;
}
.shop_bestellformular .error_summary li {
  position: relative;
}
.shop_bestellformular .error_summary li::before {
  content: "-";
  position: absolute;
  margin-left: -10px;
}
.shop_bestellformular label.error {
  color: red;
}
.shop_bestellformular select.error.payment {
  background-color: #ffe5e5;
}
.shop_bestellformular input.error,
.shop_bestellformular select.error {
  border: 1px solid red;
}
.shop_bestellformular .info {
  clear: both;
  padding-top: 30px;
  overflow: hidden;
}
.shop_bestellformular .info input[type="checkbox"] {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  top: 4px;
  left: 0;
  outline: none;
  border: none;
  height: auto;
  width: auto;
}
.shop_bestellformular .info span,
.shop_bestellformular .info label {
  display: block;
  margin-left: 5%;
  overflow: hidden;
  width: 92%;
}
.shop_bestellformular .info span {
  overflow: initial;
}
.shop_bestellformular .button {
  width: 99%;
  padding: 12px 20px 10px !important;
}
.shop_bestellformular .denied {
  color: #c7c7c7;
}
.shop_bestellformular .btn {
  background: #EFCB79;
  background-image: -webkit-linear-gradient(top, #EFCB79, #F7B12A);
  background-image: -moz-linear-gradient(top, #EFCB79, #F7B12A);
  background-image: -ms-linear-gradient(top, #EFCB79, #F7B12A);
  background-image: -o-linear-gradient(top, #EFCB79, #F7B12A);
  background-image: linear-gradient(to bottom, #EFCB79, #F7B12A);
  border: none;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-decoration: none!important;
  display: block;
  margin-top: 10px;
  padding: 11px 20px;
  height: auto;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  white-space: unset;
}
.shop_bestellformular .btn.btn_blue {
  background-color: #96cf3f;
  background-image: -moz-linear-gradient(top, #96cf3f 0%, #7baf2c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96cf3f), color-stop(100%, #7baf2c));
  background-image: -webkit-linear-gradient(top, #96cf3f 0%, #7baf2c 100%);
  background-image: -o-linear-gradient(top, #96cf3f 0%, #7baf2c 100%);
  background-image: -ms-linear-gradient(top, #96cf3f 0%, #7baf2c 100%);
  background-image: linear-gradient(top, #96cf3f 0%, #7baf2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #96cf3f , EndColorStr= #7baf2c );
  zoom: 1;
}
.shop_bestellformular .btn.btn_blue:hover {
  background-color: #a1d454;
  background-image: -moz-linear-gradient(top, #a1d454 0%, #89c331 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1d454), color-stop(100%, #89c331));
  background-image: -webkit-linear-gradient(top, #a1d454 0%, #89c331 100%);
  background-image: -o-linear-gradient(top, #a1d454 0%, #89c331 100%);
  background-image: -ms-linear-gradient(top, #a1d454 0%, #89c331 100%);
  background-image: linear-gradient(top, #a1d454 0%, #89c331 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #a1d454 , EndColorStr= #89c331 );
  zoom: 1;
}
.shop_bestellformular .btn.btn_disabled {
  background-color: #aaaaaa;
  background-image: -moz-linear-gradient(top, #aaaaaa 0%, #909090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaaaaa), color-stop(100%, #909090));
  background-image: -webkit-linear-gradient(top, #aaaaaa 0%, #909090 100%);
  background-image: -o-linear-gradient(top, #aaaaaa 0%, #909090 100%);
  background-image: -ms-linear-gradient(top, #aaaaaa 0%, #909090 100%);
  background-image: linear-gradient(top, #aaaaaa 0%, #909090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #aaaaaa , EndColorStr= #909090 );
  zoom: 1;
}
.shop_bestellformular .btn.btn_disabled[value] {
  color: rgba(255, 255, 255, 0.5) !important;
}
.shop_bestellformular .info_box {
  border: 1px solid #d32f2f;
  background: rgba(211, 47, 47, 0.15);
  padding: 15px;
}
.shop_bestellformular .info_box p {
  font-family: 'Roboto', helvetica, arial, sans-serif;
  margin: 0;
}
.shop_bestellformular .info_box p strong {
  display: block;
}
.shop_bestellformular .info_box-black {
  border-color: #c7c7c7;
  background: #ffffff;
}
.form_btn.btn_half {
  margin: 0 20px 0 0;
  display: inline-block !important;
}
.form_btn .btn.btn_blue {
  margin: 0;
}
.btn_wrapper {
  margin: 20px 0;
  width: 100%;
}
.btn {
  background: #7baf2c;
  color: #ffffff !important;
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 20px 0;
  height: 27px;
  position: relative;
  cursor: pointer;
}
.btn:hover {
  background: #5e8622;
  text-decoration: none;
}
.btn.btn_highlight {
  background: #e95209;
}
.btn.btn_highlight:hover {
  background: #b84107;
}
.btn[class^="icon_"],
.btn[class*=" icon_"] {
  padding: 10px 35px 0 12px;
  position: relative;
}
.btn[class^="icon_"]:after,
.btn[class*=" icon_"]:after {
  background-image: url('../img/sprite.svg');
  background-position: -100px -37px;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  height: 100%;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
/*** Overlay **/
.overlay_outer {
  background: rgba(36, 36, 36, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.overlay_outer .overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 10px;
  margin: -325px 0 0 -350px;
  background: #ffffff;
  width: 700px;
  height: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.overlay_outer .overlay .close_btn {
  background: url('https://www.gesundheitswissen-shop.de/out/gesundheitswissen/img/close_black.png') center center no-repeat;
  background-size: 15px auto;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
.overlay_outer .overlay .overlay_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  height: 590px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/*** Exit Overlay ***/
.overlay_outer .overlay.overlay_exit {
  margin-top: -280px;
  height: 560px;
  text-align: center;
}
.overlay_outer .overlay.overlay_exit .overlay_content {
  overflow-x: visible;
  overflow-y: visible;
}
.overlay_outer .overlay.overlay_exit .overlay_img {
  margin: 0 auto 30px auto;
  width: 20%;
}
.overlay_outer .overlay.overlay_exit .overlay_img img {
  width: 100%;
  height: auto;
}
.overlay_outer .overlay.overlay_exit .headline_alert {
  margin: 0 0 20px 0;
  display: block;
  font-weight: bold;
  font-size: 66px;
  line-height: 1;
  color: #cc0200;
  text-transform: uppercase;
}
.overlay_outer .overlay.overlay_exit strong,
.overlay_outer .overlay.overlay_exit p {
  font-size: 16px;
  line-height: 1.4;
}
.overlay_outer .overlay.overlay_exit strong {
  display: block;
  margin: 0 0 10px 0;
}
.overlay_outer .overlay.overlay_exit p {
  margin: 0 0 40px 0;
}
.overlay_outer .overlay.overlay_exit .button_container {
  text-align: center;
}
.overlay_outer .overlay.overlay_exit .button {
  background-color: #ff0300;
  background-image: -moz-linear-gradient(top, #ff0300 0%, #cc0200 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0300), color-stop(100%, #cc0200));
  background-image: -webkit-linear-gradient(top, #ff0300 0%, #cc0200 100%);
  background-image: -o-linear-gradient(top, #ff0300 0%, #cc0200 100%);
  background-image: -ms-linear-gradient(top, #ff0300 0%, #cc0200 100%);
  background-image: linear-gradient(top, #ff0300 0%, #cc0200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #ff0300 , EndColorStr= #cc0200 );
  zoom: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #b30200;
  padding: 15px 25px 15px 45px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.overlay_outer .overlay.overlay_exit .button:before {
  margin: -10px 0 0 0;
  background: url('../../img/tick_white.svg');
  background-size: auto 100%;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
}
.overlay_outer .overlay.overlay_exit .button:hover {
  background-color: #e60200;
  background-image: -moz-linear-gradient(top, #e60200 0%, #990200 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e60200), color-stop(100%, #990200));
  background-image: -webkit-linear-gradient(top, #e60200 0%, #990200 100%);
  background-image: -o-linear-gradient(top, #e60200 0%, #990200 100%);
  background-image: -ms-linear-gradient(top, #e60200 0%, #990200 100%);
  background-image: linear-gradient(top, #e60200 0%, #990200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #e60200 , EndColorStr= #990200 );
  zoom: 1;
  text-decoration: none;
}
.overlay_outer .overlay.overlay_exit .small {
  margin: 20px 0 0 0;
  display: block;
  font-size: 14px;
  color: #c7c7c7;
}
.cookie_statement {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #acd968;
  padding: 5px 10px;
  position: absolute;
  z-index: 600;
  top: 0;
  left: 0;
}
.cookie_statement .cookie_text {
  font-size: 12px;
}
.cookie_statement .cookie_text span {
  margin: 0 0 5px 0;
}
.cookie_statement .cookie_text .button_wrapper {
  display: inline-block;
}
.cookie_statement .cookie_text .button_wrapper .link_more {
  color: #767676 !important;
  font-weight: normal;
}
.cookie_statement .cookie_text .button_wrapper .btn {
  background: #7baf2c;
  font-size: 15px;
  margin: 0 0 0 10px;
  padding: 5px;
  height: auto;
}
.cookie_statement .cookie_text .button_wrapper .btn:hover {
  background: #5e8622;
}
.cookie_statement.hide {
  display: none;
}
/* --- RESPONSIVE STYLES --- */
@media only screen and (max-width: 760px) {
  .wrapper_inner {
    width: 100%;
  }
  /*** Bestellformular ***/
  .shop_bestellformular {
    margin: 0;
    width: 100%;
  }
  .shop_bestellformular .name {
    width: 100%;
  }
  .shop_bestellformular input {
    width: 99%;
  }
  .shop_bestellformular input[type=checkbox] {
    width: auto;
  }
  .shop_bestellformular .name span,
  .shop_bestellformular select {
    float: none;
    width: 99%;
  }
  .shop_bestellformular select {
    width: 98.9%;
  }
  .shop_bestellformular .resize,
  .shop_bestellformular .resize.right {
    float: none;
    width: 100%;
  }
  .shop_bestellformular .description .wrapper_image {
    margin-bottom: 10px;
    width: 200px;
    float: none;
  }
  .shop_bestellformular .description .wrapper_text {
    width: auto;
    float: none;
  }
  .shop_bestellformular .description h1 {
    margin: 0 0 10px 0;
  }
  .shop_bestellformular .error_summary {
    padding: 1%;
    width: 97% !important;
  }
  .shop_bestellformular .error_summary span {
    margin: 0;
  }
  .shop_bestellformular .error_summary ul {
    margin: 0;
  }
  .shop_bestellformular .error_summary span {
    padding-left: 40px;
  }
  .shop_bestellformular .error_summary ul {
    margin-left: 50px;
  }
  .shop_bestellformular .error_summary span:before {
    left: 5px;
    top: 5px;
    width: 30px;
  }
  .shop_bestellformular input,
  .shop_bestellformular select {
    width: 90%;
  }
  .shop_bestellformular .additional {
    display: inline;
  }
  .shop_bestellformular .additional .gender,
  .shop_bestellformular .additional .title {
    float: none;
    width: 90%;
  }
  .shop_bestellformular .name .green_box_checked:after {
    right: 33px ;
  }
  .shop_bestellformular .name .green_tick_checked::after,
  .shop_bestellformular .shop_bestellformular .additional .green_tick_checked::after {
    right: 40px;
  }
  .shop_bestellformular .name .green_tick_checked_outside {
    left: 95%;
  }
  .shop_bestellformular .button {
    display: block;
    margin: 0 auto 30px auto;
  }
  .shop_bestellformular form a.lock {
    float: none !important;
    position: static !important;
  }
  .shop_bestellformular form a.lock span:after {
    left: -10px;
  }
  .shop_bestellformular form a.lock {
    float: none;
  }
  .shop_bestellformular form a.lock span {
    padding-left: 25px;
  }
  .shop_bestellformular .pagination {
    height: 64px;
  }
  .shop_bestellformular .pagination li a,
  .shop_bestellformular .pagination li.active a {
    height: auto;
  }
  .shop_bestellformular .info input[type="checkbox"] {
    width: 5% !important;
  }
  .shop_bestellformular .button {
    margin: 0 0 10px 0 !important;
    float: none;
    white-space: initial;
  }
  .shop_bestellformular .lock {
    float: none !important;
    width: 100% !important;
  }
  .shop_bestellformular .form_row {
    width: calc(100% - 25px);
  }
}
.formularbox .wrapper_inner {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .overlay_outer .overlay {
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .overlay_outer .overlay .overlay_content {
    height: 100%;
  }
  .overlay_outer .overlay.overlay_exit {
    width: 100%;
    height: 100% !important;
    margin: 0 !important;
    top: 0;
    left: 0;
  }
  .overlay_outer .overlay.overlay_exit .overlay_content {
    padding: 0 20px;
  }
  .overlay_outer .overlay.overlay_exit .overlay_img {
    width: 100px;
  }
  .overlay_outer .overlay.overlay_exit .headline_alert {
    font-size: 46px;
  }
}
@media screen and (max-width: 700px) {
  .overlay_outer .overlay {
    width: 100%;
    height: calc(100% - 82px);
    margin: 0;
    top: 82px;
    left: 0 ;
  }
  .overlay_outer .overlay .overlay_content {
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .shop_bestellformular input[type=submit].btn.btn_blue,
  .shop_bestellformular input[type=submit].btn.btn_orange,
  .shop_bestellformular input[type=submit].btn.btn_disabled,
  .shop_bestellformular input[type=submit].btn.btn_highlight {
    width: 100%;
    white-space: normal;
  }
  .cookie_statement {
    -moz-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.5);
    position: fixed;
  }
}
/*# sourceMappingURL=landingpage.css.map */