@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0px; }

[class*='col-'] {
  float: left;
  padding-right: 20px;
  /* column-space */ }

.grid {
  width: 100%;
  max-width: 1230px;
  min-width: 755px;
  margin: 0 auto; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  /* grid-space to left */
  padding-right: 0px;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */ }

.push-right {
  float: right; }

/* Content Columns */
.col-1-1 {
  width: 100%; }

.col-2-3, .col-8-12 {
  width: 66.66%; }

.col-1-2, .col-6-12 {
  width: 50%; }

.col-1-3, .col-4-12 {
  width: 33.33%; }

.col-1-4, .col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6, .col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

/* Layout Columns */
.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

/* Pushing blocks */
.push-2-3, .push-8-12 {
  margin-left: 66.66%; }

.push-1-2, .push-6-12 {
  margin-left: 50%; }

.push-1-3, .push-4-12 {
  margin-left: 33.33%; }

.push-1-4, .push-3-12 {
  margin-left: 25%; }

.push-1-5 {
  margin-left: 20%; }

.push-1-6, .push-2-12 {
  margin-left: 16.667%; }

.push-1-7 {
  margin-left: 14.28%; }

.push-1-8 {
  margin-left: 12.5%; }

.push-1-9 {
  margin-left: 11.1%; }

.push-1-10 {
  margin-left: 10%; }

.push-1-11 {
  margin-left: 9.09%; }

.push-1-12 {
  margin-left: 8.33%; }

@media handheld, only screen and (max-width: 850px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 10px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */ }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */ }

  /* Mobile Layout */
  [class*='mobile-col-'] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */
    padding-bottom: 0px; }

  .mobile-col-1-1 {
    width: 100%; }

  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%; }

  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%; }

  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%; }

  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%; }

  .mobile-col-1-5 {
    width: 20%; }

  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%; }

  .mobile-col-1-7 {
    width: 14.28%; }

  .mobile-col-1-8 {
    width: 12.5%; }

  .mobile-col-1-9 {
    width: 11.1%; }

  .mobile-col-1-10 {
    width: 10%; }

  .mobile-col-1-11 {
    width: 9.09%; }

  .mobile-col-1-12 {
    width: 8.33%; }

  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%; }

  .mobile-col-10-12 {
    width: 83.333%; }

  .mobile-col-9-12 {
    width: 75%; }

  .mobile-col-5-12 {
    width: 41.66%; }

  .mobile-col-7-12 {
    width: 58.33%; }

  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0; } }
@charset "UTF-8";

*:focus {
  outline: none; }

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* Standards */
p {
  color: #655e5e;
  line-height: 180%;
  font-size: 14px;
  padding: 0 0 20px 0; }
  p a {
    color: #338e91;
    text-decoration: none; }
    p a:hover {
      color: #2e2e2e; }

ul, ol {
  line-height: 180%;
  font-size: 14px;
  padding: 0 0 20px 20px; }

ul li, ol li {
  color: #655e5e; }
  ul li a, ol li a {
    color: #338e91;
    text-decoration: none; }

ul li {
  list-style: disc; }

ol li {
  list-style: decimal; }

.heading {
  font-family: "MetaCompPro-Bold W01 Regular";
  font-size: 18px;
  color: #2e2e2e;
  line-height: 150%;
  padding: 0 0 20px 0; }

h1, h2, h3, h4 {
  font-family: "MetaCompPro-Bold W01 Regular";
  color: #2e2e2e;
  padding: 0 0 10px 0;
  line-height: 150%; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

.btn, .gform_footer .button, #gform_page_2_1 #field_2_2 #input_2_2, .gform_page_footer .button {
  font-family: "MetaCompPro-Bold W01 Regular";
  color: #fff;
  background: #ba121c;
  display: inline-block;
  padding: 20px 40px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4); }
  .btn i, .gform_footer .button i, #gform_page_2_1 #field_2_2 #input_2_2 i, .gform_page_footer .button i {
    padding: 0 0 0 20px; }
  .btn.aqua, .gform_footer .aqua.button, #gform_page_2_1 #field_2_2 .aqua#input_2_2, .gform_page_footer .aqua.button {
    background: #338e91; }
  .btn:hover, .gform_footer .button:hover, #gform_page_2_1 #field_2_2 #input_2_2:hover, .gform_page_footer .button:hover {
    background: #a1101a;
    cursor: pointer; }

