/*@ import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');*/

/* roboto-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-300.woff') format('woff'), /* Modern Browsers */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/fileadmin/font/roboto-v29-latin/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* logged in */
.bh-bemode .bhContainer .bhElement:nth-last-child(+1),
.bh-bemode.bhe-state-editing .bhContainer .bhElement:nth-last-child(+2),
/* letztes element */
.bhContainer .bhElement:last-child,
.bh-bodytext p:last-child,
.bh-bodytext ul:last-child,
/* todo accordions direkt untereinander ohne abstand */
/* .bhContainer .bhAccordeonItem, */
.bhTabElement,
/* empty dropzones */
.bhe-state-content-empty, .bhe-state-dragging .bhe-state-content-inherited
{
  margin-bottom: 0 !important;
}

.bhElement,
.bhElement.bhText,
.bhContainer .bhAccordeonItem.accordeon-last,
.bhe-state-editing .bhContainer .bhAccordeonItem.accordeon-last {
  margin-bottom:80px;
  box-sizing: border-box;
}

/*
.bhGroup .bhElement,
.bhCols .bhElement {
  margin-bottom:40px;
}
*/




body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.page {
  position: relative;
}

.menue>a {
  display: none;
}

.menue>a.logo {
  display: block;
  /*background: url(../images/logo.png) white center center no-repeat;*/
  /*background-size: contain;*/
  -webkit-font-smoothing: none !important;
  box-sizing: border-box;
  z-index: 100;
  position: absolute;
  margin-left: 25px;
  top: 16px;
  width: 280px;
  height: 90px;
}

a.logo img {
  width: 100%;
  height: auto;
  margin-top: 12px;
}

@media (min-width: 1401px) {
  .menue>a.logo {
    width: 320px;
  }
}

.menuelogo {
  /*background: url('../images/logoSmall.png') left top no-repeat;*/
  /*background: url('../images/logoSmall.svg') left top no-repeat;*/
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 35px;
  width: 60px;
  height: 50px;
  display: block;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s ease all;
          transition: 0.2s ease all;
}


.menue {
  position: relative;
}



.menuouter {
  /*position: absolute !important;*/
  /*width: 100%;*/
  /*background: white;*/
  background: white !important;
  z-index: 101 !important;
  /*margin-top: 70px;*/
  /*left: 50%;*/
  /*margin-left: -450px;*/
  /*width: 900px;*/
  border-radius: 0;
/*   overflow: hidden; */
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  /*top: 10vh;*/

  position: fixed !important;
  margin-top: 0;
  left: 0;
  top: 0;
  margin-left: 0;
  width: 100%;
}

/*.scrolled .menuouter {*/
  /*position: fixed !important;*/
  /*margin-top: 0px;*/
  /*left: 0px;*/
  /*top: 0px;*/
  /*margin-left: 0px;*/
  /*width: 100%;*/
  /*background: white;*/
  /*animation-name: dropHeader;*/
    /*animation-iteration-count: 1;*/
    /*animation-timing-function: ease-out;*/
    /*animation-duration: 0.3s;*/
/*}*/
/*@keyframes dropHeader {*/
    /*0% {*/
    /*top: -50px;*/
    /*}*/
    /*100% {*/
      /*top: 0px;*/
    /*}*/
/*}*/


body {
  -webkit-transition: 0.2s ease all;
          transition: 0.2s ease all;
}

body.bh-bemode.bhe-state-editing {
  padding-top: 110px;
}

.bh-bemode .menuouter {
  top: 50px;
}

.page {
  width: 960px;
  margin: 0 auto;
}

.outer.footerouter .page {
  width: 80%;
}

.headerouter .page {
  width: 100%;
  max-width: 100%;
}

.outer {
/*
  padding-left: 35px;
  padding-right: 35px;
*/
}


.headerlogo {
  height: 145px;
  background: white;
}

.galerie {
  height: 279px;
}

.lightgreen {
  background: white;
  position: relative;
  z-index: 10;
}

.darkgreen {
  background: #00b862;
  background: rgba(79,184,79,0.5);
}

.galerie .bhElement {
  margin-bottom: 0 !important;
}

.navi li {
  display: inline-block;
}

ul.navi {
  margin-left: 0;
  text-align: center;
}
li.hnavi_item {
  position: relative;
  display: inline-block;
  line-height: 109px;
  height: 110px;
  /*margin-top: 29px;*/
  margin-top: 0;
}
li.hnavi_item > a {
  color: #006ab2;
  font-size: 18px;
  font-weight: normal;
  line-height: 110px;
  padding-right: 12px;
  padding-left: 12px;
  letter-spacing: -1px;
  -webkit-transition: 0.2s ease all;
          transition: 0.2s ease all;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  /*margin-top: 30px;*/
}


ul.hsnavi_box {
  display: none;
  position: absolute;
  padding:10px;
  left:0;
  top:109px;
  min-width: 240px;
  text-align: left !important;
  background:#fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  z-index: 2;
}
ul.hsnavi_box li {
  float: none;
  display: block;
  padding: 0 10px;
}
ul.hsnavi_box li a {
  font-size: 16px;
  line-height: 30px;
  padding:0;
/*   color:#8f8f8f; */
  color:#606060;
}
ul.hsnavi_box li.hsnavi_item.active a {
  color: #e95e0f;
}
ul.hsnavi_box li a:hover {
  color: #e95e0f;
}

li.hnavi_item:hover .hsnavi_box {
  display: block;
}

