pre {
  white-space: pre-wrap;
  /* Chrome & Safari */
  white-space: -moz-pre-wrap;
  /* Mozilla since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

body {
  font: 16px "source-sans-pro", arial, sans-serif;
}

dl, menu, ol, ul {
  margin: 0;
  /*corrects the _normalize.scss (margin-top:bug)*/
  padding: 0;
}

/*Fix for _normalize.scss*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #007334;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px !important;
  font-weight: 200;
}

h3 {
  font-size: 16px !important;
  font-weight: 200 !important;

}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}

#pageTitle h1 {
  font-size: 1.625em;
  padding: 25px;
  text-align: center;
  color: #fff;
  background: #007334;
  margin: 0;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

#pageTitle h1:after {
  content: '';
  width: 26px;
  height: 26px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -13px;
}

.indent {
  margin-left: 30px;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.center {
  margin: 0 auto;
}

.contentelement {
  margin-bottom: 15px;
}

.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/* Tablestyling Even/odd */
table tr:nth-child(even) {
  /*background: rgba(0,0,0,0.1);*/
}

img {
  border: none;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: red;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}

:-ms-input-placeholder {
  color: red;
}

html {
  height: 100%;
  overflow: scroll;
  overflow-x: auto;
  /*CSS3*/
}

body {
  height: 100%;
  height: auto !important;
  font-size: 15px;
  color: #231f20;
  background: #153331;
}

#pagewrap {
  width: calc(100% - 80px);
  margin: 50px auto 50px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.85) 0px 0px 80px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.85) 0px 0px 80px;
  box-shadow: rgba(0, 0, 0, 0.85) 0px 0px 80px;
}

#content .container-fluid {
  padding: 75px;
}

#content .gridelement .container {
  padding: 75px;
}

#content .gridelement .container h3 {
  font-weight: 600;
}

#content .container {
  padding: 0;
  width: auto;
}

.bannerWrap {
  padding-bottom: 0;
}

.bannerWrap {
 padding-bottom: 0;
}

/*
#################################################################################################
# Layout -> COMPANYLOGO & TOPNAV
#################################################################################################
*/
#brand {
  float: left;
  display: block;
}

#brand {
  margin: 50px 0px 0px 0px;
}

@media (min-width: 769px) {
    #brand {
        margin: 67px 0px 0px 0px;
    }
}

#brand img {
  max-width: 300px;
  height: auto;
}

.openingtimes .container {
  width: auto !important;
  padding: 0;
}

.openingtimes .ce-textpic.ce-intext.ce-right .ce-bodytext {
  padding-right: 0px !important;
}

.openingtimes {
  margin-top: 50px;
  text-align: right;
  float: right;
}

.openingtimes h3 {
  font-size: 1.125em;
  font-weight: 300;
}

.openingtimes p {
  padding: 0;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 18px;
  margin: 0;
}

.headerAbove {
  background: url(../gfx/bg_header.png) repeat-x left bottom;
  padding: 0 75px 0 55px;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .headerAbove {
    margin-top: 60px;
    padding: 0 30px 0 30px;
  }
}

#slider .royalSlider {
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
  height: 500px;
}

#slider .rsArrow {
  width: 45px;
  height: 205px;
  background: url(../gfx/ico_slider_arrow_l.png) no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -104px;
}

#slider .rsArrow.rsArrowLeft {
  left: 25px;
}

#slider .rsArrow.rsArrowRight {
  background: url(../gfx/ico_slider_arrow_r.png) no-repeat center center;
  right: 25px;
}

@media (max-width: 575px) {
  #slider .rsArrow {
    display: none !important;
  }
}

@media (max-width: 480px) {
  #slider .uebersichtsSlider.royalSlider .rsOverflow,
  #slider .uebersichtsSlider.royalSlider {
    height: 300px !important;
  }
}
@media (max-width: 650px) {
  #brand {
    margin: 30px auto 20px;
    width: 100%;
  }

  #brand img {
    display: block;
    margin: 0 auto;
  }

  .openingtimes {
    float: none;
    text-align: center;
    margin: 0;
    padding: 0 0 0;
  }
}
@media (max-width: 370px) {
  #brand img {
    width: 100%;
    height: auto;
  }
}
/*
#################################################################################################
# Layout -> Main Navigation
#################################################################################################
*/

.navbar-nav {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.navbar-nav > li {
  float: none;
}

.nav > li {
  display: inline-block;
}

#mainNavi {
  background-color: #fff;
}