.txt-link {
  font-family: "MetaCompPro-Book W01 Regular";
  color: #338e91;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase; }
  .txt-link i {
    position: relative;
    padding: 0 0 0 20px; }
  .txt-link:hover {
    color: #2e2e2e; }

.center {
  text-align: center; }

.texture {
  background: url(/wp-content/themes/fertillitatsapotheke/images/pixel-bg.png) repeat;
  width: 100%;
  height: 20px; }

body {
  background: #fff;
  /* Old browsers */
  font-family: "Roboto", sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.wrapper {
  max-width: 1920px;
  background: #fff;
  margin: 0 auto; }

.show-mobile {
  display: none; }

/* Header */
.logo-top {
  max-width: 250px; }

.header {
  position: relative;
  background-position: center center !important;
  width: 100%;
  padding-top: 40px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }
  .header .gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 500px;
    opacity: 0.6;
    z-index: 999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100;White+to+Transparent */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-8 */ }
  .header .logo {
    position: relative;
    z-index: 5001; }
  .header .header-box {
    position: relative;
    background: url(/wp-content/themes/fertillitatsapotheke/images/header-box-bg.png) top -20px center no-repeat #338e91;
    padding: 40px;
    width: 52%;
    margin: 150px auto 50px auto;
    text-align: center;
    z-index: 5001;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
    .header .header-box .heading {
      font-family: "MetaCompPro-Book W01 Regular";
      font-size: 24px;
      color: #fff;
      padding: 0 0 40px 0; }
  .header .usp {
    float: left;
    margin: 0 0 40px 0; }
    .header .usp .icon {
      float: left;
      margin-right: 20px; }
    .header .usp .tekst {
      float: left;
      width: 70%; }

.page-template-default .header, .page-template-tpl-contact .header, .error404 .header {
  background: url(/wp-content/themes/fertillitatsapotheke/images/header-bg-content.jpg) center center no-repeat; }
  .page-template-default .header .cta-header, .page-template-tpl-contact .header .cta-header, .error404 .header .cta-header {
    position: relative;
    z-index: 5001;
    float: right;
    margin: 60px 0 40px 0; }

.page-template-tpl-rezept .header {
  padding-bottom: 40px; }
  .page-template-tpl-rezept .header .cta-header {
    display: none; }

/* Navigation */
.navigation {
  position: relative;
  margin: 0 0 40px 0;
  z-index: 5001; }
  .navigation ul {
    width: 100%;
    text-align: center;
    padding: 20px 0 40px 0; }
    .navigation ul li {
      font-family: "MetaCompPro-Bold W01 Regular";
      list-style: none;
      display: inline-block;
      padding: 0 60px 0 0; }
      .navigation ul li:last-child {
        padding: 0; }
      .navigation ul li.current_page_item a {
        background: url(/wp-content/themes/fertillitatsapotheke/images/menu-bg.png) center bottom no-repeat;
        color: #ba121c;
        padding: 0 0 10px 0; }
      .navigation ul li a {
        font-size: 18px;
        color: #338e91; }
        .navigation ul li a:hover {
          color: #ba121c; }

/* Stappen */
.stappen {
  margin: 0 0 40px 0; }
  .stappen .intro .heading {
    font-family: "MetaCompPro-Book W01 Regular"; }
  .stappen .intro .texture {
    margin: 20px 0 40px 0; }
  .stappen .stap {
    width: 100%;
    text-align: center;
    width: 33%;
    float: left; }
    .stappen .stap .image {
      height: 117px;
      margin: 0 0 25px 0;
      position: relative; }
      .stappen .stap .image img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .stappen .stap .heading {
      color: #338e91;
      padding: 0 20px 12px 20px; }
    .stappen .stap p {
      padding-left: 10px;
      padding-right: 10px; }

.error404 .intro {
  padding-bottom: 40px; }

/* Content */
.page-template-default .content {
  padding: 0 0 55px 0; }
  .page-template-default .content .grid {
    max-width: 800px; }
  .page-template-default .content .content-vak {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0; }
    .page-template-default .content .content-vak:last-of-type {
      margin: 0; }
      .page-template-default .content .content-vak:last-of-type p:last-of-type {
        padding: 0; }
    .page-template-default .content .content-vak h2 {
      color: #338e91;
      font-size: 18px; }
    .page-template-default .content .content-vak h3 {
      color: #338e91;
      font-size: 18px; }
    .page-template-default .content .content-vak h4 {
      color: #338e91;
      font-size: 18px; }
    .page-template-default .content .content-vak p {
      float: left;
      width: 80%; }
    .page-template-default .content .content-vak.wide p {
      width: 100%; }
    .page-template-default .content .content-vak .image {
      float: right; }

.page-template-default .content .texture {
  margin: 20px 0 40px 0; }

.page-template-tpl-rezept .content {
  padding: 0 0 80px 0; }

.page-template-tpl-contact .content .intro {
  margin: 0 0 20px 0;
  width: 65%; }

.page-template-tpl-contact .content .texture {
  float: left;
  clear: both;
  margin: 25px 0 20px 0; }

.page-template-default .content .intro h1, .page-template-tpl-contact .content .intro h1 {
  padding: 0 0 20px 0; }

.page-template-default .content .intro p, .page-template-tpl-contact .content .intro p {
  font-family: "MetaCompPro-Book W01 Regular";
  font-size: 18px;
  color: #2e2e2e; }

.contactform {
  background: #f5f5f5;
  padding: 40px 50px 20px 50px; }

/* Blokken */
.blokken {
  margin: 0 0 40px 0; }
  .blokken .blok {
    width: 100%;
    float: left;
    clear: both;
    padding-right: 20px;
    margin: -20px 0 0 0; }
    .blokken .blok .image {
      overflow: hidden;
      height: 100%;
      width: auto;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important; }
    .blokken .blok .col-1-2 {
      padding: 0; }
    .blokken .blok .tekst {
      background: #f5f5f5;
      padding: 40px 50px 50px 50px;
      height: 100%; }
      .blokken .blok .tekst .heading {
        font-family: "MetaCompPro-Book W01 Regular"; }

.home .blokken .blok {
  margin-top: 0; }

.page-template-default .blokken {
  margin: 0 0 80px 0; }

.contactgegevens {
  float: left;
  clear: both;
  margin: 0 0 40px 0; }

.contact-blokken {
  float: left;
  width: 100%;
  margin: 10px 0 0 0; }
  .contact-blokken .col-1-3:last-of-type .contact-blok {
    margin-top: -10px; }
    .contact-blokken .col-1-3:last-of-type .contact-blok .heading {
      padding: 0 0 15px 0; }
  .contact-blokken .contact-blok .heading {
    font-family: "MetaCompPro-Book W01 Regular";
    font-size: 16px;
    padding: 0 0 30px 0;
    color: #338e91; }
    .contact-blokken .contact-blok .heading .icon {
      float: left;
      padding-bottom: 20px; }
    .contact-blokken .contact-blok .heading a {
      color: #338e91;
      text-decoration: none; }
      .contact-blokken .contact-blok .heading a:hover {
        color: #2e2e2e; }
  .contact-blokken .contact-blok i {
    font-size: 20px;
    padding: 0 10px 0 0; }

/* Forms */
.gform_body {
  margin: 20px 0 0 0; }
  .gform_body ul {
    padding: 0;
    margin: 0; }
    .gform_body ul li {
      list-style: none;
      margin: 0 0 10px 0; }
      .gform_body ul li label {
        font-family: "MetaCompPro-Book W01 Regular";
        color: #338e91;
        font-size: 16px; }
        .gform_body ul li label span {
          color: #ba121c;
          padding: 0 0 0 5px; }
      .gform_body ul li input, .gform_body ul li textarea {
        background: #fff;
        width: 100%;
        border: none;
        border-top: 1px solid #cfd3d3;
        padding: 15px;
        margin: 10px 0 0 0;
        font-size: 14px; }
      .gform_body ul li select {
        background: #fff;
        width: 100%;
        border: none;
        border-top: 1px solid #cfd3d3;
        padding: 15px;
        margin: 10px 0 0 0;
        font-size: 14px;
        border-radius: 0px;
        -webkit-appearance: none; }
      .gform_body ul li.ginput_container_date select {
        background: url(/wp-content/themes/fertillitatsapotheke/images/form-select-bg.png) top 20px right 10px #fff no-repeat;
        float: left;
        width: 146px;
        margin: 10px 10px 10px 0; }
      .gform_body ul li.ginput_container_date .gfield_date_dropdown_year select {
        margin: 10px 0 10px 0; }
      .gform_body ul li.gfield_error input, .gform_body ul li.gfield_error textarea {
        border-bottom: 1px solid #ff6c00; }
    .gform_body ul .gfield_radio, .gform_body ul .gfield_checkbox {
      margin: 10px 0 0 0; }
      .gform_body ul .gfield_radio li, .gform_body ul .gfield_checkbox li {
        width: 100%;
        display: inline-block;
        margin-right: 20px; }
        .gform_body ul .gfield_radio li input, .gform_body ul .gfield_checkbox li input {
          float: left;
          width: 20px;
          display: inline-block; }
        .gform_body ul .gfield_radio li label, .gform_body ul .gfield_checkbox li label {
          float: left;
          width: 85%;
          color: #2e2e2e;
          margin: 2px 0 0 10px; }
          .gform_body ul .gfield_radio li label span, .gform_body ul .gfield_checkbox li label span {
            display: block;
            font-size: 14px;
            color: #655e5e;
            padding: 0 0 0 0; }
    .gform_body ul .gfield {
      clear: both; }
    .gform_body ul .gfield.column {
      clear: none;
      float: left; }
      .gform_body ul .gfield.column:nth-child(3n+3) {
        float: right; }
      .gform_body ul .gfield.column.column50 {
        width: 48%; }
      .gform_body ul .gfield.column.column70 {
        width: 68%; }
      .gform_body ul .gfield.column.column30 {
        width: 28%; }
    .gform_body ul .gsection {
      border-top: 1px solid #e8e8e8; }
  .gform_body .gfield_description {
    color: #ff6c00; }
  .gform_body #gform_preview_2_2 {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 20px;
    margin-top: -20px; }

.gform_footer {
  padding: 0 0 30px 0; }
  .gform_footer .button {
    background: url(/wp-content/themes/fertillitatsapotheke/images/form-button-bg.png) top 22px right 35px no-repeat #ba121c;
    font-family: "MetaCompPro-Bold W01 Regular";
    font-size: 14px;
    border: none;
    padding: 15px 60px 15px 40px;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .gform_footer .button:hover {
      background: url(/wp-content/themes/fertillitatsapotheke/images/form-button-bg.png) top 22px right 35px no-repeat #a1101a;
      cursor: pointer; }

.validation_error, .gform_confirmation_message_1 {
  background: #ff6c00;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 150%; }

.gform_confirmation_message_1 {
  background: #338e91; }

/* Form page steps */
.gf_page_steps {
  background: #f5f5f5;
  width: 100%;
  margin: 30px 0 0 0; }
  .gf_page_steps .gf_step {
    background: url(/wp-content/themes/fertillitatsapotheke/images/step-bg.png) top right no-repeat;
    font-family: "MetaCompPro-Bold W01 Regular";
    font-size: 18px;
    display: inline-block;
    color: #acacac;
    padding: 30px;
    width: 33%;
    text-align: center; }
    .gf_page_steps .gf_step.gf_step_last {
      background: none; }
    .gf_page_steps .gf_step.gf_step_active, .gf_page_steps .gf_step.gf_step_completed {
      color: #338e91; }

/* Page 1 */
#gform_page_2_1 {
  width: 100%;
  text-align: center; }
  #gform_page_2_1 #field_2_2 {
    padding: 20px 0 0 0; }
    #gform_page_2_1 #field_2_2 label {
      display: none; }
    #gform_page_2_1 #field_2_2 input {
      background: none;
      border: none; }
    #gform_page_2_1 #field_2_2 #input_2_2 {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      padding: 35px 80px;
      width: auto; }
  #gform_page_2_1 #field_2_3 {
    padding: 30px 20% 30px 20%; }

/* Page 2 */
#gform_page_2_2 {
  width: 460px;
  margin: 50px auto; }
  #gform_page_2_2 #field_2_5 .ginput_container li {
    width: auto; }
    #gform_page_2_2 #field_2_5 .ginput_container li label {
      width: auto; }
  #gform_page_2_2 #field_2_9 {
    float: left; }
  #gform_page_2_2 #field_2_10 {
    float: right; }
  #gform_page_2_2 #field_2_13 label {
    display: none; }
  #gform_page_2_2 #field_2_13 .ginput_container label {
    display: inline-block; }
  #gform_page_2_2 #field_2_20 {
    float: left;
    clear: both; }
    #gform_page_2_2 #field_2_20 .gfield_label {
      font-family: "MetaCompPro-Bold W01 Regular";
      color: #2e2e2e;
      font-size: 18px; }
    #gform_page_2_2 #field_2_20 .ginput_container li {
      float: left;
      width: 100%;
      padding: 0; }
    #gform_page_2_2 #field_2_20 .gchoice_2_20_0 {
      background: url(/wp-content/themes/fertillitatsapotheke/images/ups-form.png) top right no-repeat; }
  #gform_page_2_2 #field_2_21 {
    background: url(/wp-content/themes/fertillitatsapotheke/images/sofort-form.png) top 40px right no-repeat; }
    #gform_page_2_2 #field_2_21 p {
      width: 70%; }
  #gform_page_2_2 #field_2_30 {
    float: left;
    margin-bottom: 30px; }
  #gform_page_2_2 #field_2_31 {
    float: right;
    margin-bottom: 30px; }
  #gform_page_2_2 h3 {
    font-family: "MetaCompPro-Bold W01 Regular";
    color: #2e2e2e;
    font-size: 18px; }