.darkgreen.outer {
  background: rgba(79,184,79,0.5);
  position: relative;
  z-index: 20;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.content {
  background: white;
  min-height: 250px;
}

.content {
  padding: 60px 0 0 0;
}

.footerouter {
  margin-top: 0;
  height: 150px;
}

.footer .bh-bodytext p {
  /*line-height: 100px;*/
  /*font-size: 18px;*/
}

.footerouter.outer  {
  background: #006ab2;
  box-shadow: none;
  height: auto;
  margin-top: 48px;
}

body[data-page="44"] .footerouter.outer,
body[data-page="48"] .footerouter.outer,
body[data-page="55"] .footerouter.outer,
body[data-page="17"] .footerouter.outer  {
  margin-top: 0;
}

.footer {

}

.footerlogo {
  width: 200px;
  height: 70px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-size: contain;
}

.footercontent {
  width: 100%;
  padding: 32px 12px;
}

.footercontent .bh-bodytext {
  color: white;
  font-size: 16px;
  /*font-weight: bold;*/
  color: rgba(255,255,255,0.8);
  line-height: 22px;
}

.footercontent .bh-bodytext a {
  color: rgba(255,255,255,0.8);
  text-decoration: underline;
}
.footercontent .bh-bodytext a:hover {
  color: rgba(255,255,255,1);
}

.footercontent .bh-bodytext strong {
  font-size: 18px;
  color: rgba(255,255,255,1);
}

.footer h5 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 6px;
  font-weight: normal;
}


.topBtnOuter {
  position: absolute;
  bottom: -28px;
  right: 24px;
}

.topBtn {
  background: #de5f17;
  color: #ffffff;
  padding: 4px 8px;
  line-height: 20px;
  border-radius: 0 0 12px 12px;
}


h1, h2 {
  color: #006ab2;
  font-size: 26px;
  font-weight: bold;
}

h2 {
  color: #006ab2;
  font-size: 26px;
}

h1, .bh-bodytext h1 {
  margin-bottom: 0;
}
h2, .bh-bodytext h2, .bh-bodytext > h2:last-child {
  margin-bottom: 64px !important;
  margin-top: 0;
}

h3 {
  color: #626262;
  font-size: 20px;
 }

.bh-bodytext h3 {
   margin-top: 40px;
  font-weight: normal;
}

