*, *:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #f1f3e7;
  margin: 0;
  overflow-x: hidden;
}

body, select, input, textarea, button {
  font-size: 16px;
  line-height: 20px;
  font-family: 'PT Sans', helvetica, arial, serif;
  color: #173d42;
}

p {
  margin: 0;
}
article p {
  margin-bottom: 10px;
}

a {
  color: #d0363a;
  text-decoration: none;
  position: relative;
  border-bottom: 2px solid #d0363a;
}
a:hover {
  outline: 0;
  border-color: black;
}
a:active {
  outline: 0;
  top: 1px;
}
a:focus {
  outline: thin dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Serif', helvetica, arial, serif;
  margin: 0;
}

h1 {
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 700px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
article h1 {
  margin-bottom: 10px;
}

h2 {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 700px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 900px) {
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
article h2 {
  margin-bottom: 10px;
}

h3 {
  font-size: 16px;
  line-height: 15px;
}
@media (min-width: 700px) {
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 900px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
article h3 {
  margin-bottom: 10px;
}

h4, h5, h6 {
  font-size: 16px;
  line-height: 20px;
}

small {
  font-size: 12px;
  line-height: 15px;
}

b, strong, em {
  font-weight: 700;
}

address {
  font-style: normal;
}

abbr[title] {
  border-bottom: 1px dotted;
}

sub, sup {
  font-size: 12px;
  line-height: 15px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
}

blockquote {
  margin: 10px;
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0 0 10px 0;
  padding: 5px;
  background: white;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #dde2c5;
}
figure figcaption {
  font-style: italic;
}

.figure-full {
  margin-left: -20px;
}

.figure-50 {
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  .figure-50 {
    float: right;
    max-width: 50%;
    margin-left: 10px;
  }
}

dl, ol, ul {
  margin: 0;
  list-style: none;
}

dd {
  margin: 0;
}

ol, ul {
  padding: 0;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

form {
  margin: 0;
}

fieldset {
  border: 0 solid transparent;
  margin: 0;
  padding: 5px;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input, textarea {
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #035436;
  padding: 5px;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="submit"] {
  border: 0 solid;
  background: #bdd73c;
  color: #035436;
  padding: 5px 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
  width: 100%;
}
table td, table th {
  vertical-align: top;
  text-align: left;
  padding: 0 5px 0 0;
}

.row {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.site-content, .sidebar_first, .sidebar_second {
  float: left;
  width: 100%;
}

@media (min-width: 750px) {
  .front .site-content {
    width: 45%;
  }
}
@media (min-width: 750px) {
  .front .sidebar_first {
    width: 25%;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 750px) {
  .front .sidebar_second {
    width: 30%;
    padding: 0 20px 0 20px;
  }
}

@media (min-width: 750px) {
  .not-front .site-content {
    width: 55%;
  }
}
@media (min-width: 750px) {
  .not-front .sidebar_first {
    width: 45%;
    padding: 0 20px;
  }
}

.row:after, .site-nav ul:after, .img-grid-4:after, .view-neuigkeiten li:after {
  content: "";
  display: table;
  clear: both;
}

.nowrap {
  white-space: normal;
}
@media (min-width: 500px) {
  .nowrap {
    white-space: nowrap;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.big-only {
  display: none;
}
@media (min-width: 750px) {
  .big-only {
    display: inline-block;
  }
}

a.site-banner {
  border: none;
}

.site-nav .block {
  padding: 0;
}
.site-nav .block-title {
  display: none;
}
@media (min-width: 750px) {
  .site-nav {
    position: absolute;
    top: -10px;
    right: 0;
  }
}
@media (min-width: 500px) {
  .site-nav ul {
    float: left;
  }
}
@media (min-width: 750px) {
  .site-nav ul {
    margin: 0;
  }
}
@media (min-width: 320px) {
  .site-nav ul li {
    width: 33%;
    float: left;
    text-align: center;
  }
}
@media (min-width: 500px) {
  .site-nav ul li {
    margin-left: 2px;
    width: auto;
  }
}
.site-nav ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid #fff;
  color: #173d42;
  padding: 5px 10px;
}
@media (min-width: 500px) {
  .site-nav ul li a {
    padding: .5em .5em .5em .5em;
  }
}
@media (min-width: 750px) {
  .site-nav ul li a {
    padding-top: 1em;
  }
}
.site-nav ul li a:hover {
  color: #d0363a;
}
.site-nav ul li a:hover:after {
  color: #173d42;
}
.site-nav ul li a.active {
  background: #d0363a;
  background: -webkit-linear-gradient(top, #d0363a, #ab282b);
  background: linear-gradient(to bottom, #d0363a, #ab282b);
  color: #f1f3e7;
  border-bottom: 2px solid black;
}
.site-nav ul li a.active:hover:after {
  color: #fff;
}
.site-nav ul li a:after {
  display: inline-block;
  padding-left: 5px;
  font-family: "Fontawesome";
}
.site-nav ul li:nth-of-type(1) a:after {
  content: "\f015";
}
.site-nav ul li:nth-of-type(2) a:after {
  content: "\f05a";
}
.site-nav ul li:nth-of-type(3) a:after {
  content: "\f0ca";
}
.site-nav ul li:nth-of-type(4) a:after {
  content: "\f164";
}
.site-nav ul li:nth-of-type(5) a:after {
  content: "\f0f5";
}
.site-nav ul li:nth-of-type(6) a:after {
  content: "\f075";
}

#search-block-form {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}
#search-block-form .form-text {
  float: left;
  width: 100%;
}
#search-block-form .form-text:focus {
  border-color: #bdd73c;
}
#search-block-form .form-submit {
  position: absolute;
  top: 2px;
  right: 2px;
}

#block-views-tageskarte-block {
  background: #173d42;
  background: -webkit-linear-gradient(left top, #173d42, #102c2f);
  background: linear-gradient(to right bottom, #173d42, #102c2f);
  color: white;
  padding: 20px;
  box-shadow: inset 0 0 10px black;
  font-family: 'PT Sans';
  border: 5px solid white;
  box-shadow: 2px 2px 5px #dde2c5;
  border-radius: 5px;
}

.field-content {
  margin-bottom: 10px;
}

.field-content:empty {
  margin-bottom: 0;
}

#block-views-tageskarte-block {
  position: relative;
}
#block-views-tageskarte-block:after {
  content: "";
  display: table;
  clear: both;
}
#block-views-tageskarte-block h2 {
  margin-bottom: 0;
}
#block-views-tageskarte-block .views-field-field-datum {
  margin-bottom: 10px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
}

.views-field-field-gericht-1,
.views-field-field-gericht-2,
.views-field-field-gericht-3,
.views-field-field-gericht-4,
.views-field-field-gericht-5,
.views-field-field-gericht-6 {
  float: left;
  width: 85%;
}
.views-field-field-gericht-1 .field-content,
.views-field-field-gericht-2 .field-content,
.views-field-field-gericht-3 .field-content,
.views-field-field-gericht-4 .field-content,
.views-field-field-gericht-5 .field-content,
.views-field-field-gericht-6 .field-content {
  padding-right: 2em;
}

.views-field-field-preis-gericht-1, .views-field-field-preis-gericht-2,
.views-field-field-preis-gericht-3, .views-field-field-preis-gericht-4,
.views-field-field-preis-gericht-5, .views-field-field-preis-gericht-6 {
  float: right;
  width: 15%;
  text-align: right;
  font-weight: 700;
}

.view-mitarbeiter-innen ul li {
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #dde2c5;
  float: left;
  width: 46%;
  margin-right: 4%;
  margin-bottom: 5%;
}
.view-mitarbeiter-innen ul li .views-field-field-foto {
  margin-bottom: 10px;
}
.view-mitarbeiter-innen ul li .views-field-title {
  font-size: 10px;
}
.view-mitarbeiter-innen ul li .views-field-field-position {
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
}
.view-mitarbeiter-innen ul li:nth-of-type(odd) {
  clear: both;
}

#block-views-angebote-block h2 {
  margin: 0;
}

.angebote-zeitraum {
  font-style: italic;
  margin-bottom: 10px;
}

.angebote .angebot {
  height: 166px;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #dde2c5;
}
.angebote .angebot .angebot-bild {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.angebote .angebot .angebot-bezeichnung {
  padding: 14px 1em 0 14px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.4);
  text-align: left;
  margin: 0;
}
.angebote .angebot .angebot-herkunft {
  padding: 0 .5em 0 1em;
  font-style: italic;
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
}
.angebote .angebot .views-field-field-preis {
  display: inline-block;
  width: 4em;
  height: 4em;
  background: #d0363a;
  position: absolute;
  bottom: .5em;
  right: 2em;
  border-radius: 100% 100%;
  z-index: 4;
  box-shadow: 1px 1px 2px black;
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.angebote .angebot .views-field-field-preis .angebot-preis {
  position: absolute;
  font-size: 24px;
  line-height: 30px;
  top: .75em;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  font-family: "gooddog-new";
}
.angebote .angebot .angebot-einheit {
  position: absolute;
  bottom: .6em;
  font-weight: bold;
  right: 2em;
  width: 6em;
  text-align: right;
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #bdd73c;
  text-shadow: 1px 1px 1px #000;
  font-style: italic;
  z-index: 5;
}

.img-grid-4 li {
  float: left;
  width: 25%;
}

#block-views-neuigkeiten-block .block-title {
  display: none;
}

.view-neuigkeiten li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  background: url(././images/ruler.png) no-repeat center bottom;
}
.view-neuigkeiten li img {
  max-width: 50%;
  float: right;
  margin: 0 0 10px 10px;
  border: 5px solid white;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #dde2c5;
}
.view-neuigkeiten li .artikel-title {
  font-size: 16px;
  line-height: 15px;
  }

.view-neuigkeiten li .artikel-title a {
  text-decoration: none;
  color: #173d42;
  }


  

@media (min-width: 700px) {
  .view-neuigkeiten li .artikel-title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 900px) {
  .view-neuigkeiten li .artikel-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.node-seite .field-name-field-teaserbild {
  margin-bottom: 10px;
}
.node-seite .page-title {
  font-size: 28px;
  line-height: 35px;
  padding: 20px;
}
@media (min-width: 700px) {
  .node-seite .page-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 900px) {
  .node-seite .page-title {
    font-size: 40px;
    line-height: 45px;
  }
}
.node-seite .field-name-body {
  padding: 20px;
}

#map-canvas {
  height: 300px;
  width: 100%;
  margin: 0px;
  padding: 5px;
  background: white;
  border: 5px solid white;
  border-radius: 5px;
}
#map-canvas a, #map-canvas .gmnoprint {
  display: none;
}

.page-node-6 #map-canvas {
  height: 600px;
}