/* Page 3 */
#field_2_34 h2 {
  min-width: 150px;
  display: inline-block;
  background: url(/wp-content/themes/fertillitatsapotheke/images/required-bg.png) top 32px right 5px no-repeat; }

/* Page footers */
.gform_page_footer {
  padding: 20px 0 10px 0; }
  .gform_page_footer .button {
    background: url(/wp-content/themes/fertillitatsapotheke/images/form-button-bg.png) top 25px right 45px no-repeat #338e91;
    font-family: "MetaCompPro-Bold W01 Regular";
    font-size: 18px;
    border: none;
    padding: 15px 65px 15px 50px; }
    .gform_page_footer .button:hover {
      background: url(/wp-content/themes/fertillitatsapotheke/images/form-button-bg.png) top 25px right 45px no-repeat #2d7d80; }
  .gform_page_footer .gform_previous_button {
    background: url(/wp-content/themes/fertillitatsapotheke/images/form-text-bg.png) top 7px left 5px no-repeat;
    font-family: "MetaCompPro-Book W01 Regular";
    font-size: 14px;
    color: #338e91;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none; }
    .gform_page_footer .gform_previous_button.button {
      padding: 0 0 0 25px;
      margin-right: 40px; }
    .gform_page_footer .gform_previous_button:hover {
      background: url(/wp-content/themes/fertillitatsapotheke/images/form-text-bg.png) top 7px left 5px no-repeat;
      color: #2e2e2e; }

#gform_wrapper_2 .gform_body {
  background: url(/wp-content/themes/fertillitatsapotheke/images/pixel-step-bg.png) top repeat-x #f5f5f5;
  padding: 40px;
  margin: 0; }

/* Jelle CSS */
/* Gravity Forms (step 3 styling) */
section.content h2.gsection_title {
  font-family: "MetaCompPro-Bold W01 Regular";
  font-size: 18px;
  color: #2e2e2e;
  line-height: 150%;
  display: block;
  clear: both; }

section.content #gform_page_2_3 h2.gsection_title {
  padding-top: 25px; }

section.content #gform_page_2_3 {
  width: 460px;
  margin-left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

section.content #gform_fields_2_3 {
  background: transparent; }