#mainNavi ul li a {
  display: block;
  cursor: pointer;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
#mainNavi ul .level1 > li.open > a:focus,
#mainNavi ul.level1 > li > a:hover,
#mainNavi ul.level1 > li > a:focus {
  background: none;
}

.navbar-nav > li > a {
  padding-bottom: 28px;
  padding-top: 28px;
}

.dropdown-menu > li > a {
  clear: both;
  color: #333;
  font-weight: 400;
  line-height: 1.42857;
  padding: 10px 20px;
}

#mainNavi ul.level1 {
  text-align: center;
}

#mainNavi > ul > li {
  display: inline-block;
  float: none;
}

#mainNavi ul.level1 > li > a {
  text-transform: uppercase;
}

#mainNavi ul.level1 > li a:hover {
  color: #231f20;
}

#mainNavi ul.level1 li > a {
  color: #aeaeae;
  font-size: 20px;
}

#mainNavi ul.level2 li > a {
  color: #333;
  font-size: 16px;
}

#mainNavi ul li.hasSub.open > a,
#mainNavi ul.level1 .active > a
 {
  color: #007334;
  position: relative;
}

#mainNavi ul li.hasSub > a {
  padding-right: 30px;
}

.navbar-nav .level2 li.hasSub > a:after,
.navbar-nav .level2 li.hasSub.open > a:after,
.navbar-nav.level1 li.hasSub > a:after {
  content: '';
  background: url(../gfx/ico_mainnav_arrow_drop_norm.png) no-repeat center center;
  width: 10px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  z-index: 10;
  display: block;
  z-index: 999;
}

.navbar-nav .level2 li.hasSub.open > a:after,
.navbar-nav.level1 li.hasSub.open > a:after,
.navbar-nav.level1 li.hasSub.active > a:after{
    background: url(../gfx/ico_mainnav_arrow_drop_act.png) no-repeat center center;
}

.caret {
  display: none;
}

.navbar-nav .level2 li.active a,
.navbar-nav .level2 li.active a:hover,
.navbar-nav .level2 li.hasSub.open > a,
.navbar-nav .level2 li.hasSub.open > a:hover {
  background-color: #007334;
  color: #fff !important;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1em;
  left: 0;
  margin: 0px 0 0;
  min-width: 180px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 90%;
  z-index: 1000;
}

#overlayMobileNavClose {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 998;
  display: none;
}

#bottomBar #navToggle,
#bottomBar .scrollTop {
  display: block;
  font-size: 0;
  padding: 30px;
}

nav#mobileNavArea .navbar-nav {
  margin: 0;
}

.level3.dropdown-menu {
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #eee;
  width: 100%;
}

.back-to-top {
  width: 55px;
  height: 55px;
  display: block;
  position: fixed;
  bottom: 55px;
  right: 65px;
  z-index: 996;
  background-color: #007431;
  color: #fff;
  border-radius: 5px;
  line-height: 55px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}

.back-to-top-mobile {
  display: none;
}

@media (max-width: 767px) {
  #mainNavi {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 60px;
    z-index: 999;
    background-color: #d8d8d8;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  }

  #mainNavi ul.level1 {
    text-align: left;
  }

  nav .hasSub.dropdown a {
      border-color: #ccc;
  }

  nav .hasSub.dropdown a.show {
    border-bottom: 1px solid #ccc;
  }

  #mainNavi > .container-fluid {
      padding: 0px 15px;
  }

  .navbar-toggler {
    border: 0;
    height: auto;
    margin: 0px !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 6px 9px 10px 11px;
  }

  .navbar-toggler .icon-bar {
    background-color: gray;
    height: 3px;
    width: 26px;
    display: block;
  }

  .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  .navbar-toggler:not(.collapsed) .icon-bar {
    background-color: #007431;
  }

  .navbar-toggler {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
  }

  .navbar-nav {
    background-color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    top: 80px;
    right: 20px;
    overflow: scroll;
    margin: 0;
    flex-wrap: nowrap;
  }

  .nav > li {
    display: block;
  }

  #mainNavi .navbar-nav .nav-link {
      padding-left: 15px;
      line-height: 20px;
      position: relative;
  }

  .navbar-nav > li > a {
    padding-bottom: 17px;
    padding-top: 17px;
  }

  #mainNavi ul.level2 li > .nav-link {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    color: #aeaeae;
  }

  .back-to-top {
    display: none;
  }

  .back-to-top-mobile {
    display: block;
    height: 60px;
    line-height: 60px;
    float: right;
    margin-right: 5px;
    font-size: 22px;
  }
}
/* BRANDS */
#brandsArea {
  margin-bottom: 25px;
  padding: 75px;
}