.page-node-6 #map-canvas {
  border: 0 solid;
  border-top: 5px solid #fff;
  border-radius: 0;
}

.site-search .block {
  padding: 0;
}
@media (min-width: 500px) {
  .site-search {
    float: right;
    width: 25%;
    margin-top: 65px;
    margin-right: 20px;
  }
}

@media (max-width: 500px) {
  .site-logo {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .site-nav {
    padding: 20px;
  }
}
@media (min-width: 500px) {
  .site-nav {
    margin-right: 20px;
  }
}

@media (max-width: 500px) {
  .site-search {
    padding: 0 20px 20px 20px;
  }
}

.field-name-field-teaserbild {
  border: 5px solid white;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #dde2c5;
}

.sidebar_first h2, .sidebar_first h3, .sidebar_second h2, .sidebar_second h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .sidebar_first, .sidebar_second {
    padding: 0 20px;
  }
}

.site-footer {
  color: #035436;
  background: #bdd73c url(././images/border.png) 120% 0 repeat-x;
}
@media (min-height: 480px) {
  .site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
}
.site-footer .block-title {
  display: none;
}
.site-footer a {
  font-weight: normal;
  dborder-bottom: 0px solid;
  border-bottom: 2px solid #035436;
  color: #035436;
}
@media (max-width: 500px) {
  .site-footer a {
    border-bottom: 1px solid;
  }
}
.site-footer .row {
  padding: 20px;
}
@media (max-width: 500px) {
  .site-footer .row {
    padding: 10px 20px;
  }
}
.site-footer .block {
  margin-bottom: 0;
}
.site-footer .wrapper {
  display: inline-block;
}
@media (max-width: 500px) {
  .site-footer .wrapper {
    display: block;
  }
}
@media (min-width: 500px) {
  .site-footer .wrapper:first-of-type {
    display: block;
  }
}
.site-footer i.fa {
  display: inline-block;
  width: 16px;
  text-align: center;
}
@media (max-width: 500px) {
  .site-footer b {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.site-footer h2 {
  font-size: 16px;
  line-height: 20px;
  font-family: 'PT Sans', helvetica, arial, serif;
  display: inline-block;
}
@media (max-width: 500px) {
  .site-footer * {
    font-size: 12px;
    text-align: center;
  }
}

.front .page-title {
  display: none;
}

.front #block-views-neuigkeiten-block {
  padding: 20px;
}

.tabs {
  list-style: none;
  background: rgba(255, 255, 255, 0.4);
  text-align: right;
}
.tabs li {
  display: inline-block;
  padding: 5px;
}
.tabs li.active a {
  color: #173d42;
  border: 0 solid;
  pointer-events: none;
  cursor: text;
}

.block {
  margin-bottom: 10px;
}

.site-main {
  float: left;
  width: 100%;
  padding-bottom: 20em;
  background-image: url(images/biomarkt-logo.svg);
  background-repeat: no-repeat;
  background-position: center bottom 8em;
}
.site-main:after {
  content: "";
  display: table;
  clear: both;
}

#block-block-3 {
  padding: 20px;
}

#block-block-5 .block-title {
  padding: 0 20px;
}


.node-artikel {
  padding: 20px;
}