section.content #gform_fields_2_3 ul.custom_gf_summary li {
  display: block;
  clear: both; }

section.content #gform_fields_2_3 ul.custom_gf_summary li.ups > span {
  background: url(/wp-content/themes/fertillitatsapotheke/images/ups-form.png) top right no-repeat; }

section.content #gform_fields_2_3 ul.custom_gf_summary li.heading {
  border-top: 1px solid #e8e8e8;
  padding-top: 25px; }

section.content #gform_fields_2_3 ul.custom_gf_summary li.file .value {
  font-family: "MetaCompPro-Book W01 Regular";
  color: #338e91;
  font-size: 16px; }

section.content #gform_fields_2_3 ul.custom_gf_summary li.file i {
  font-size: 16px;
  margin-right: 10px; }

section.content #gform_fields_2_3 ul.custom_gf_summary li label {
  position: relative;
  float: left;
  width: 35%; }

section.content #gform_fields_2_3 ul.custom_gf_summary li .value {
  position: relative;
  float: left;
  width: 65%;
  color: #2e2e2e; }

section.content #gform_fields_2_3 ul.custom_gf_summary li.full .value {
  width: 100%; }

section.content #gform_fields_2_3 ul.custom_gf_summary li.full .value span {
  display: block;
  font-size: 14px;
  color: #655e5e; }