#brandsArea .col-first {
  border-left: 1px solid #007334;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#brandsArea .row {
  margin-left: 0px;
  margin-right: 0px;
}

#brandsArea .col-xs-12 a,
#brandsArea .col-xs-6 a {
  display: block;
  padding: 0;
}

#brandsArea .col-xs-12,
#brandsArea .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}

#brandsArea .col-first {
  margin-bottom: 15px;
}

#brandsArea .col-first a {
  text-decoration: none;
}

#brandsArea .col-first a span {
  padding: 0 5px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.ct-pagitem {
  font-weight: 400;
  font-size: 18px;
}

.ct-pill > .ct-tab .ct-pagitem.ct-cur:hover,
.ct-pill > .ct-tab .ct-pagitem.ct-cur {
  background-color: #007334;
  color: #fff;
}

.ct-pill > .ct-tab .ct-pagitem {
  background-color: #ececec;
  text-transform: uppercase;
}

.ct-pill > .ct-tab .ct-pagitem:hover {
  color: #231f20;
}

.contentWrap figure img {
  border: 1px solid #cccccc;
}

@media (max-width: 350px) {
  #brandsArea .col-xs-12 {
    width: 100%;
  }
}

/*
#################################################################################################
# Layout -> Contactform
#################################################################################################
*/
.csc-mailform Input {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  font-weight: 300;
  border-radius: 0;
}

.csc-mailform textarea {
  width: 266px;
  resize: vertical;
  padding: 8px;
  border: 1px solid #ccc;
  width: 100%;
  font-weight: 700;
  min-height: 120px;
  border-radius: 0;
}

.csc-mailform .csc-mailform-field {
  margin-top: 10px;
  margin-bottom: 10px;
}

.csc-mailform {
  border: none;
}

.csc-mailform label {
  display: block;
  float: left;
  width: 110px;
  font-weight: 500!important;
  color: #666!important;
}

.csc-mailform .csc-form-element-submit {
  width: auto;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 8px;
  font-weight: 300;
  background-color: rgb(221, 221, 221);
  color: rgb(35, 31, 32);
  font-size: 16px;
}

.contentStyled label {
  font-weight: 300;
  color: #231F20;
}

.csc-form-element-textblock {
  color: #231F20;
  font-weight: 300;
  padding-top: 10px;
}

/*
#################################################################################################
# Layout -> footer
#################################################################################################
*/
footer {
  border-top: 10px solid #153331;
  border-bottom: 46px solid #121212;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 0;
  text-align: center;
}

footer b {
  color: #fff;
}

#bg-footerimage {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (min-width: 992px) {
    #bg-footerimage {
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media (max-width: 1200px) {
  #bg-footerimage .row .col header {
    margin-top: 10px;
  }
}

.container:before, .container:after {
  content: " ";
  display: table;
}

footer p {
  color: #d1d1d1;
  font-size: 16px;
}

#footerBrand img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

footer #fbLink {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../gfx/facebooklink.png) no-repeat center center;
  font-size: 0;
}

footer h4,
footer h5 {
  color: #fff;
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

footer .col-second h4 {
  margin-bottom: 0px;
}

.fb-logo {
  margin-bottom: 10px;
  margin-top: 5px;
}

footer hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  margin: 0 0 25px 0;
}

footer a:hover,
footer a {
  color: #fff;
  text-decoration: none;
}

footer .col-first a {
  text-decoration: underline;
}

footer .col-second a {
  font-weight: 600;
  font-size: 1.125em;
}

footer .col-second hr {
  margin-bottom: 10px;
}

footer nav#footerNav {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
}

footer nav#footerNav ul {
  display: flex;
}

footer nav#footerNav li {
  display: flex;
  list-style-type: none;
  float: left;
  text-align: center;
}

footer nav#footerNav li a {
  font-size: 1em;
  color: #d1d1d1;
  font-weight: 400;
}

footer nav#footerNav li.active a {
  font-weight: 700;
  color: #fff;
}

footer .col-2,
footer .col-3 {
  padding-top: 18px;
}

