@charset "UTF-8";
/* CSS Document */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-top: 3rem;
  color: rgba(52, 38, 38, 1.00);
  font-family: 'Signika Negative', sans-serif;
}

/* FONT
-------------------------------------------------- */



@font-face {
    font-family: 'Signika Negative';
    src: url('../webfonts/SignikaNegative-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signika Negative';
    src: url('../webfonts/SignikaNegative-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signika Negative';
    src: url('../webfonts/SignikaNegative-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signika Negative';
    src: url('../webfonts/SignikaNegative-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
  width: 100%;
}
/* 
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
  display: block;
  width: 100%;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
 font-size: 1rem;
}
.marketing h2 {
	color: rgba(210, 115, 55, 1.00);
	padding-bottom: 0rem;
	font-size: 1.6rem;
}
.marketing .col-lg-4 p {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin-top: 4rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 4rem; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.col-lg-4 p a {
  color: rgba(210, 115, 55, 1.00);
}
.container.marketing .row.featurette {}
.textblock {
  vertical-align: middle;
}
#navbarCollapse .navbar-nav.ml-auto.pull-xs-right.site-links .nav-item.dropdown {}
.container.marketing .row .col.align-self-center {
  text-align: center;
}
.table {
  border: 0px
}
.row .col-xs-12.col-md-6.col-lg-6 #HerrFrau {
  margin-bottom: 1rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
    /* [disabled]font-weight: 600; */
    /* [disabled]font-size: 0px; */
  }
}
/* Kössel
-------------------------------------------------- */
.navbar-brand {
  background-image: url(../image/grafik/menuelogo.svg);
  background-repeat: no-repeat;
  width: 14.375rem;
  min-height: 3rem;
  position: relative;
  left: auto;
  background-position: center center;
}
.navbar {
  min-height: 3.4rem;
  padding: 0px 8%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}
.site-links {
  font-size: 1.2rem;
  margin-right: 10%;
}
.navbar-toggler {
  border: 0px solid transparent;
}
.navbar-dark .navbar-nav.active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: rgba(210, 115, 55, 1.00);
  font-family: 'Signika Negative', sans-serif;
  background-color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1.00);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(210, 115, 55, 1.00);
  font-family: 'Signika Negative', sans-serif;
  background-color: rgba(255, 255, 255, 1.00);
}
.dropdown-menu {
  border-radius: 0px;
  margin-top: 0.250rem;
}
.dropdown-toggle::after {
  content: none;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.dropdown-item {
  padding: .5rem 1.5rem;
  color: rgba(210, 115, 55, 1.00);
  white-space: nowrap;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
  background-color: rgba(210, 115, 55, 1.00);
  height: 100%;
}
#logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo {
  width: 17rem;
  position: absolute;
  z-index: 88;
}
@media (max-width:768px) {
  .logo {
    max-width: 10.8rem;
  }
}
@media (max-width:1024px) {
  .logo {
    max-width: 12.4rem;
  }
}
@media (max-width:1280px) {
  .logo {
    width: 13.8rem;
  }
}
.frische-line {
  height: 8.5rem;
  width: 100%;
  background-image: url(../image/grafik/frische-line.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #C61C06;
  z-index: 12;
  margin-bottom: 1rem;
}
.willkommen {
  align-content: center;
  text-align: center;
  padding-bottom: 3rem;
}
.willkommen h1 {
    color: rgba(210, 115, 55, 1.00);
    font-weight: 600;
}
.kontakt {
  align-content: center;
  text-align: center;
  padding-bottom: 3rem;
}
.kontakt h1 {
  color: rgba(210, 115, 55, 1.00);
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.50);
}
.btn-outline-dark {
  color: rgba(210, 115, 55, 1.00);
  background-color: transparent;
  background-image: none;
  border-color: rgba(210, 115, 55, 1.00);
  margin-top: 0.5rem;
}
.btn-outline-dark:hover {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(210, 115, 55, 1.00);
  border-color: rgba(210, 115, 55, 1.00);
  background-image: none;
}
/* Featurettes
------------------------- */
.veranstaltungen {
  padding-top: 1rem;
  height: auto;
  max-width: 580px;
  overflow: hidden;
}
.featurette-divider-bottom {
  margin: 3rem 0;
}
/* Footer
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.footer-abstand {
  height: 12rem;
  width: 100%;
}
footer {
  background-color: rgba(198, 28, 6, 1.00);
  position: relative;
  display: block;
  padding-top: 2rem;
  color: rgba(255, 255, 255, 1.00);
  min-height: 30rem;
  bottom: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  top: 1rem;
}
.footer-site .col-lg-4 {
  text-align: left;
  padding-right: 2.4rem;
}
.footer-site h2 {
  color: rgba(255, 255, 255, 1.00);
  padding-top: 1rem;
  padding-bottom: 0rem;
  margin: .75rem 0;
  font-size: 1.8rem;
  opacity: 1;
}
.footer-site .col-lg-4 p {
  margin: .75rem 0;
  font-size: 1.2rem;
}
.footer-site .col-lg-4 a {
  color: rgba(255, 255, 255, 1.00);
}
.footer-site .col-lg-4 a:hover {
  color: rgba(210, 115, 55, 1.00);
  text-decoration: none;
}
#menu-footer {
  list-style-type: none;
  font-size: 1.2rem;
  padding-top: 2.38rem;
  line-height: 2.6rem;
  padding-left: 0rem;
}
.menu-item-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}
.hero {
  min-height: 32rem;
}
:root {
  --jumbotron-padding-y: 3rem;
}
.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
  .jumbotron.p-3.p-md-5.align-content-center {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../image/grafik/koesselbraeu-hg-anfahrt.jpg);
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(198, 28, 6, 1.00);
    margin-bottom: 2rem;
  }
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.jumbotron-heading {
  font-weight: 300;
}
.jumbotron .container {
  max-width: 40rem;
}
.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.copyright {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
/* Album
-------------------------------------------------- */
footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
footer p {
  margin-bottom: .25rem;
}
.card-header {
  margin-bottom: 0;
  color: #D27237;
  background-color: rgba(0, 0, 0, .00);
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  padding-bottom: 0.5rem;
  border: none;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.mb-4, .my-4 {
  margin-bottom: 2.5rem !important;
}
.separator-type, .title-type, .intro-type, .content-type .intro-type p {
  position: relative;
}
.intro-type .container {
  padding: 107px 0px 102px 0px !important;
}
.company-heading h1 {
  margin-bottom: 60px;
  padding-bottom: 50px;
  line-height: 80px;
  color: #fff;
  font-weight: 700 !important;
  text-align: center;
}
.jumbo {
  margin-top: 50px;
}
.seo-header, .product-header, .intro-type .container h1.white, .company-heading h1 {
  font-weight: 100 !important;
  text-transform: capitalize;
  font-size: 55px;
  margin-bottom: 20px;
}
.parallax {
  background-attachment: inherit !important;
}
.parallax {
  background-attachment: inherit !important;
}
.parallax {
  background-attachment: inherit !important;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: -10;
}
.ct-btn-scroll {
  width: 49px;
  height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
img, figure {
  max-width: 100%;
}
#section-willkommen {
  padding-top: 6rem;
}
#section-top {}
.row-abschluss {
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.up {
  margin-top: 2rem;
}
.widget--facebook--container {
  padding: 1rem;
  border: 1px solid #000;
}
.widget-facebook {
  height: 300px;
}
.widget-facebook .facebook_iframe {
  border: none;
}
#section-oeffnungszeiten {
  padding-top: 6rem;
}
.oeffnungszeiten {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 6rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.speisenplazierung {
  position: relative;
  width: 100%;
  padding-left: 2rem;
}
.getraenkeplazierung {
  padding-right: 1rem;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
}
.karte {
  width: 100%;
  padding-bottom: 3rem;
}
.karte .t1 {
  min-width: 16rem;
  vertical-align: top;
}
.karte .t2 {
  width: 12rem;
  padding: 0.2rem;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
.getraenkeplazierung .karte .t2 {
  font-size: 0.8rem;
  line-height: 2rem;
}
.karte .t3 {
  width: 6rem;
  padding: 0.2rem;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
.kl-portion {
  font-size: 0.7rem;
  line-height: 1rem;
}
.speisen {
  width: auto;
  height: 100%;
  min-height: 40rem;
  background-image: url(../image/gaststaette/unsere-speisen.jpg);
  background-size: cover;
  background-position: center center;
}
.getraenke {
  width: auto;
  height: 100%;
  min-height: 40rem;
  background-image: url(../image/gaststaette/unsere-getraenke.jpg);
  background-size: cover;
  background-position: center center;
}
@media (max-width:768px)  {
  .getraenke {
  width: auto;
  height: 100%;
  min-height: 20rem;
  background-image: url(../image/gaststaette/unsere-getraenke-xs.jpg);
  background-size: cover;
  background-position: center center;
}
}
.ueberschrift-karte {
  font-weight: 600;
  text-decoration: none;
  font-size: 1.25rem;
}
#section-biere {
  padding-top: 6rem;
}
.biere {
  align-content: center;
  text-align: center;
  padding-bottom: 5rem;
}
.biere h1 {
  color: rgba(210, 115, 55, 1.00);
  font-weight: bold;
}
.card-text:last-child {
  padding-top: 1rem;
}
.row .col-md-12.bierkalender {
  background-image: url(../image/brauerei/bierkalender-fluid.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 706px;
  padding-top: 525px;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  text-shadow: 1px 1px 1px rgba(210, 155, 55, 0.60);
}
@media (max-width:992px) {
  .row .col-md-12.bierkalender {
    min-height: 450px;
    padding-top: 290px;
  }
  .display-4 {
    font-size: 3.2rem;
    font-weight: 300;
  }
}
@media (max-width:768px) {
  .row .col-md-12.bierkalender {
    min-height: 450px;
    padding-top: 290px;
  }
  .display-4 {
    font-size: 2.5rem;
    font-weight: 200;
  }
}
@media (max-width:576px) {
  .row .col-md-12.bierkalender {
    min-height: 540px;
    padding-top: 370px;
  }
}
.col-md-12.bierkalender h2 {
  margin-bottom: 1rem;
}
.bierkalender {
  margin-top: 1rem;
  font-size: 1.6rem;
  margin: auto;
  width: 80%;
}
.bierkalender tbody tr td {
  border: 1px solid rgba(53, 53, 53, 0.40);
  border-collapse: collapse;
  width: 7, 6%;
}
.bierkalender-monat {
  padding-bottom: 4rem;
}
.bierkalender-bier {
  padding-right: 1rem;
}
.abst-unten {
  margin-bottom: 0.4rem;
}
@media (max-width:768px) {
  .bierkalender {
    font-size: 0.9rem;
  }
}
th .img-fluid.bierkalender-bier img {
  max-height: 4rem;
}
.bierkalender tr td {
  max-height: 2rem;
}


.row .col-md-12.brennerei {
  background-image: url(../image/brauerei/brennerei-fluid.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 640px;
  padding-top: 26rem;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  text-shadow: 1px 1px 1px rgba(210, 155, 55, 0.60);
}
@media (max-width:992px) {
  .row .col-md-12.brennerei {
    min-height: 450px;
    padding-top: 290px;
  }
}
@media (max-width:768px) {
  .row .col-md-12.brennerei {
    min-height: 450px;
    padding-top: 290px;
  }
}
@media (max-width:576px) {
  .row .col-md-12.brennerei {
    min-height: 540px;
    padding-top: 370px;
  }
}
.container-fluid.category .row .col-md-12.brennerei h2 {
  margin-bottom: 1rem;
}
#section-brennerei-uebersicht {
  padding-top: 8rem;
}
.text-links {}
.heroindex {
  color: rgba(255, 255, 255, 1.00);
  position: absolute;
}
@media (max-width:768px) {
  .heroindex {
    padding-bottom: 0.2rem;
  }
}
#section-zutaten-uebersicht {
  padding-top: 8rem;
}
#section-philosophie-uebersicht {
  padding-top: 8rem;
}
.text-links {}
.carousel-indicators {
  bottom: 2rem;
}
ol.down {
  position: absolute;
  right: 0;
  bottom: 7rem;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  opacity: 1;
  padding-top: 0px;
}
.imcarousel {
  position: absolute;
  right: 0;
  bottom: 7.2rem;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  opacity: 1;
  color: rgba(255, 255, 255, 1.00);
  font-weight: 400;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 1px rgba(210, 155, 55, 0.60);
}
@media (max-width:768px) {
  .imcarousel {
    font-weight: 400;
    font-size: 2.5rem;
  }
}
#section-ladenoeffnungzeiten {
  padding-top: 6rem;
}
.partneruebs h2 {
  text-align: left;
  color: rgba(210, 114, 55, 1.00);
  font-size: 1.6rem;
}
.partner {
  width: 100%;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.partner a {
  color: rgba(0, 0, 0, 1.00);
  text-decoration: underline;
}
.partner a:hover {
  color: rgba(0, 0, 0, 0.70);
  text-decoration: none;
}
.partner tr td {
  margin: 1rem 1.2rem;
  vertical-align: middle;
  padding: 1rem 0.7rem;
  font-weight: 100;
  font-size: 1rem;
}
.partner th {
  vertical-align: middle;
}
.validation-advice, label.required em, p.required {
  color: #f30;
}
impressum .legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
#section-impressum {
  text-align: center;
  margin-top: 5rem;
}
#section-impressum .col-lg-6 p a {
  color: rgba(210, 115, 55, 1.00);
  text-decoration: underline;
}
#section-impressum .col-lg-6 p a:hover {
  text-decoration: none;
}
.haftungsausschluss {
  text-align: left;
  padding: 0 1rem;
}
.haftungsausschluss p a {
  color: rgba(210, 115, 55, 1.00);
  text-decoration: underline;
}
.haftungsausschluss p a:hover {
  text-decoration: none;
}
.soziale-medien {
  background-color: #c61c06;
  color: rgba(255, 255, 255, 1.00);
  margin-top: -5rem;
}
.soz-med {
  align-content: center;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.soz-med h1 {
  color: rgba(255, 255, 255, 1.00);
  font-weight: bold;
  padding-top: 3rem;
}
#soz-med-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.soz-med-logo {
  width: 5rem;
  margin: 3rem 0 1rem 0;
}
.soz-med a {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 1.00);
  text-decoration: underline;
}
.soz-med a:hover {
  text-decoration: none;
}
.abstand {
  min-height: 18rem
}
.footer-abstand-soz-med {
  height: 20rem;
  width: 100%;
}
.insta {
  color: rgba(255, 255, 255, 1.00);
}
.thema {
  height: 120px;
  max-height: 0px;
}
.carousel-control-prev-icon {
  background-image: url("../image/grafik/zurueck.svg")
}
.carousel-control-next-icon {
  background-image: url("../image/grafik/vor.svg")
}
.jungendschutz {
  font-size: 0.7rem;
  padding-top: 1rem;
}
@media (max-width:768px) {
  .jungendschutz {
    font-size: 0.7rem;
    padding: 1rem 0;
  }
}
.abstand-onlineanfrage {
  height: 5rem;
  width: 100%;
}
.betriebsurlaub {
  font-size: 0.7rem;
}
@media (max-width:768px) {
  .col-lg-4 .ct-btn-scroll.ct-js-btn-scroll {
    float: right;
    bottom: 2rem;
    top: 10rem;
  }
}
.shop {
  background-color: rgba(181, 64, 43, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.text-hervorhebung {
  font-weight: bold;
}
.abstand-h2 {
  font-size: 6px;
}
.btn-outline-secondary {
  color: rgba(210, 115, 55, 1.00);
  border-color: rgba(210, 115, 55, 1.00);
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: rgba(210, 115, 55, 1.00);
  border-color: rgba(210, 115, 55, 1.00);
}
.btn-kaufen {
  float: left;
  margin: 1.8rem 0 3rem 1.25rem;
  vertical-align: bottom;
}
.btn-kaufen-platzhalter {
  float: left;
  margin: 2.25rem 0 3rem 1.25rem;
  vertical-align: bottom;
}
.card-body {
  min-height: 18rem;
}
.weiss-trenner {
  border-color: white;
  opacity: 0.38;
}
.Newsletter-Ueberschrift {
  text-align: center;
}
.indicates-required {
  float: right;
  font-weight: 100;
  font-size: 0.6rem;
  text-align: right;
}
.eingabe {
  width: 80%;
  float: right;
}

#mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0;
}
.mc-field-group {
  display: inline-block;
} /* positions input field horizontally */
#mc_embed_signup input.email {
 
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 40px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
	vertical-align: top;

}
#mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
#mc_embed_signup .clear {
  display: inline-block;
} /* positions button horizontally in line with input */
#mc_embed_signup .button {
background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: .03em;
  color: #fff;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 1.6rem;