section.content #field_2_33 > label {
  display: none; }

#gform_page_2_1 #field_2_2 #input_2_2 {
  position: relative;
  opacity: 0;
  top: -100px;
  height: 40px;
  width: 510px;
  border: 1px solid #000;
  z-index: 4001; }

#gform_page_2_1 #field_2_2 .ginput_container {
  padding: 0;
  margin: 0;
  height: 100px; }

#gform_page_2_1 #field_2_2 .ginput_container::before {
  z-index: 2001;
  content: "Rezept hochladen";
  width: 510px;
  margin-left: 50%;
  height: 100px;
  color: #fff;
  font-family: "MetaCompPro-Bold W01 Regular";
  background: url(/wp-content/themes/fertillitatsapotheke/images/upload-button-bg.png) top 35px right 100px no-repeat #ba121c;
  display: block;
  padding: 35px 50px 20px 0;
  text-decoration: none;
  font-size: 30px;
  text-transform: uppercase;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

#gform_page_2_1 #field_2_2 .ginput_container.gotfile::before {
  content: "Rezept ausgewählt"; }

#gform_page_2_1 #field_2_2 .ginput_container.gotfile #extensions_message::after {
  display: none; }

#extensions_message {
  display: none; }

/* Vragen */
.vragen {
  margin: 0 0 80px 0; }
  .vragen .heading {
    font-family: "MetaCompPro-Book W01 Regular"; }
  .vragen .txt-link {
    margin: 20px 0 0 0; }