@media (max-width: 768px) {
  footer .col-first,
  footer .col-second {
    margin-bottom: 30px;
  }
}
/*
#################################################################################################
# Layout -> SITEMAP
#################################################################################################
*/
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {
  color: red;
}

/*
#################################################################################################
# Layout -> CONTENTFORMATING
#################################################################################################
*/
.contentStyled p {
  margin-bottom: 10px;
  font-weight: 300;
}

.contentStyled h2 {
  color: #007334;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.contentStyled a {
  text-decoration: underline;
  color: #007334;
  transition: all 0.3s ease-out;
}

.contentStyled a:hover {
  color: #00c057;
}

.contentStyled p.align-center {
  text-align: center;
}

.contentStyled aside p {
  margin: 0;
}

.contentStyled aside {
  background: #ccc;
  padding: 15px;
  color: #666;
  margin-bottom: 25px;
}

.contentStyled hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 25px 0;
}

/*Pre_styled lists*/
.contentStyled ol,
.contentStyled ul {
  margin-bottom: 25px;
}

.contentStyled li {
  margin-bottom: 10px;
}

.contentStyled li p {
  font-weight: unset;
}

.contentStyled ol {
  padding-left: 20px;
}

.contentStyled ul {
  padding-left: 20px;
}

.contentStyled .csc-textpic-imagewrap ul,
.contentStyled .csc-textpic-imagewrap ol {
  padding: 0px;
  margin: 0px;
}

.contentStyled table td.align-right {
  text-align: right;
}

.contentStyled table td.align-left {
  text-align: left;
}

.ce-textpic.ce-intext.ce-right .ce-bodytext {
    float: left;
}

.ce-textpic .ce-gallery {
  width: auto;
  float: right;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 0;
}

/*TYPO3 mobile tables*/
.contentStyled .contenttableOuterWrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #ccc;
}

#googleMaps {
  border: 0;
  width: 100%;
  height: 300px;
}

.ce-textpic.ce-intext.ce-right .ce-bodytext {
  width: auto;
  float: unset;
}


@media (max-width: 768px) {
  header {
    padding: 0;
  }

  #bg-footerimage,
  #content .container-fluid {
    padding: 30px;
  }

  #content .gridelement .container {
    padding: 30px;
  }


  .bannerWrap {
    padding: 0;
  }

  .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: unset;
  }

  #content .gridelement .ce-textpic.ce-intext.ce-right .ce-bodytext {
    width: auto;
    float: left;
  }

  .ce-textpic .ce-gallery {
    float: unset;
    width: auto;
  }

}

@media (max-width: 480px) {
  .ce-textpic .ce-gallery {
    width: auto;
    float: unset;
  }

  .ce-gallery figure {
    display: block;
  }

  .ce-gallery figcaption {
    display: initial;
  }
}

@media (max-width: 768px) {
  #pagewrap {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body {
    padding: 0 0 70px 0;
  }
}
@media (min-width: 1230px) {
  #pagewrap {
    width: 1150px;
  }
}

/*BY TYPO3*/
footer:after {
  content: ' ';
  background: url("../gfx/bg_footer.jpg") no-repeat center center;
  background-size: cover;
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.contentStyled img,
.contentStyled embed,
.contentStyled object,
.contentStyled video,
.contentStyled .csc-textpic-imagerow,
video {
  height: auto;
  max-width: 100%;
  width: 100%;
}

video {
  margin-bottom: -6px;
}

#brandsArea .brandInner {
  height: 102px;
  text-align: center;
  line-height: 100px;
  margin: 1rem 0;
}

#brandsArea .brandOuter {
  padding-bottom: 10px;
}


#brandsArea .brandBorder {
  border: 1px solid #cccccc;
  width:100%;
}

#brandsArea .brandInner .csc-textpic-image {
 margin-bottom: 0px;
}

#brandsArea .brandInner .csc-textpic-image img{
  max-height: 100px;
  max-width: 170px;
  display: table-cell;
  display: -webkit-inline-box;
  vertical-align: middle;
}

.popup {
  z-index: 9999;
  background-color: #ffffff;
  padding: 0px;
}

.fbtnFrame {
  padding-left: 40px;
}

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  overflow: auto;
}

.mobHide,
.mobBanner {
  display: none;
}

.bannerImage,
.bannerImage img{
  width:100%;
}

.smallOfferimage,
.smallSliderimage {
  display: none;
}