margin-left: 0.4rem;
  display: inline-block;

  transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup .button:hover {
  background-color: rgba(210, 115, 55, 1.00);;
  cursor: pointer;
	border:none;
}
#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
#mc_embed_signup #mce-error-response {
  display: none;
}
#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}
@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px;
  }
  #mc_embed_signup .clear {
    display: block;
    width: 100%
  }
  #mc_embed_signup .button {
    width: 100%;
    margin: 0;
  }
}
.schweinefleisch {
  align-content: center;
  text-align: center;
  padding-bottom: 1rem;
}
.schweinefleisch h2 {
  color: rgba(210, 115, 55, 1.00);
  font-weight: bold;
	font-size: 1.8rem;
}
.tierwohl
{
	margin-bottom: 3rem;
}
a {
	color: rgba(210, 115, 55, 1.00);
	text-decoration: none;
}
 a:hover {
	color: rgba(210, 115, 55, 0.70);
	text-decoration: underline;
}
.logo-leitfaden {
  
  display: flex;

}
#logo-leitfaden {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-leitfaden {
  width: 17rem;
  position: absolute;
  z-index: 88;
}
@media (max-width:768px) {
  .logo {
    max-width: 10.8rem;
  }
}
@media (max-width:1024px) {
  .logo {
    max-width: 12.4rem;
  }
}
@media (max-width:1280px) {
  .logo {
    width: 13.8rem;
  }
}
.zeitpunkt {
    font-size: 1 rem;
}

.stellenanzeige {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.btn-startseite {
  margin: 2rem 0 3rem 0rem;
  vertical-align: bottom;
}