/* FAQ */
.faq {
  margin: 0 0 20px 0;
  padding: 0 20px 0 0; }
  .faq .question {
    background: url(/wp-content/themes/fertillitatsapotheke/images/question.png) top 7px left no-repeat;
    font-family: "MetaCompPro-Book W01 Regular";
    color: #338e91;
    list-style: none;
    padding: 0 0 0 40px;
    font-size: 16px; }
    .faq .question.active {
      background: url(/wp-content/themes/fertillitatsapotheke/images/answer.png) top 7px left no-repeat;
      color: #2e2e2e; }
    .faq .question:hover {
      cursor: pointer;
      color: #2e2e2e; }
  .faq .answer {
    font-family: "Roboto", sans-serif;
    list-style: none;
    margin: 20px 40px 20px 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf; }
    .faq .answer p {
      padding: 0; }

/* Extra */
.contact li {
  font-family: "MetaCompPro-Book W01 Regular";
  display: inline-block;
  padding: 0 40px 0 0;
  list-style: none;
  color: #2e2e2e;
  font-size: 18px; }
  .contact li:last-child {
    padding: 0; }
  .contact li i {
    position: relative;
    top: 1px;
    font-size: 20px;
    padding: 0 15px 0 0; }
  .contact li a {
    color: #2e2e2e; }
    .contact li a:hover {
      color: #338e91; }

/* CTA */
.cta {
  margin: 0 0 80px 0; }
  .cta .cta-blok {
    background: #338e91;
    width: 100%;
    padding: 50px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
    .cta .cta-blok .heading {
      font-family: "MetaCompPro-Book W01 Regular";
      font-size: 24px;
      color: #fff; }

/* Footer */
.footer {
  width: 100%;
  padding: 40px 0 0 0;
  text-align: center; }
  .footer .logos {
    width: 100%;
    text-align: center;
    float: left;
    margin: 0 0 30px 0; }
    .footer .logos .logo {
      display: inline-block;
      position: relative;
      height: 100px;
      width: 150px; }
      .footer .logos .logo img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
  .footer p {
    margin: 0 auto;
    width: 50%; }
    .footer p a:hover {
      color: #2e2e2e; }
  .footer .contact {
    margin: 20px 0 0 0; }
  .footer .copyright {
    background: #f5f5f5;
    margin: 40px 0 0 0;
    padding: 10px 0 30px 0; }
    .footer .copyright .col-1-2:last-of-type p {
      text-align: right; }
    .footer .copyright p {
      width: 100%;
      text-align: left;
      padding: 0; }

@media handheld, only screen and (max-width: 850px) {
  .hide-mobile {
    display: none; }
  .show-mobile {
    display: block; }
  .menu-mobile {
    font-family: "MetaCompPro-Bold W01 Regular";
    position: relative;
    float: right;
    z-index: 5001;
    margin: 20px 0 0 0;
    color: #ba121c;
    font-size: 24px;
    text-transform: uppercase;
    width: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .phone {
    float: left;
    position: relative;
    z-index: 5001; }
    .phone a {
      margin: 20px 0 0 0;
      font-size: 28px;
      color: #338e91;
      float: right;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
  .show-menu {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    z-index: 5001;
    background: #efefef;
    padding: 0 0 0 0;
    margin: 20px 0 0 0; }
    .show-menu ul {
      padding: 0;
      margin: 0; }
      .show-menu ul li {
        list-style: none; }
        .show-menu ul li.current_page_item, .show-menu ul li.current-page-ancestor, .show-menu ul li.active {
          background: #338e91; }
          .show-menu ul li.current_page_item ul li, .show-menu ul li.current-page-ancestor ul li, .show-menu ul li.active ul li {
            background: #f5f5f5; }
            .show-menu ul li.current_page_item ul li.current_page_item a, .show-menu ul li.current_page_item ul li.current-page-ancestor a, .show-menu ul li.current_page_item ul li.active a, .show-menu ul li.current-page-ancestor ul li.current_page_item a, .show-menu ul li.current-page-ancestor ul li.current-page-ancestor a, .show-menu ul li.current-page-ancestor ul li.active a, .show-menu ul li.active ul li.current_page_item a, .show-menu ul li.active ul li.current-page-ancestor a, .show-menu ul li.active ul li.active a {
              background: #d4d4d4;
              color: #2e2e2e; }
            .show-menu ul li.current_page_item ul li a, .show-menu ul li.current-page-ancestor ul li a, .show-menu ul li.active ul li a {
              color: #d4d4d4; }
              .show-menu ul li.current_page_item ul li a:hover, .show-menu ul li.current-page-ancestor ul li a:hover, .show-menu ul li.active ul li a:hover {
                color: #2e2e2e; }
          .show-menu ul li.current_page_item a, .show-menu ul li.current-page-ancestor a, .show-menu ul li.active a {
            color: #fff;
            border: none; }
        .show-menu ul li a {
          color: #2e2e2e;
          display: block;
          padding: 20px;
          border-bottom: 1px solid #fff;
          text-decoration: none; }
          .show-menu ul li a:hover {
            background: #d4d4d4;
            color: #2e2e2e; }
      .show-menu ul ul li {
        padding: 0 0 0 20px; }
        .show-menu ul ul li:before {
          content: '-';
          float: left;
          margin: 20px 0 0 0; }
  .header {
    background: none !important;
    padding: 0; }
    .header .gradient {
      display: none !important; }
    .header .header-box {
      background-position: top -70px center;
      width: 100%;
      float: left;
      clear: both;
      margin-top: 40px;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important; }
    .header .col-1-3 {
      width: 33%;
      float: left; }
      .header .col-1-3 .usp {
        text-align: center;
        width: 100%;
        margin: 0; }
        .header .col-1-3 .usp .icon {
          width: 100%;
          text-align: center;
          margin: 0 0 20px 0; }
        .header .col-1-3 .usp .tekst {
          width: 100%; }
  .page-template-default .header .cta-header, .page-template-tpl-contact .header .cta-header, .error404 .header .cta-header {
    width: 100%;
    margin: 40px 0 0 0; }
    .page-template-default .header .cta-header .btn, .page-template-default .header .cta-header .gform_footer .button, .gform_footer .page-template-default .header .cta-header .button, .page-template-default .header .cta-header #gform_page_2_1 #field_2_2 #input_2_2, #gform_page_2_1 #field_2_2 .page-template-default .header .cta-header #input_2_2, .page-template-default .header .cta-header .gform_page_footer .button, .gform_page_footer .page-template-default .header .cta-header .button, .page-template-tpl-contact .header .cta-header .btn, .page-template-tpl-contact .header .cta-header .gform_footer .button, .gform_footer .page-template-tpl-contact .header .cta-header .button, .page-template-tpl-contact .header .cta-header #gform_page_2_1 #field_2_2 #input_2_2, #gform_page_2_1 #field_2_2 .page-template-tpl-contact .header .cta-header #input_2_2, .page-template-tpl-contact .header .cta-header .gform_page_footer .button, .gform_page_footer .page-template-tpl-contact .header .cta-header .button, .error404 .header .cta-header .btn, .error404 .header .cta-header .gform_footer .button, .gform_footer .error404 .header .cta-header .button, .error404 .header .cta-header #gform_page_2_1 #field_2_2 #input_2_2, #gform_page_2_1 #field_2_2 .error404 .header .cta-header #input_2_2, .error404 .header .cta-header .gform_page_footer .button, .gform_page_footer .error404 .header .cta-header .button {
      width: 100%;
      display: block;
      text-align: center; }
  .page-template-tpl-rezept .header {
    padding: 0; }
  .stappen {
    margin-bottom: 20px; }
    .stappen .intro {
      margin-bottom: 40px; }
  .blokken {
    margin-bottom: 30px; }
    .blokken .image {
      padding-bottom: 60%;
      width: 100%;
      -webkit-background-size: contain !important;
      -moz-background-size: contain !important;
      -o-background-size: contain !important;
      background-size: contain !important; }
  .page-template-default .content {
    padding-bottom: 45px; }
  .page-template-default .blokken {
    margin-bottom: 70px; }
  .page-template-tpl-contact .content .intro {
    width: 100%; }
  .cta {
    margin-bottom: 40px; }
  .vragen {
    margin-bottom: 40px;
    /*.col-1-2 {

			&:last-of-type {
				margin-top:40px;
			}

		}*/ }
  #gform_page_2_1 #field_2_3 {
    padding: 0; }
  #gform_page_2_2, #gform_page_2_3 {
    width: 100% !important; }
  .gf_page_steps .gf_step {
    width: 100%;
    background: #f5f5f5; }
  #gform_page_2_1 #field_2_2 #input_2_2 {
    width: 100%; }
  #gform_page_2_1 #field_2_2 .ginput_container {
    margin: 0 0 40px 0; }
  #gform_page_2_1 #field_2_2 .ginput_container::before {
    background: #ba121c;
    width: 100%;
    padding: 35px 40px 40px 40px; }
  .contact li {
    padding: 0;
    line-height: 220%; }
  .footer p {
    width: 100%; }
  .footer .copyright .col-1-2:last-of-type p {
    text-align: left; } }

@media handheld, only screen and (max-width: 700px) {
  .stappen .stap {
    width: 100%; } }

@media handheld, only screen and (max-width: 650px) {
  .header .col-1-3 {
    width: 100%; }
  .header .cta-header {
    float: left !important; }
  .gform_body ul li.ginput_container_date select {
    width: 100%;
    margin: 10px 10px 10px 0; } }

@media handheld, only screen and (max-width: 568px) {
  .header .header-box {
    padding: 20px; }
  .content .content-vak {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0; }
    .content .content-vak p {
      width: 100% !important; }
    .content .content-vak .image {
      width: 100%;
      text-align: center; }
    .content .content-vak:last-of-type .image {
      margin: 20px 0 0 0; }
  .gform_body .column30, .gform_body .column50, .gform_body .column70 {
    width: 100% !important; }
  .gform_body #gform_wrapper_2 {
    padding: 20px !important; }
  #gform_page_2_2 #field_2_20 .gchoice_2_20_0 {
    background: none; }
  #gform_page_2_2 #field_2_21 {
    background: none; }
    #gform_page_2_2 #field_2_21 p {
      width: 100%; }
  section.content #gform_fields_2_3 ul.custom_gf_summary li.ups > span {
    background: none; }
  #gform_page_2_1 #field_2_2 .ginput_container::before {
    font-size: 20px; }
  .gform_page_footer .button {
    width: 100%;
    display: block;
    text-align: center;
    background: #338e91; }
    .gform_page_footer .button:hover {
      background: #2d7d80; }
  .gform_page_footer .gform_previous_button {
    background: none;
    margin: 0 0 20px 0; }
    .gform_page_footer .gform_previous_button.button {
      background: none;
      padding: 0; } }

@media handheld, only screen and (max-width: 468px) {
  .btn, .gform_footer .button, #gform_page_2_1 #field_2_2 #input_2_2, .gform_page_footer .button {
    font-size: 16px;
    line-height: 150%;
    padding: 20px; }
    .btn i, .gform_footer .button i, #gform_page_2_1 #field_2_2 #input_2_2 i, .gform_page_footer .button i {
      display: none; }
  .txt-link i {
    display: none; }
  .header .logo img {
    max-width: 200px; }
  .header .header-box .heading {
    font-size: 20px;
    padding: 0 0 20px 0; }
  .page-template-default .content {
    padding-bottom: 20px; }
  .page-template-default .content .intro h1, .page-template-tpl-contact .content .intro h1 {
    font-size: 18px; }
  .page-template-default .content .intro p, .page-template-tpl-contact .content .intro p {
    font-size: 16px; }
  .blokken .blok .tekst {
    padding: 40px 20px 40px 20px; }
  .cta .cta-blok .heading {
    font-size: 18px; }
  .contactform {
    padding: 20px 20px 0 20px; }
  #gform_wrapper_2 .gform_body {
    padding: 20px; }
  section.content #gform_fields_2_3 ul.custom_gf_summary li label {
    width: 100%; }
  .gform_footer .button {
    background: #ba121c; }
    .gform_footer .button:hover {
      background: #a1101a; } }
#bstcmfw-cookie-collapse-div {
	display: none;
}

.bstcmfw-cookie-wrapper {
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	z-index: 2147483647;
	padding: 20px 0;
	border-radius: 2px;
	display: none;
}

.bstcmfw-cookie-wrapper--embed {
		height: 100%;
		width: 100%;
		text-align: center;
		display: block;
		padding: 0;
		display: block;
}

.bstcmfw-cookie-inner--embed {
	position:absolute;
	width:100%;
	padding: 0;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	font-family: sans-serif;
}

.bstcmfw-cookie-wrapper--header {
	position: fixed;
	top: 0;
}

.bstcmfw-cookie-wrapper--center {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
  transform: translate(-50%, -50%);
	max-height: 100vh;
	overflow: auto;
}

.bstcmfw-cookie-wrapper--footer {
	position: fixed;
	bottom: 0;
}

.bstcmfw-cookie-wrapper--center + .bstcmfw-cookie-overlay {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2147483646;
	display: none;
}

.bstcmfw-cookie-wrapper.header .bstcmfw-cookie-text,
.bstcmfw-cookie-wrapper.footer .bstcmfw-cookie-text,
.bstcmfw-cookie-wrapper.header .bstcmfw-cookie-button-wrapper,
.bstcmfw-cookie-wrapper.footer .bstcmfw-cookie-button-wrapper  {
	display: inline-block;
	margin: 0;
}

.bstcmfw-cookie-wrapper a {
	color: #ffffff;
	text-decoration: underline;
}

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

.bstcmfw-cookie-text {
	line-height: 1.5em;
	display: block;
	font-size: 15px;
	padding: 5px 30px;
	margin: 0 0 10px 0;
	color: #ffffff;
}

.bstcmfw-cookie-button {
	cursor: pointer;
	font-size: 15px;
	padding: 10px;
	margin: 5px;
	font-weight: normal;
	border-radius: 2px;
	color: #ffffff;
	border: 0;
}

.bstcmfw-cookie-decline-button {
	background: transparent;
}

.bstcmfw-cookie-decline-button:hover {
	background: transparent;
}

.bstcmfw-cookie-decline-button[style^="background: ;"] { background-color: transparent; text-decoration: underline; }
.bstcmfw-cookie-decline-button[style^="background: ;"]:hover { text-decoration: none; }


@media only screen and (max-width : 1200px) {
	.bstcmfw-cookie-wrapper--center {
		width: 80%;
		max-height: 90vh;
	}

	.bstcmfw-cookie-wrapper--header .bstcmfw-cookie-text,
	.bstcmfw-cookie-wrapper--footer .bstcmfw-cookie-text,
	.bstcmfw-cookie-wrapper--header .bstcmfw-cookie-button-wrapper,
	.bstcmfw-cookie-wrapper--footer .bstcmfw-cookie-button-wrapper {
		display: block;
	}
}