.offerimages img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.smallSliderimage {
  height: auto !important;
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 575px) {
  .mobHide {
    display: inline;
  }
  .deskHide {
    display: none;
  }
  .mobBanner {
    display: block;
  }

  .smallOfferimage,
  .smallSliderimage {
    display: block;
  }
  .bigOfferimage,
  .bigSliderimage {
    display: none;
  }
 }

/*
#########################################################
Image Repsonsive
#########################################################
*/
.csc-textpic-intext-right .csc-textpic-imagewrap,
.csc-textpic-intext-left .csc-textpic-imagewrap{
  width: 50%;
}

@media (max-width: 768px) {
.csc-textpic-intext-right .csc-textpic-imagewrap,
.csc-textpic-intext-left .csc-textpic-imagewrap{
  width: 100%;
}
}

.contentStyled .tx-wssitemap-pi1 img {
  height: auto;
  max-width: initial;
  width: initial;
}

/*
##########################################################
Angebote & Aktionen Button
###########################################################
*/
.angebote-wrapper {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .angebote-wrapper {
    display: block;
    justify-content: flex-end;
  }
}

.angebote-container {
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #00481e;
  margin-top: 1px;
}

header .angebote-container .fa {
  color: white;
  font-size: 1.5em;
  padding-right: 5px;
}

.angebote-container a {
  color: white;
  padding: 0;
  display:block;
}

.angebote-container:hover a {
  color: #cecece;
  text-decoration: none;
}

.angebote-container a:focus {
  text-decoration: none;
}


@media (max-width:650px) {
 .angebote-container {
  max-width:300px;
  margin: auto;
  margin-top: 5px;
 }
}


@media (max-width: 768px) {
  header .angebote-container {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 1px;
  }
}

.collapsing {
  -webkit-transition: none;
  transition: none;
}

.collapse .in {
  -webkit-transition: none;
  transition: none;
}

.cc-window {
  webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
}

.csc-form-element.checkbox {
  padding-bottom: 30px;
}

.csc-form-element.checkbox label {
  width: 100%;
  padding-left: 0;
  display: flex;
}

.csc-form-element.checkbox input {
  position: relative;
  left: 3px;
  width: 100%;
  max-width: 50px;
}

.angebote-container.shoplink {
  background-color: #007431;
}

/*
##########################################################
Special Opening Times
###########################################################
*/
header .headerFooter {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  margin-left: 20px;
}

header .specialOpeningtimes {
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ab833b;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
  font-weight: 600;
  margin-left: auto;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
}

@media (max-width: 768px) {
  header .specialOpeningtimes {
    display: flex;
    float: none;
  }
}

header .specialOpeningtimes p {
  margin: 0;
  display: inline;
}

header .specialOpeningtimes p:first-of-type {
  padding-right: 5px;
}

@media (max-width: 768px) {
  header .headerFooter {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-left: -30px;
    margin-right: -30px;
    background-color: white;
  }
  header .specialOpeningtimes {
    order: -1;
    margin-left: 0;
    padding: 5px 25px;
  }
  header .specialOpeningtimes p {
    display: block;
  }
}

.headerFooter .container-fluid,
.headerFooter .col {
  padding-left: 0px;
  padding-right: 0px;
}

.headerFooter .row {
  margin-left: 0px;
  margin-right: 0px;
}

/*
##########################################################
  Subpage: Prospekte
###########################################################
*/

.prospektPage .container-fluid,
.prospektPage .container,
.prospektPage .row,
.prospektPage .col {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.prospektPage iframe {
  height: 99vh;
  width: 100%;
  border: none;
  overflow: hidden;
}

/*
##########################################################
  Navtweaks after Update to Bootstrap 5
###########################################################
*/
.navbar {
    padding: 0px;
}

.dropdown-toggle::after {
    border: none;
}

.navbar-nav .dropdown-menu {
    border: 0;
    margin-top: 0px;
}

.dropdown-menu > li > a:hover {
    background-color: #f5f5f5;
}

#mainNavi .nav-item .nav-link {
    padding-left: 15px;
    line-height: 20px;
}

@media(min-width: 768px) {
    .navbar-nav {
        justify-content: center;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-nav .dropdown-menu {
        border-radius: 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        top: 90%;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }
    #mainNavi.navbar-expand-md .dropdown-menu .nav-link {
        padding: 10px 20px;
        line-height: 1.42857;
    }
}

@media (min-width: 640px) {
    .captcha {
      width: 50%;
    }
}