h4 {
  background: #e95e0f;
  padding: 7px 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

h5, h5, h6 {
}

p, .bodytext {
  margin-bottom: 27px;
}

.entfetten {
  font-weight: normal !important;
  font-size: 22px;
}

.sehrGross {
  font-size: 32px;
  color: #777777;
}

.bh-styleclass-highlight {
  font-size: 18px;
  line-height: 24px;
  color: rgba(0,0,0,0.66);
}

.linkbox_bild {
  display: none;
}

.bhLinkbox {
  /*background: #006ab2;*/
  cursor: pointer;
  -webkit-transition: 0.1s ease all;
          transition: 0.1s ease all;
}

/*
.bhLinkbox:hover {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
*/

a.bhLinkbox.bhElement {
  height: auto;
}

.bhLinkbox .linkbox_content {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
}

.bhLinkbox .linkbox_content p {
  line-height: 30px;
  margin-bottom: 0;
  color: white;
  /*font-weight: lighter;*/
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

.bhLinkbox {
  height: 50px;
}

.bhCols {
  margin-bottom: 64px;
}

.cols2 .bhCol {
    width: 47%;
    margin-right: 6%;
}

.bh-cols-asymmetric .col1 {
  width: 38%;
  margin-right: 4%;
}

.bh-cols-asymmetric .col2 {
  width: 58%;
}

.bhGroup {
  background: rgba(0,0,0,0.5);
  padding-top: 58px;
  min-height: 162px;
}

.bhGroup h1, .bhGroup h2, .bhGroup h3 {
  color: white;
  font-weight: normal;
}

.bhGroup h1 {
  font-size: 22px;
}

h3 {
  margin-bottom: 10px;
}

.bh-bodytext {
  font-size: 17px;
  color: #5f5f5f;
  line-height: 23px;
}

.content {
  z-index: 5;
  position: relative;
}

.content ul li {
  font-size: 17px;
  line-height: 24px;
  /*list-style: none;*/
  /*border-bottom: 1px solid rgba(143,143,143,0.5);*/
  /*margin-top: 10px;*/
  padding-bottom: 10px;
  margin-left: 7px;
  /*list-style: none;*/
}

/*.content ul li::before {*/
/*  margin-right: 7px;*/
/*}*/

.content ul li:last-child {
  border-bottom: 0 solid rgba(143,143,143,0.5);
}

.content ul {
  /*list-style: none;*/
  padding-left: 0;
  margin-top: 0;
}

.liste2 {
  border-top: 1px solid rgba(168,202,67,0.5);
  line-height: 50px;
  display: block;
  margin-bottom: 0;
  text-align: left;
}

.content a {
  color: #006ab2;
}

a.bakehouse {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

a.bakehouse img {
  width: 100px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.bh-brand-logo {
  fill-opacity: 1;
  fill: white;
}
.bh-brand-text {
  fill-opacity: 1;
  fill: white;
}
.footerleiste a.bh-brand {
  opacity: 1;
  filter: alpha(opacity=80);
  width: 120px;
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 50%;
  /*margin-left: -130px;*/
}

/*
.navi li.active a {
  font-weight: normal;
  color: rgba(205, 175, 151, 1);
  background: rgba(118, 0, 0, 1);
}
*/

.headerouter .page {
  max-width: 100%;
  width: auto;
}

.galerie,
div[data-section="headercontent"],
.galerie .bhBgImage {
  height: 100%;
  min-height: 110px;
  max-height: calc(100vh - 70px);
  max-width: 100%;
  width: 2000px;
  margin: 0 auto;
  text-align: center;
}

/* Fahrzeuge */
.headerouter .galerie img[src="uploads/tx_bh/la-717-cr_2.jpg"] {
  margin-top: -100px;
}

/* Müllbehälter */
.headerouter .galerie img[src="uploads/tx_bh/behaelter_img_20200716_075344.jpg"] {
  margin-top: -100px;
}


body.bhe-state-dragging .galerie,
body.bhe-state-dragging div[data-section="headercontent"],
body.bhe-state-dragging .galerie .bhBgImage {
  height: 279px;
}

.content {
  z-index: 100;
  position: relative;
  padding-bottom: 0;
}

.galerie .bhBgImage {
  opacity: 1;
  filter: alpha(opacity=50);
}

.galerie .bhIframe {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.galerie {
  position: relative;
}

.outer {
  position: relative;
}

.galerie:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  z-index: 200;

}


h1, h2, h3 {
  color: #006ab2;
}

h1 {
  font-size: 52px;
  font-weight: 100;
}

h1 + h2 {
  margin-top: -22px;
  margin-bottom: 52px;
  font-weight: 400;
}

h2 {
  color: rgba(68,68,68,0.5);
  font-weight: normal;
}

h3 {
  margin-bottom: 12px;
  margin-top: 12px;
}

.bhBox {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/*.boxTitle, .boxTitle p {*/
/*  text-align: center;*/
/*  font-weight: normal;*/
/*  line-height: 40px;*/
/*  background: grey;*/
/*  color: white;*/
/*  margin-bottom: 0;*/
/*}*/
.boxTitle {
  text-align: left;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}
.boxTitle p {
  font-weight: 400;
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
}

.boxContent {
  padding: 10px;
}

.boxBild {
  filter: brightness(0.6);
  transition: .3s;
}
.box:hover .boxBild {
  filter: brightness(1);
}

.bhTabElement {
  line-height: 50px;
  height: 50px;
  width: 33.33333%;
  text-align: center;
  display: inline-block;
  border: 0;
  padding: 0;
  -webkit-transition: 0.1s ease all;
          transition: 0.1s ease all;
  box-sizing: border-box;
  margin-bottom: 55px;
  background: white;
  color: #e95e0f;
  border-top: 1px solid #e95e0f;
  font-weight: normal;
  text-transform: none;
}
.bhTabElement.bh-tabtoggler-active {
  color: white;
  background: #e95e0f;
}

.bhTabElement p {
  color: #e95e0f;
  line-height: 50px;
}
.bhTabElement.bh-tabtoggler-active p {
  color: white;

}

.bhContainer.bh-tabcontent-active {
  padding: 24px 12px;
}

.bh-tab-togglers {
  text-align: center;
  width: 100%;
  position: relative;
  float: none;

}

.galerie .bhBgImage {
  background-size: cover;
}

h2 + h3 {
  margin-top: -16px;
}

.content .bhImageInner {
  border: 0 solid #cdaf97;
}

.bhTrenner {
  background: url(../images/trenner.svg) center center no-repeat;
  background-size: 200%;
  /*background-position: center center;*/
  margin-bottom: 40px;
}

.round .bhImageInner {
  width: 250px !important;
  height: 250px !important;
  border-radius: 100%;
  margin: 0 auto;
  border: 0 !important;
}

.langmenue {
  position: absolute;
  left: 0;
  height: 100%;
}

.langmenue a {
  height: 60px;
  line-height: 60px;
  width: 40px;
  text-align: center;
  display: inline-block;
  color: #006ab2;
    font-size: 13px;
    font-weight: normal;
    border-right: 1px solid rgba(118, 0, 0, 0.1);
}

.langmenue a:first-child {
  padding-left: 0;
}

html[lang="de-DE"] .langmenue a:nth-child(1) {
  font-weight: 400;
  background: rgba(188, 148, 68, 0.1);
}

html[lang="it-IT"] .langmenue a:nth-child(2) {
  font-weight: 400;
  background: #006ab2;
}

.bhElement {
    display: block;
    min-height: 20px;
}


.bh-fieldblock {
  margin-bottom: 30px;
}

.bh-field {
  width: 100%;
  float: left;
  margin-right: 0;
  margin-bottom: 15px;
}
.bh-field:nth-child(even) {
  margin-right: 0;
}

.bh-field input[type="text"],
.bh-field textarea {
  border: 1px solid #006ab2;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  -webkit-appearance: none;
}
.bh-field textarea {
  min-height: 120px;
}
.bh-field input[type="submit"] {
  background: RGB(116, 1, 0);
  padding: 10px 20px;
  font-size: 14px;
  -webkit-appearance: none;
  border:0;
  color: RGB(204, 175, 150);
}


/* Zimmer Preise */
.cooprice-accordeon td {
  padding:0;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  width: 600px;
  font-weight: normal;
}
.cooprice-accordeon td:first-child {
  display:none;
}

td.cooprice-accordeon-season {
  line-height: 24px;
  padding: 20px 0;
}
td.cooprice-accordeon-season .season-date {
}

a.cooprice-button {
  background: #006ab2;
  color: white;
  line-height: 40px;
  display: block;
  padding: 0 20px;
}

.cooprice-accordeon-room {
  margin-bottom:20px;
  font-size: 14px;
}

.cooprice-accordeon-toggler {
  border:0;
  padding: 0 20px;
  background: #006ab2;
  color:white;
  font-size: 16px;
  line-height: 50px;
}

.cooprice-accordeon-toggleinfo {
  display:none;
}

.cooprice-accordeon-bodyinner {
  padding:20px 20px;
  background: rgba(188, 148, 68,0.1)
}

.cooprice-accordeon-pic {
  width: 25%;
}
.cooprice-accordeon-pic img {
  width: 100%;
  height: auto;
}

.cooprice-accordeon-text {
  width: 55%;
  padding: 0 3%;
  box-sizing: border-box;
}

.cooprice-accordeon-inquire {
  width: 20%;
}

.cooprice-accordeon-inquire .cooprice-button {
  margin-bottom: 10px;
}

.cooprice-roompricetable-price {
  background: rgba(188, 148, 68, 0.1);

}
td:nth-child(odd) .cooprice-roompricetable-price {
  background: rgba(188, 148, 68, 0.2);

}

a.cooprice-roomdetail-backlink {
  margin-bottom: 20px;
  display: inline-block;
}

.cooprice-roomdetail-gallery {
  width: 40%;
  float: right;
  margin: 0 0 30px 30px;
}

.cooprice-roomdetail-gallery a {
  display: block;
}

.cooprice-roomdetail-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.cooprice-roomdetail-restpic {
  margin:-10px;
  margin-top: 10px;
}
.cooprice-roomdetail-restpic a {
  width: 33.333%;
  box-sizing: border-box;
  float: left;
  padding: 10px;
}

.cooprice-list-room-pricetable {
  clear: both;
  margin-bottom: 20px;
}

.cooprice-roomdetail td {
  padding:0;
}

.cooprice-roomdetail .cooprice-roompricetable-price {
  padding:10px;
  text-align: center;
}

.cooprice-roomdetail tr:nth-child(odd) .cooprice-roompricetable-price {
  background: rgba(188, 148, 68, 0.1);
}

.cooprice-roomdetail-buttons {
  background: #006ab2;
  color: white;
  padding: 5px 20px;
  width: 202px;
  float: right;
  text-align: center !important;
  cursor: pointer;
}

.bh-field input[type="submit"] {
  background: #006ab2;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: normal;
}

.cooprice-roomdetail .season-name {
}

.cooprice-roomdetail-buttons {
  text-align: right;
}

a.cooprice-roomdetail-request {
  display: inline-block;
}

li.hnavi_item:hover > a {
  background: #e95e0f !important;
  color: #fff;
  /*font-weight: bold;*/
}

.content .bhElement {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.content .bhElement.fullwidth, .content .bhElement.BildMitText {
  max-width: none;
}

.bhPicture.fullwidth, .bhPicture.fullwidth .bhBgImage {
  height: 500px;
}

.fixed .bhBgImage, .fixed .bhBackgroundImage  {
  background-attachment: fixed !important;
}

.bhElement.bhTrenner {
  margin-bottom: 10px;
}

.bhElement.BildMitText {
  text-align: center;
  height: 450px;
}

.bhElement.BildMitText .bhBackgroundImage  {
  height: 450px;
  background-size: cover;
}


.BildMitText .text .bh-bodytext {
  /*background: rgba(0, 0, 0, 0.1);*/
  background: rgba(0, 106, 178, 0.7);
  display: inline-block;
  padding: 25px 40px 40px 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  margin-top: 125px;
  margin-bottom: 0;
  transition: 0.3s;
  width: 100%;
  max-width: 820px;
}

.BildMitText:hover .text .bh-bodytext {
  background: rgba(0, 106, 178, 0.9);
  transition: 0.3s;
}

.BildMitText .text .bh-bodytext h6 {
  font-size: 35px;
  line-height: 30px;
  margin: 20px 0 20px 0;
}

.BildMitText .text .bh-bodytext p {
  line-height: 30px;
}

.BildMitText .text .bh-bodytext a {
  color: #ffffff;
}

.BildMitText .subtext .bh-bodytext {
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
}

.BildMitText .subtext .bh-bodytext a {
  color: #ffffff;
  background: #e95e0f;
  padding: 5px 15px;
  /*border-radius: 15px;*/
}

.BildMitText .subtext .bh-bodytext a:hover {
  background: #006ab2;
}

.bhLinkbox .linkbox_content {

}

@media (hover:none) {
  .BildMitText .text .bh-bodytext {
    background: rgba(0, 106, 178, 0.7);
  }
}

@media only screen and (max-device-width: 1024px), only screen and (max-device-width: 1024px) {
   .fixed .bhBgImage, .fixed .bhBackgroundImage  {
  background-attachment: inherit !important;
}

}








/*#CookisWarning {*/
/*  position:fixed;*/
/*  bottom:0;*/
/*!*   background:rgba(50,50,50,0.8); *!*/
/*  background: #fff;*/
/*  border-top:1px solid #e95e0f;*/
/*!*   color:#606060; *!*/
/*  padding:10px;*/
/*  left:0;*/
/*  width:100%;*/
/*  text-align: left;*/
/*  box-sizing: border-box;*/
/*  z-index: 190;*/
/*  font-size: 14px;*/
/*  line-height: 20px;*/
/*}*/

/*.cookis-warning-text {*/
/*  margin-right:200px;*/
/*  margin-bottom:10px;*/
/*}*/

/*.cookis-warning-button {*/
/*  position:absolute;*/
/*  top:10px;*/
/*  right:10px;*/
/*  padding:5px 30px !important;*/
/*  color:#fff;*/
/*  background:#006ab2;*/
/*  border-radius: 3px;*/
/*!*   border: 1px solid #fff; *!*/
/*  cursor: pointer;*/
/*}*/
/*.cookis-warning-infolink {*/
/*  color:#006ab2;*/
/*  text-decoration: underline;*/
/*}*/

/*.cookis-warning-text a {*/
/*  font-weight: bold;*/
/*  color: #006ab2;*/
/*}*/

.langmenue {
  display: none;
}

.footerleiste {
  height: 32px;
  background: #e95e0f;
  position: relative;
}

.footerleiste a#praxiFooter {
  position: absolute;
  display: block;
  margin: 6px auto;
  right: 24px;
  top: 0;
  opacity: 1;
}

.footerleiste img {
  height: 20px;
}

.footerleisteInner {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: rgba(255,255,255,1);
  line-height: 32px;
  box-sizing: border-box;
}
.footerleisteInner a {
  color: rgba(255,255,255,0.8);
  margin-left: 12px;
}
.footerleisteInner a:hover {
  color: rgba(255,255,255,1);
}

.footerIconDiv {
  text-align: right;
}

.footerIconDiv span {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 10px;
  margin: 0 2px;
  background: #e95e0f;
  transition: 0.3s;
}

.footerIconDiv span:hover {
  background: #fff;
  color: #e95e0f;
  transition: 0.3s;
}

.box {
  overflow: hidden;
  border: 1px solid #006ab2;
}

.boxTitle {
  /*display: none;*/
}

.box .boxBild img {
  max-width: 100%;
  height: auto;
}

.boxContent {
  height: auto;
  width: 100%;
  padding: 0;
  opacity: 0;
  background: #ffffff;
  transition: 0.4s;
  text-align: left;
  overflow: hidden;
  min-height: 100px;
}

.boxContent .bh-bodytext {
  padding: 24px 12px;
}

.boxContent p {
  /*color: #fff;*/
  font-size: 16px;
  font-weight: lighter;
}
.boxContent ul li {
  font-size: 16px;
  font-weight: lighter;
  list-style-type: circle;
  padding-bottom: 2px;
  margin-left: 4px;
}
.boxContent h6 {
  font-size: 14px;
  /*color: rgba(255, 255, 255, 0.9);*/
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 6px;
  font-weight: normal;
  color: #006ab2;
}

/*.boxContent h6:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 40%;*/
/*  height: 1px;*/
/*  bottom: 0;*/
/*  left: 30%;*/
/*  border-bottom: 3px solid #ffffff;*/
/*}*/

.boxContent {
  opacity: 1;
}

/*.boxContent:hover {*/
  /*opacity: 1;*/
  /*transition: 0.4s;*/
/*}*/

/*.boxContent:hover .bh-bodytext {*/
  /*-webkit-animation-name: slideInUp;*/
  /*animation-name: slideInUp;*/
  /*-webkit-animation-duration: 1.2s;*/
  /*animation-duration: 1.2s;*/
  /*-webkit-animation-fill-mode: both;*/
  /*animation-fill-mode: both;*/
/*}*/
/*@-webkit-keyframes slideInUp {*/
  /*0% {*/
    /*-webkit-transform: translateY(100%);*/
    /*transform: translateY(100%);*/
    /*visibility: visible;*/
  /*}*/
  /*100% {*/
    /*-webkit-transform: translateY(0);*/
    /*transform: translateY(0);*/
  /*}*/
/*}*/
/*@keyframes slideInUp {*/
  /*0% {*/
    /*-webkit-transform: translateY(100%);*/
    /*transform: translateY(100%);*/
    /*visibility: visible;*/
  /*}*/
  /*100% {*/
    /*-webkit-transform: translateY(0);*/
    /*transform: translateY(0);*/
  /*}*/
/*}*/

.boxContent .bh-bodytext::before {
  /*content: url(../images/blatt.png) "";*/
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -50px;
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  width: 80px;
}

.headerInfo {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  border-radius: 0;
  transition: 0.3s;
  padding: 3px;
  width: 100%;
  z-index: 9999;
  text-align: right;
  height: 24px;
}

.headerInfo a {
  margin: 0 36px 0 -10px;
  color: #006ab2;
  transition: 0.3s;
}

.headerInfo span {
  margin-right: 5px;
  color: #006ab2;
  transition: 0.3s;
}

.headerInfo span#headerTextSpan {
  float: left;
  margin-left: 35px;
}

.headerInfo:hover {
  /*background: #e95e0f;*/
  transition: 0.3s;
}
.headerInfo a:hover {
  color: #e95e0f;
}
.headerInfo a:hover span {
  color: #e95e0f;
}

.cooRouteLocation {
  background: #e95e0f !important;
}

.cooRouteLegs .adp-directions td:first-child {
  background: rgba(0, 0, 0, 0) !important;
}

.cooRouteLegs .adp-summary {
  background: #006ab2 !important;
}

.cooRouteLegs .adp-placemark {
  background: #e95e0f !important;
}

input.cooRouteSubmit {
  background: #006ab2;
  color: #fff;
  border: none;
  padding: 3px 10px;
  /*border-radius: 15px;*/
  width: 100%;
}

.cooRouteLocationInput {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 6px;
}


.bhLinkbox .linkbox_content {
  background: #e95e0f;
  color: #fff;
  /*border-radius: 15px;*/
  padding: 7px;
  transition: 0.3s;
  min-height: 0;
  text-transform: none;
  height: auto;
}

.bhLinkbox .linkbox_content:hover {
  background: #006ab2;
  color: #ffffff;
  transition: 0.3s;
}

.bhe-state-editing .menuouter {
  display: none;
}


.cols3 .bhCol {
  width: 31%;
  margin-right: 3%;
}

.cols2 .bhCol .bhElement,
.cols2 .bhCol .bhElement.bhText,
.cols2 .bhCol .bhContainer .bhAccordeonItem.accordeon-last,
.cols2 .bhCol .bhe-state-editing .bhContainer .bhAccordeonItem.accordeon-last,
.cols3 .bhCol .bhElement,
.cols3 .bhCol .bhElement.bhText,
.cols3 .bhCol .bhContainer .bhAccordeonItem.accordeon-last,
.cols3 .bhCol .bhe-state-editing .bhContainer .bhAccordeonItem.accordeon-last {
  margin-bottom: 27px;
}


a.bhPicture.bhElement img {
  transition: 0.7s;
}

a.bhPicture.bhElement img:hover {
  /*transform: scale(1.2);*/
  /*transition: 0.7s;*/
}

.bhe-state-editing a.bhPicture.bhElement img:hover {
  transform: scale(1);
}

.headerouter .galerie img {
  width: 100%;
  height: auto;
}



body.bh-femode .card .cardBild .bhImageInner {
  overflow: hidden;
}
body.bh-femode .card .cardBild img {
  transform: scale(1.02);
}

body.bh-femode .box .boxBild .bhImageInner {
  overflow: hidden;
}
body.bh-femode .box .boxBild img {
  transform: scale(1.02);
}





/*body[data-page="23"] .content {*/
  /*padding: 25px;*/
  /*padding-left: 0;*/
  /*padding-right: 0;*/
  /*margin-top: 0;*/
/*}*/

/*body[data-page="23"] .content .bhElement {*/
  /*max-width: 100%;*/
/*}*/

/*body[data-page="23"] .content .bhContainer .bhCols.bhElement {*/
  /*background: #e95e0f;*/
/*}*/

/*body[data-page="23"] .cols2 .bhCol {*/
  /*width: 50%;*/
  /*margin-right: 0;*/
/*}*/

/*body[data-page="23"] .content .bhContainer .bhCols.bhElement .bhTextInner {*/
  /*padding: 100px 65px 0 65px;*/
/*}*/

/*body[data-page="23"] .bhCols {*/
  /*margin-bottom: 25px;*/
/*}*/

/*body[data-page="23"] .content .bhContainer .bhCols.bhElement .linkbox {*/
  /*padding: 0 10px;*/
/*}*/

/*body[data-page="23"] .content .bhContainer .bhCols.bhElement .bhLinkbox .linkbox_content:hover {*/
  /*!*background: #e95e0f;*!*/
  /*!*color: #006ab2;*!*/
  /*transition: 0.3s;*/
  /*border: 1px solid #006ab2;*/
  /*background: #fff;*/
/*}*/

/*body[data-page="23"] .content .bhContainer .bhCols.bhElement .bhLinkbox .linkbox_content:hover p{*/
  /*color: #006ab2;*/
/*}*/

/*body[data-page="23"] .content .bhContainer .bhCols.bhElement h6 {*/
  /*font-size: 50px;*/
  /*line-height: 50px;*/
  /*color: #fff;*/
  /*margin: 0 0 50px 0;*/
/*}*/

/*body[data-page="23"] .footercontent,*/
/*body[data-page="23"] .footerouter {*/
  /*margin-top: 0;*/
/*}*/

/* FLEUROP Logo */
body[data-page="18"] a[data-uid="451"] .bhImageInner {
  width: 100% !important;
}
body[data-page="18"] a[data-uid="451"] .bhImageInner img {
  margin: 0 auto;
}
/* FLEUROP Logo ENDE */

.cooRouteLegs {
  overflow: auto;
}





.adler {
  position: absolute;
  bottom: 16px;
  right: 28px;
  width: auto;
  font-size: 12px;
}
.adler img {
  width: 40px;
  height: auto;
  margin: 0 auto;
}



body[data-page="79"] .bhCol a.bhPicture.bhElement {
  margin-bottom: 0 !important;
}
body[data-page="79"].bh-state-desktop .bh-cols,
body[data-page="79"].bh-state-desktop .bhColcontainer {
  margin-left: -10px;
  margin-right: -10px;
}
body[data-page="79"].bh-state-desktop .bh-col,
body[data-page="79"].bh-state-desktop .bhCol {
  padding-left: 10px;
  padding-right: 10px;
}




.fancybox-infobar {
  color: #fff !important;
  mix-blend-mode: initial !important;
}

.fancybox-button {
  background: #de5f17;
}

.fancybox-toolbar .fancybox-button {
  color: #ffffff;
  top: 15px;
  right: 15px;
}

.fancybox-caption {
  font-size: 18px;
  color: #ffffff;
  background: #006ab2;
}
.fancybox-bg {
  background: rgba(0, 106, 178, 0.5);
}


@media (min-width: 1950px) {
  .menue>a.logo {
    margin-left: 230px;
  }
}

@media (max-width: 2000px) {
  .footer .bh-bodytext p {
    line-height: 18px;
    margin-top: 0;
    font-size: 15px;
  }
}

@media (max-width: 1700px) {
  ul.navi {
    text-align: center;
    margin-right: 0;
  }
}

@media (max-width: 1365px) {
  li.hnavi_item > a {
    font-size: 13px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menue>a.logo {
    width: 220px;
  }
  a.logo img {
    margin-top: 24px;
  }

  .BildMitText .text .bh-bodytext h6 {
    font-size: 20px;
    margin: 10px;
  }

  .BildMitText .text .bh-bodytext {
    width: auto;
    max-width: 100%;
  }

  body[data-page="23"] .content .bhContainer .bhCols.bhElement h6 {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 24px 0;
  }

  .outer.footerouter .page {
    width: 90%;
  }

  .footerleisteInner {
    width: 90%;
  }

  .footer .bh-bodytext p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  /*ul.navi {*/
  /*  text-align: right;*/
  /*  margin-right: 150px;*/
  /*}*/
  li.hnavi_item > a {
    padding-right: 6px;
    padding-left: 6px;
  }
  .headerInfo a {
    margin: 0 6px 0 0;
  }
  .menue>a.logo {
    width: 170px;
    margin-left: 10px;
  }
  .adler {
    right: 10px;
  }
  .topBtnOuter {
    right: 2px;
  }
}

@media (max-width: 800px) {
  /*ul.navi {*/
  /*  margin-right: 0;*/
  /*}*/
  .adler {
    font-size: 10px;
  }
  .menue>a.logo {
    width: 120px;
  }
  a.logo img {
    margin-top: 30px;
  }

}

.bh-cols, .bhColcontainer {
  max-width: 100%;
}

.bhT3.bhElement {
  width: 100%;
  max-width: 100%;
  margin: 0;
}


.bhTrenner.bhElement {
  background: transparent;
  margin: 48px auto !important;
  border-top: 1px solid #e95e0f;
  height: 0 !important;
  min-height: 1px;
}

.bhElement.bhText {
  margin-bottom: 20px !important;
}
.bhElement {
  margin-bottom: 40px !important;
}


/* ----- ACCORDION ----- */
.bhAccordeonItem {
  margin-bottom: 12px !important;
}

.bhAccordeonItem.bhElement .bh-accordion-toggler {
  /*padding: 0; */
  margin: 0;
  border-top: 1px solid #e95e0f;
  padding: 12px 45px 12px 12px;
  background: #e95e0f;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler p {
  margin-bottom: 0;
}
.bh-accordion-element {
  height: auto !important;
  padding: 0;
}
.bh-accordion-element-inner {
  padding: 12px;
}
.bhAccordeonItem.bhElement.accordeon-last .bh-accordion-element {
  /*border-bottom: 1px solid #e95e0f;*/
  border-bottom: none;
}
.bhAccordeonItem.bhElement:not(.accordeon-last) {
  margin-bottom: 0;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner {
  font-weight: normal;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 50px;
  padding: 0px;
  color: #fff;
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner p {
  color: #fff;
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner:after,
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner.aufklappBoxElemArrowUp:after {
  content: '\e907';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0; right: 0;
  font-family: 'bakehouse-iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 23px;
  transition: .4s;
  color: #ffffff;
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner.aufklappBoxElemArrowDown:after {
  content: '\e908';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0; right: 0;

  font-family: 'bakehouse-iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 23px;
  transition: .4s;
  color: #ffffff;
}
/*.bhAccordeonItem.bhElement .bh-accordion-active .bh-accordion-toggler-inner:after {*/
/*  transform: rotate(180deg);*/
/*  margin-right: 3px;*/
/*  color: #000;*/
/*}*/



body[data-page="24"] .bhColcontainer .bhCol {
  padding: 0 6px;
}


.bhContainer[data-section="accordeon"] {
  overflow-x: hidden;
}

.bh-bemode .bhContainer[data-section="accordeon"] {
  overflow-x: visible;
}





/***** Containerform START *****/


.bestellForm {
  width: 900px;
  margin: 48px auto;
  max-width: 100%;
}

.bestellForm * {
  box-sizing: border-box !important;
}

.bestellForm h3 {
  clear: both;
  margin: 32px 0 12px 0;
}

.bestellForm h5 {
  margin: 12px 0;
  clear: both;
}

.checkboxFeld.produktFeld {
  width: 33.33%;
  float: left;
}

.bestellForm .checkboxFeld span,
.bestellForm .checkboxFeld input {
  cursor: pointer;
}

.bestellForm form,
.bestellForm label {
  color: #707070 !important;
  font-size: 16px;
}

.bestellForm .bestellFormDaten textarea,
.bestellForm .bestellFormDaten input {
  width: calc(100% - 12px);
  padding: 6px;
}
.bestellForm textarea {
  padding: 12px !important;
}

.emailCheckSchutz {
  display: none !important;
}

.bestellFormKopf {
  padding: 12px;
}

.bestellFormKopfSpalte {
  float: left;
}

.bestellFormKopfSpalte.bestellFormKopf1 {
  width: 80px;
}
.bestellFormKopfSpalte.bestellFormKopf2 {
  width: calc(100% - 360px);
}
.bestellFormKopfSpalte.bestellFormKopf3,
.bestellFormKopfSpalte.bestellFormKopf4 {
  width: 140px;
}


.bestellFormProdukt {
  padding: 6px 12px;
  border-bottom: 1px solid #b4cd31;
}

.bestellFormProdukt input {
  padding: 0 0 0 10px !important;
  width: 60px !important;
  text-align: center;
  margin: 0 20px 0 0 !important;
}

.bestellFormProdukt label {
  width: calc(100% - 380px);
  display: inline-block;
  font-size: 1rem;
}

span.bestellFormEinzelpreis,
span.bestellFormGesamtpreis {
  width: 140px;
  text-align: center;
  display: inline-block;
}

.bestellFormSumme {
  padding: 12px;
  text-align: right;
  margin-bottom: 12px;
  font-weight: bold;
}


.bestellFormInputWrap {
  width: 50%;
  float: left;
  margin: 0;
  padding: 3px 0;
}

.bestellFormTextareaWrap {
  padding: 0;
  margin: 6px 0;
}

.checkboxFeld p {
  margin-bottom: 12px;
}

.bestellFormSubmit {
  padding: 12px 0;
}

.bestellFormHinweis {
  color: #e95e0f;
  padding: 12px 0;
  font-weight: bold;
}

button#bestellFormSubmit {
  padding: 8px 12px;
  width: 100%;
  color: #ffffff;
  background: #e95e0f;
  border: 1px solid #e95e0f;
  font-size: 17px;
  transition: .3s;
  cursor: pointer;
}

button#bestellFormSubmit:hover {
  background: #006ab2;
  border: 1px solid #006ab2;
}

button#bestellFormSubmit:focus {
  background: #006ab2;
}




body.bh-state-mobile .bestellForm {
  padding: 12px;
  width: auto;
}
body.bh-state-mobile .bestellFormInputWrap,
body.bh-state-mobile .checkboxFeld.produktFeld {
  width: 100%;
  float: none;
}


/***** Containerform ENDE *****/








/***** BewerbungForm START *****/


.bewerbungForm {
  width: 900px;
  margin: 48px auto;
  max-width: 100%;
}

.bewerbungForm * {
  box-sizing: border-box !important;
}

.bewerbungForm h3 {
  clear: both;
  margin: 32px 0 12px 0;
}

.bewerbungForm h5 {
  clear: both;
  color: #707070 !important;
  font-size: 16px;
  font-weight: normal;
  margin: 12px 0;
}

.checkboxFeld.produktFeld {
  width: 33.33%;
  float: left;
}

.radioFeld.produktFeld {
  width: auto;
  margin-right: 24px;
  float: left;
}

.bewerbungForm .checkboxFeld span,
.bewerbungForm .checkboxFeld input {
  cursor: pointer;
}

.bewerbungForm form,
.bewerbungForm label {
  color: #707070 !important;
  font-size: 16px;
}

.bewerbungForm .bewerbungFormDaten textarea,
.bewerbungForm .bewerbungFormDaten input {
  width: calc(100% - 12px);
  padding: 6px;
  height: 36px;
}

.bewerbungForm .bewerbungFormDaten input[type="radio"],
.bewerbungForm .bewerbungFormDaten input[type="checkbox"] {
  height: 14px;
  width: 14px;
  margin-right: 6px;
}
.bewerbungForm textarea {
  padding: 12px !important;
  min-height: 100px;
}

.bewerbungFormSelectWrap {
  clear: both;
  margin: 6px 0;
}

.bewerbungFormSelectWrap label {
  display: block;
  color: #707070 !important;
  font-size: 16px;
}

.bewerbungFormSelectWrap select {
  height: 36px;
  padding: 6px;
  width: calc(100% - 12px);
}

.emailCheckSchutz {
  display: none !important;
}

.bewerbungFormKopf {
  padding: 12px;
}

.bewerbungFormKopfSpalte {
  float: left;
}

.bewerbungFormKopfSpalte.bewerbungFormKopf1 {
  width: 80px;
}
.bewerbungFormKopfSpalte.bewerbungFormKopf2 {
  width: calc(100% - 360px);
}
.bewerbungFormKopfSpalte.bewerbungFormKopf3,
.bewerbungFormKopfSpalte.bewerbungFormKopf4 {
  width: 140px;
}

.fileFeld {
  padding: 0;
  margin: 6px 0;
}
.fileFeld input {
  width: 100%;
  margin: 6px 0;
}

.bewerbungFormProdukt {
  padding: 6px 12px;
  border-bottom: 1px solid #b4cd31;
}

.bewerbungFormProdukt input {
  padding: 0 0 0 10px !important;
  width: 60px !important;
  text-align: center;
  margin: 0 20px 0 0 !important;
}

.bewerbungFormProdukt label {
  width: calc(100% - 380px);
  display: inline-block;
  font-size: 1rem;
}

span.bewerbungFormEinzelpreis,
span.bewerbungFormGesamtpreis {
  width: 140px;
  text-align: center;
  display: inline-block;
}

.bewerbungFormSumme {
  padding: 12px;
  text-align: right;
  margin-bottom: 12px;
  font-weight: bold;
}


.bewerbungFormInputWrap {
  width: 50%;
  float: left;
  padding: 0;
  margin: 6px 0;
}

.bewerbungFormTextareaWrap {
  padding: 0;
  margin: 6px 0;
}

.checkboxFeld p {
  margin-bottom: 12px;
}

.bewerbungFormSubmit {
  padding: 12px 0;
}

.bewerbungFormHinweis {
  color: #e95e0f;
  padding: 12px 0;
  font-weight: bold;
}

button#bewerbungFormSubmit {
  padding: 8px 12px;
  width: 100%;
  color: #ffffff;
  background: #e95e0f;
  border: 1px solid #e95e0f;
  font-size: 17px;
  transition: .3s;
  cursor: pointer;
}

button#bewerbungFormSubmit:hover {
  background: #006ab2;
  border: 1px solid #006ab2;
}

button#bewerbungFormSubmit:focus {
  background: #006ab2;
}




body.bh-state-mobile .bewerbungForm {
  padding: 12px;
  width: auto;
}
body.bh-state-mobile .bewerbungFormInputWrap,
body.bh-state-mobile .checkboxFeld.produktFeld {
  width: 100%;
  float: none;
}


/***** BewerbungForm ENDE *****/









/* Yumpu Prospekt */
.bhT3.bhElement[data-uid="1708"] {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}


.bhText .bhTextInner a[href*=".pdf"] span.bh-font-download,
a.bhLinkbox[href*=".pdf"] .linkbox_content p span.bh-font-download {
  margin-right: 6px;
}


.ankerKlasse {
  display: block;
  position: absolute;
  margin-top: -150px;
  visibility: hidden;
}



.fancybox-caption {
  bottom: initial;
  top: 0;
}
.fancybox-caption::before {
  background-image: none;
}
.fancybox-caption {
  font-size: 18px;
  color: #ffffff;
}




div#c2667 {
}
.bh-state-mobile div#c2667 .embed-container iframe,
.bh-state-mobile div#c2667 .embed-container {
  max-height: 65vh;
  padding-bottom: 24px;
}



.btnScrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 200;
  transform: translateX(-50%);
  font-size: 32px;
  background: white;
  color: #006ab2;
  padding: 12px;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
}



.pflichtfeld {
  color: #de5f17;
  font-weight: 700;
}



.bh-femode .BildMitText .text.noText {
  display: none;
}


div#mpcDatenschutz {
  padding: 0 12px;
}
#mpcDatenschutz,
#mpcDatenschutz * {
  box-sizing: border-box;
}
.mpcDatenschutzSection + h2 {
  margin-top: 48px;
}



@media (max-width: 480px) {
  body[data-page="17"]  .mpcDaiOuter iframe {
    height: 260px !important;
  }

}
@media (max-width: 400px) {
  body[data-page="17"]  .mpcDaiOuter iframe {
    height: 220px !important;
  }

}



span.linkMail,
span.linkTel {
  cursor: pointer;
  color: #006ab2;
}



#bh-accessibility-widget {
  /* Primärfarbe */
  --accessibility-color-primary: #e95e0f;

  /* Abstand zum Rand */
  --accessibility-offset-vertical: 25px;
  --accessibility-offset-horizontal: 25px;
}

.bh-state-mobile #bh-accessibility-widget {
  --accessibility-offset-vertical: 10px;
  --accessibility-offset-horizontal: 10px;
}
