header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}



.mod-cake-configurator-frontend-module {

}

.motiv-cake .picrow {
    display: flex;
}

.motiv-cake .img-choose-picture{
    width: 20%;
    height: auto;
    float: left;
    margin-right: 5px;
}

.motiv-cake .img-choose-picture label{
    cursor: pointer;
}

.motiv-cake .img-choose-picture .inputvalue {
    display: none;
}

.mod-cake-configurator-frontend-module .textcategory {
    width: 800px;
    height: 533px;
    background-size: contain;
}

.mod-cake-configurator-frontend-module .textcategory .item {
    position: absolute;
    top: 80px;
    left: 70px;
}

.mod-cake-configurator-frontend-module .textcategory .item .cakeimage {
    width: 580px;
    height: auto;
    position: absolute;
    z-index: 6666;
    left: 37px;
    top: 33px;
}

.mod-cake-configurator-frontend-module .textcategory .item .texttop {
    position: absolute;
    z-index: 7777;
    left: 36px;
}

.mod-cake-configurator-frontend-module .textcategory .item .textbottom{
    position: absolute;
    z-index: 8888;
    top: 341px;
    left: 36px;
}

.mod-cake-configurator-frontend-module .textcategory .item .texttop .text,
.mod-cake-configurator-frontend-module .textcategory .item .textbottom .text{
    width: 574px;
    height: 29px;
    border: none;
    background: transparent;
    font-size: 24px;
    text-align: center;
}

.chooseborder .widget-text {
    font-size: 20px;
    font-weight: bold;
}

.select-border {
    width: 10%;
    height: auto;
    float : left;

}

.select-border label{
    cursor: pointer;
}

.select-border input{
    display: none;
}

.select-bottom {
    display: block;
    margin: 20px 0;
}

.select-bottom label {
    font-size: 20px;
    font-weight: bold;
}

.select-bottom select {
    display: block;
    font-size: 16px;
    padding: 15px 15px;
    width: 600px;
}

.ground-options .select-ground{
    width: 30%;
    height: auto;
    float: left;
    margin-right: 10px;
}

.ground-options .select-ground label {
    cursor: pointer;
}

#finalcake.rotatebox{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 100px;
    margin-bottom: 100px;
}

#finalcake.textcategory.rotatebox .item{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

#finalcake.textcategory.rotatebox .item .cakeimage{
    width: 340px;
    height: auto;
    position: absolute;
    z-index: 6666;
    right: 18px;
    top: 70px;
    left: unset;
}

#finalcake.textcategory.rotatebox .item .texttop{
    position: absolute;
    z-index: 7777;
    right: 0;
    top: 36px;
    left: unset;
}

#finalcake.textcategory.rotatebox .item .textbottom{
    position: absolute;
    z-index: 8888;
    top: 584px;
    right: 0;
    left: unset;
}

#finalcake.rotatebox.textcategory .item .texttop .text,
#finalcake.rotatebox.textcategory .item .textbottom .text{
    width: 374px;
    height: 29px;
    border: none;
    background: transparent;
    font-size: 24px;
    text-align: center;
}

@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden;
}
.contao-cookiebar * {
  box-sizing: border-box;
}
.contao-cookiebar:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.contao-cookiebar .cc-inner {
  display: inline-block;
  overflow-y: auto;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  font-size: 1rem;
  text-align: left;
}
.contao-cookiebar.cc-top .cc-inner {
  vertical-align: top;
}
.contao-cookiebar.cc-top.cc-active .cc-inner {
  animation: cookiebar-top-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-top.cc-saved .cc-inner {
  animation: cookiebar-top-out 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-bottom .cc-inner {
  vertical-align: bottom;
}
.contao-cookiebar.cc-bottom.cc-active .cc-inner {
  animation: cookiebar-bottom-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-bottom.cc-saved .cc-inner {
  animation: cookiebar-bottom-out 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-middle .cc-inner {
  vertical-align: middle;
}
.contao-cookiebar.cc-middle.cc-active .cc-inner {
  animation: cookiebar-middle-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-middle.cc-saved .cc-inner {
  animation: cookiebar-middle-out 0.5s ease-in-out forwards;
}
.contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
  margin-top: 0;
}
.contao-cookiebar .cc-head p {
  margin-bottom: 15px;
}
.contao-cookiebar .cc-btn {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  padding: 8px 14px;
  margin-bottom: 8px;
  font-size: 15px;
  outline: 0 none;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  color: #444;
  background: #f5f5f5;
}
.contao-cookiebar .cc-btn:hover {
  background: #ececec;
}
.contao-cookiebar .cc-btn.success {
  background: #4e9e3e;
  border-color: #3e7830;
  color: #fff;
}
.contao-cookiebar .cc-btn.success:hover {
  background: #4c933f;
}
.contao-cookiebar .cc-btn:last-child {
  margin-bottom: 0;
}
.contao-cookiebar label {
  position: relative;
  display: block;
  padding: 8px 13px 8px 0;
  line-height: 1.2;
}
.contao-cookiebar label.group {
  font-weight: 600;
}
.contao-cookiebar input {
  position: absolute;
  width: 1px;
  height: 1px;
  outline: 0 none;
  opacity: 0;
}
.contao-cookiebar input + label {
  padding: 8px 13px 8px 50px;
  cursor: pointer;
}
.contao-cookiebar input + label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 18px;
  margin: 0;
  box-sizing: content-box;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #9c9b99;
  transition: border-color 0.2s;
}
.contao-cookiebar input + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #9c9b99;
  transition: background 0.2s, margin-left 0.2s, padding 0.2s;
}
.contao-cookiebar input + label:active:after {
  padding-left: 5px;
}
.contao-cookiebar input.cc-group-half + label:after {
  background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%);
}
.contao-cookiebar input:checked + label:after {
  background: #399d32;
  margin-left: 17px;
}
.contao-cookiebar input:checked + label:active:after {
  margin-left: 12px;
}
.contao-cookiebar input:checked + label:before {
  background: #dcf3db;
  border-color: #399d32;
}
.contao-cookiebar input:disabled + label {
  pointer-events: none;
}
.contao-cookiebar input:disabled + label:after {
  background: #c8c7c5;
}
.contao-cookiebar input:disabled + label:before {
  background: #f4f4f4;
  border-color: #c8c7c5;
}
.contao-cookiebar.cc-active .cc-inner {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.contao-cookiebar.cc-active.cc-blocked {
  pointer-events: auto;
  animation: cookiebar-overlay-in 0.5s ease-in-out forwards;
}
.contao-cookiebar.cc-saved.cc-inner {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.contao-cookiebar.cc-saved.cc-blocked {
  pointer-events: none;
  animation: cookiebar-overlay-out 0.5s ease-in-out forwards;
}

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0;
  }
  .contao-cookiebar .cc-inner {
    max-width: 750px;
  }
}
@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.75);
  }
}
@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75);
  }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
  }
}
@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
  }
}
@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
  }
}
@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
}
.cookiebar_default {
  color: #444444;
}
.cookiebar_default p {
  color: #868686;
  line-height: 1.4;
}
.cookiebar_default .cc-inner {
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
.cookiebar_default .cc-group {
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-bottom: 10px;
}
.cookiebar_default .cc-group > label {
  margin: 5px 130px 5px 10px;
}
.cookiebar_default .cc-group .cc-detail-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  padding: 13px;
  color: #a2a2a2;
}
.cookiebar_default .cc-group .cc-detail-btn span:nth-child(2) {
  display: none;
}
.cookiebar_default .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
  display: none;
}
.cookiebar_default .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
  display: inline;
}
.cookiebar_default .cc-group .cc-detail-btn:hover {
  color: #717171;
}
.cookiebar_default .cc-group .cc-detail-btn-details {
  display: inline-block;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
  cursor: pointer;
  color: #a2a2a2;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 10px;
}
.cookiebar_default .cc-group .cc-detail-btn-details span:nth-child(2) {
  display: none;
}
.cookiebar_default .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
  display: none;
}
.cookiebar_default .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
  display: inline;
}
.cookiebar_default .cc-group .cc-detail-btn-details:hover {
  color: #717171;
}
.cookiebar_default .cc-cookies {
  display: none;
  background: #fbfbfb;
  border-radius: 0 0 5px 5px;
}
.cookiebar_default .cc-cookies > p {
  font-size: 0.875rem;
}
.cookiebar_default .cc-cookies > p, .cookiebar_default .cc-cookies > .cc-cookie {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e6e6e6;
}
.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info {
  font-size: 0.875rem;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #efefef;
}
.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info > div + div {
  margin-top: 5px;
}
.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
  margin-top: 15px;
}
.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-desc > p {
  margin-bottom: 0;
}
.cookiebar_default .cc-cookies .cc-cookie label.cookie + p, .cookiebar_default .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .cookiebar_default .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
  margin-top: 10px;
}
.cookiebar_default .cc-cookies .cc-cookie p {
  margin: 0 0 15px;
  font-size: 0.875rem;
}
.cookiebar_default .cc-footer, .cookiebar_default .cc-info {
  text-align: center;
}
.cookiebar_default .cc-info {
  margin-top: 15px;
}
.cookiebar_default .cc-info > p {
  font-size: 0.875rem;
}
.cookiebar_default .cc-info > a {
  display: inline-block;
  font-size: 0.813rem;
  color: #a2a2a2;
  text-decoration: none;
}
.cookiebar_default .cc-info > a:hover {
  color: #717171;
}
.cookiebar_default .cc-info > a + a:before {
  display: inline-block;
  content: "·";
  margin-right: 5px;
}

/*# sourceMappingURL=cookiebar_default.css.map */

body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{position:relative}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 32px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 20px;
  height: 20px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #FFCD00;
}

[type="radio"]:not(:checked) + span:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #B00834;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #B00834;
}

[type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #FFCD00;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].tabbed:focus + span:not(.lever):after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #B00834;
  border-bottom: 2px solid #B00834;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #B00834;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #FFCD00;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #B00834;
  background-color: #B00834;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #FFCD00;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #B00834;
  border-color: #B00834;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

/* @import must be at top of file, otherwise CSS will not work */
@import url("https://hello.myfonts.net/count/3c84c3");
  
@font-face {
  font-family: 'FuturaPT-Demi';
  src: url('/files/stinges/layout/styles/frontend/fonts/FuturaPT-Demi/font.woff2') format('woff2'), url('/files/stinges/layout/styles/frontend/fonts/FuturaPT-Demi/font.woff') format('woff');
}
@font-face {
  font-family: 'NocturneSerif-Bold';
  src: url('/files/stinges/layout/styles/frontend/fonts/NocturneSerif-Bold/font.woff2') format('woff2'), url('/files/stinges/layout/styles/frontend/fonts/NocturneSerif-Bold/font.woff') format('woff');
}
@font-face {
  font-family: 'FuturaPT-Bold';
  src: url('/files/stinges/layout/styles/frontend/fonts/FuturaPT-Bold/font.woff2') format('woff2'), url('/files/stinges/layout/styles/frontend/fonts/FuturaPT-Bold/font.woff') format('woff');
}



html{
font-size:100.1%;
overflow-x:hidden;
-webkit-overflow-scrolling: touch;
 -webkit-text-size-adjust: 100%;
}

body, html {
height:100%;
min-height:100%;
}

body{
font-family: 'FuturaPT-Demi', sans-serif;
color:#4D595B;
font-size: 18px;
line-height: 2.1rem;
font-weight:300;
}
strong, b{
	font-family: 'FuturaPT-Bold';
	font-weight: normal;
}

/*Ende sticky footer*/

/*inputrendering*/
input,textarea,select{
/*Safari*/
-webkit-appearance: none;
border-radius:0;
-web-kit-border-radius:0;
}

figure img, .image_container img{
max-width:100%;
height:auto;
}

/*set images to maxwidth 100%*/
figure{
line-height:0;
}

figure > img, .image_container > img{
max-width:100%;
height:auto;
}

a{

}


a:focus{
}
/*Ende Basics*/



 a {
transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-ms-transition:all 0.2s ease;
color:inherit;
text-decoration:none;
 }

 .ce_text p > a{

    text-decoration:underline;
 }


.table{
display:table;
width:100%;
}

.table-wrapper {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  table-layout:fixed;
}

.row{
display:table-row;
position:relative;
}

.row > *{
display:table-cell;
}

.ce_text .linkitem a{
color:inherit;
 text-decoration:none;
}

.headlinecontainer{
margin-bottom:2rem;
}


.ce_gallery.masnryholder .headlinecontainer{
margin-bottom:3rem;
}



.headlinecontainer > *{
margin:0;

}
ul li{

}

h1, h2, h3, h4, h5, h6 {
font-family: 'NocturneSerif-Bold', serif;
}

h1, .h1, h2, .h2 {
  font-size:2.1rem;
  line-height:1.2em;
  letter-spacing:0.03em;
  margin-bottom:0.5em;
}


h3, .h3 {
  font-size:23px;
  line-height:1.4em;
}
h4 {
font-size:1.4em;
    margin-bottom: 0;
}

h5, .h5{
font-size:16px;
font-weight:600;
}
h6{}

.preheadline{
    font-family: 'FuturaPT-Bold', sans-serif;
    font-size:1.2rem;
margin-bottom: 10px;
}

p{
margin-bottom:20px;
}

p:last-of-type{
margin-bottom:0;
}

ul,ol{
margin:0;
}

ul{}

ol{

}

li{
list-style-type:none;
}

#wrapper{
display: table;
width: 100vw;
}

#container{
display: table-row;
}



#left{
    height: 100vh;
        width:320px;
        float:left;
}
#left > .inside {
    position: fixed;
height:100%;
    background: #2D3334;
    color: white;
width:inherit;
}


#main {
margin-left:320px;
width:calc(100vw - 320px);
  	float:none;
display: flex;
min-height: 100vh;
flex-direction: column;
}

  #main {

  }

 .flexholder{
    flex: 1 0 auto;
  }


#hero {
    height: auto;
    background: white;
   height: calc(100vh - (100vh / 6)); 
    overflow:hidden;
max-height:750px;
}

#hero > .inside, #hero > .inside .mod_pageImage, #hero > .inside .mod_pageImage .flexslider, #hero > .inside .mod_pageImage .slides, #hero > .inside .mod_pageImage .slides li,#hero > .inside .mod_pageImage .slides li .image_container, #hero > .inside .mod_pageImage .pageimage,#hero > .inside .mod_pageImage .pageimage .image_container, #hero > .inside .mod_pageImage .pageimage .image_container img{
height:100%;
}

body .flexslider{
    margin: 0;
    background: #fff;
    border: none;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius:0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow:none;
    box-shadow: none;
    zoom: 1;

}


body .flexslider .slides img {
    width: 100%;
    display: block;
    height: 100%;
}

body .flex-control-paging li a {
    width: 100%;
    height: 5px;
    display: block;
    background: #666;
    background: rgba(255,255,255,0.8);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-align:left;
}

body .flex-control-paging li a.flex-active {
    background: #4D595B;
     background: #4D595B;
    cursor: default;
}

body .flex-control-nav {
    bottom: 0;
    text-align: right;
    z-index: 9999;
    width: 32rem;
    right: 0;
    display: table;
    padding: 0 3rem;
    box-sizing: border-box;
}

body .flex-control-nav li {
    margin:0;
    display: table-cell;
    padding-right: 10px;
}


.linkset{
display:table;
margin-top:3rem;
width:100%;
}

.linkset.center ul{
margin:0 auto;
display:table;
}

.linkset li, .btn a, button, p.back > a,  span.back > a, .button-group button, .mod_sortimentList .mod_navigation > ul > li{
    float: left;
    margin-right: 20px;
    display: block;
    
    font-weight: 500;
    line-height: 1;
}
.searchButton > input,.linkset li a, .btn a, button, p.back > a,  span.back > a, .button-group button, .mod_sortimentList .mod_navigation > ul > li{
padding: 20px 35px;

}

.linkset li a{
display:block;
}



 .mod_sortimentList .mod_navigation > ul > li{
     padding:0;
     
 }
 
  .mod_sortimentList .mod_navigation{
      margin-bottom:2rem;
      
  }
 
  .mod_sortimentList .mod_navigation > ul > li > *{
  padding: 20px 35px;
  display:block;
     
 }
 
 .filterholder .btn, .button-group button{
     background:#707070;
     color:white;
 }

.btn{
display:table;
}
.btn a{
float:none;
margin:0 auto;
}

.linkset li:last-of-type{
margin-right:0;
}

.mod_article > .block, footer > .inside {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    padding: 5rem 2rem;
    box-sizing: border-box;
}

.mod_article.bgimage {
    padding: 2rem 0 3rem;
}

footer > .inside{
padding:2rem 0;

}

.footerleft > .top{
border-bottom:1px solid;
}

.footerleft > .top > *{
display:inline-block;
vertical-align:middle;
}

.textred{
color:#B00834;
}

.bgred,  p.back > a, span.back > a{
background:#B00834;
}

p.back > a, span.back > a {
    color: white;
    float: none;
    display: table;
    margin: 0 auto;
}

.bgyellow,button,.mod_sortimentList .mod_navigation > ul > li > *{
background:#FFCD00;
}

.mod_article > .block.small {
    max-width: 50%;
    margin: 0 10%;
}


.video_container {
  position: relative;
padding-bottom: 56.25%;
padding-top: 0;
height: 0;
overflow: hidden;
}

#hero .video_container{
    padding: 0;
    height: auto;
}

.index #hero{
    height: auto;
    max-height: none;
}

.video_container iframe,
.video_container object,
.video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}


.video_container video {
      object-fit: fill;
  object-position: center;
  width: 100%;
  height: initial;
}

.ce_text .float_below{
margin-top:2rem;
}

.ce_text .float_left {
    float: left;
    margin: 0 4rem 20px 0;
}

.ce_text .float_right {
    float: right;
    margin: 0 0 20px 4rem;
}

.ce_text .float_above{
margin-bottom:2rem;
}

.ce_text.twocol .row > .float_left, .ce_text.twocol .row > .float_right {
float:none;
}

.ce_text.twocol .row > * {
    vertical-align: top;
    box-sizing: border-box;
}

.ce_text.twocol .row > .image_container {
width:50%;
}

.ce_text.twocol .row > .textholder.not_left, .ce_text.twocol .row > .textholder.not_above {
padding-left:4rem;
}

.ce_text.twocol .row > .textholder.not_right, .ce_text.twocol .row > .textholder.not_below{
padding-right:4rem;
}

.bgcolored {
    margin-top: 4rem;
    margin-bottom: 4rem;
}


#left > .inside > *{
margin:4rem 2rem;
}

footer{
margin-top:5rem;
background:#E9EAEA;
}

.ce_page_teasers_element{
background:white;
}

.teaserpreHeadline {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 1.3rem;
}

.teaserImage{
line-height:0;
}

.teaserImage img{
max-width:100%;
height:auto;
}
.ce_page_teasers_element a,.ce_page_teasers_element span{
display:block;
}

.ce_page_teasers_element .teasercontent{
text-align:left;
}

.teasergrid .item, .card {
    float: left;
    margin: 0 20px 20px;
box-sizing:border-box;
}

.teasergrid .item span{
display:block;
}

span.teaserheadline {
    font-family: 'NocturneSerif-Bold', serif;
    font-size: 1.8rem;
    line-height: 1.3;
}

.news_category_9 span.teaserheadline{
      font-size: 1.4rem;  
}


.teasergrid .item.withtext span.teaserheadline{
margin-bottom:20px;
}
.teasergrid .item span.teasertext{
padding-right:2rem;
}

.teasergrid .item span.image_container{
    margin-bottom: 20px;
    line-height: 0;
}

.teasergrid .itemsperRow_1 .item,.cols_1 li{
width:calc((100% - (2 * 20px)) / 1);
}

.teasergrid .itemsperRow_2 .item, .cols_2 li{
width:calc((100% - (4 * 20px)) / 2);
}


.teasergrid .itemsperRow_3 .item, .card, .cols_3 li{
width:calc((100% - (6 * 20px)) / 3);
}



.teasergrid .itemsperRow_4 .item,.cols_4 li{
width:calc((100% - (8 * 20px)) / 4);
}

.teasergrid .itemsperRow_5 .item,.cols_5 li{
width:calc((100% - (10 * 20px)) / 5);
}

.teasergrid .itemsperRow_6 .item,.cols_6 li{
width:calc((100% - (12 * 20px)) / 6);
}


.teasergrid .itemsperRow_7 .item,.cols_7 li{
width:calc((100% - (14 * 20px)) / 7);
}

.teasergrid .itemsperRow_8 .item, .cols_8 li{
width:calc((100% - (16 * 20px)) / 8);
}

.teasergrid .itemsperRow_9 .item, .cols_9 li{
width:calc((100% - (18 * 20px)) / 9);
}

.teasergrid .itemsperRow_10 .item, .cols_10 li{
width:calc((100% - (20 * 20px)) / 10);
}

.teasergrid .itemsperRow_11 .item, .cols_11 li{
width:calc((100% - (22 * 20px)) / 11);
}

.teasergrid .itemsperRow_12 .item, .cols_12 li{
width:calc((100% - (24 * 20px)) / 12);
}

.itemsperRow_3 .item:nth-child(3n + 1),.itemsperRow_4 .item:nth-child(4n + 1){
clear:left;
}

.teasergrid > div{
margin:0 -10px;
display:table;
width:100%;
}

.mod_sortimentList .teasergrid > div{
width:100%;
}

.teasercontent{
padding:20px;
}
.center{
text-align:center;
}

.bgred{
color:white;
}

.ce_pageteaser .ce_text {
    margin: 0 auto;
}

.mod_article.fullwidth > .block{
max-width:none;
padding-left:0;
padding-right:0;
margin:0;
}



.mod_article.fullwidth > .block.ce_pageteaser{
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    padding: 5rem 2rem 6rem;
    box-sizing: border-box;
}

.mod_article.bgimage {
    padding: 2rem 0 3rem;
}

.mod_article.fullwidth > .block.image_float_left{
padding-right:calc(10% + 2rem);
}

.mod_article.fullwidth .block.image_float_right{
padding-left:calc(10% + 2rem);
}

.mod_article.fullwidth .block.image_float_left .image_container img, .mod_article.fullwidth .block.image_float_right .image_container img{
width:100%;
}

.mod_article.fullwidth .block.table{
width:auto;
}

#left ul li a, #left ul li strong {
    font-weight: normal;
    font-family: 'NocturneSerif-Bold', serif;
    padding:8px 0;
    display: block;
    line-height: 1;
    letter-spacing: 0.03rem;
    font-size:16px;
}

#left ul li strong, #left ul li.trail > a {
text-decoration:underline;
}

#left ul.level_2 {
    height: 0;
    overflow: hidden;
    display: none;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    padding-left: 20px;
    padding: 10px 0 10px 10px;
}

#left ul li.trail ul.level_2, #left ul li.active ul.level_2 
/*, #left ul li:hover ul.level_2*/
{
display: block;
height: auto; /* bzw. einen Maximal-Wert */
}



.mod_article > .block.small.center{
margin:0 auto;
}

.ce_gallery ul.multicol{
margin:0 -10px;
}

.ce_gallery ul.multicol > li{
float:left;
margin:0 10px 20px;
}

.cols_2 li{
opacity:0;
}


.newsslider .layout_latest {
    background: white;
    float: left;
    width: calc((100% - 6 * 20px) / 3);
    margin: 0 20px 20px;
}

.newsslider .layout_latest span{
display:block;
}


.no-js .newsslider .layout_latest span.teaserbox{
height:120px;
}

.newsslider {
    margin: 0 -20px;
    display:table;
}
.newsslider .layout_latest span.teaserbox{
padding:20px;
}

.bgcolored .mod_newslist .headlinecontainer{
color:white;
text-align:center;
}

.slick-slide img{
width:100%;
height:auto;
}

.mod_newscategories li {
    float: left;
    border: 2px solid #4D595B;
    line-height: 1;

    font-size: 16px;
    margin: 0 10px 0 0;
}

#jobs_filter{
	overflow:visible;
}

#jobfilter.mod_newscategories li {
  float: none;
    border: none;
    line-height: 1;
padding:10px 20px;
border-bottom:1px solid rgba(0,0,0,0.1);
    font-size: 16px;
    margin:0;
}
.ce_text ul.mod_newscategories li {
	list-style-type:none;
}

.mod_newscategories li.reset {
border:none;
}

.mod_newscategories li.reset > span, .mod_newscategories li > a, .mod_newscategories li > strong{
    padding: 10px 15px;
    display:block;
}

.mod_newscategories li.reset > span{
padding-left:0;
}
.mod_newscategories li.reset {
    border: 2px solid transparent;
}

.mod_newscategories li.active > strong{
background:#4D595B;
color:white;
}

.mod_newscategories li.reset.active > strong{
background:transparent;
color:inherit;
}

.mod_newscategories li.reset a{
text-decoration:underline;
}

.mod_newslist .btn {
    margin: 4rem auto 0;
}

.btn.reload > a.bgred{
background:gray;
}

#grid > .item{
opacity:0;
border:1px solid rgba(0,0,0,0.3);
}

.mod_newslist .teasergrid .item span.image_container{
margin:0;
}

.mod_newslist .teasergrid .item span.teaserbox{
padding:20px;
    background: white;
}

.mod_newscategories .level_1 > li:not(.reset){
padding:0;
border:none;
}

.widget.w50, .widget-checked-email{
width:calc((100% - 20px) / 2);
float:left;
}
.widget.w25{
width:calc((100% - 20px) / 6);
float:left;
clear:both;
}
.clearboth {
clear:both;
}


.widget, .widget-checked-email{
margin-bottom:20px;
}

.widget.w50:not(.clr), .widget.w25:not(.clr), .widget-checked-email:not(.confirm){
margin-right:20px;
}

 .widget-checked-email.confirm label{
     
     display:none;
 }

input.text,textarea {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    border: 2px solid #FFCD00;
    font-size: 16px;
    line-height: 1;
}

button{
border:none;
margin:0 auto;
float:none;
}

.widget-submit{
display:table;
width:100%;
text-align:center;
margin-top:4rem;
}

.mod_newsreader p.back{
    margin-top: 6rem;
    text-align: center;
}

.catholder {
    display: table;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 3rem;
}


.teaserholder .row > *{
vertical-align:top;
}


.ce_partnerList_element .teasercontent {
    padding-left: 4rem;
    box-sizing: border-box;
    width: 50%;
    padding-top:0;
}

.ce_partnerList_element .teasercontent .btn{
margin-top:3rem;
}

.itemsperRow_1 .ce_partnerList_element {
    margin-bottom: 4rem;
    float: none;
}

.footerleft .mod_customnav ul {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.footerleft .mod_customnav ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
        line-height: 1;
}

.footerleft .claim {
    font-size: 24px;
    margin-bottom: 10px;
}

footer > .inside{
display:table;
}

footer .row > *{
vertical-align:middle;
}

footer > .inside .footerright {
vertical-align:middle;
text-align:right;
padding-left:20px;
}



footer > .inside .footerright > *{
display:inline-block;
vertical-align:middle;
}

.footerright .mod_logo {
padding-bottom:2rem;
}

ul.icons{}

ul.icons li {
    float: left;
    width: 45px;
    margin-left: 1.8rem;
}
ul.icons li img{
width:100%;
height:auto;
}

.mod_pageImage .caption{
    position: absolute;
    bottom: -3rem;
    background: #FFCD00;
    width: auto;
    z-index: 2;
   -webkit-transform:rotate(-3deg);
                -moz-transform:rotate(-3deg);
                -o-transform:rotate(-3deg);
    right: -2rem;
}

.mod_pageImage .caption > .row > .inside > div >div{
      -webkit-transform:rotate(3deg);
                -moz-transform:rotate(3deg);
                -o-transform:rotate(3deg);
    padding: 4rem 6rem 8rem 2rem;
    margin-bottom: 0rem;
    box-sizing: border-box;
    width: 35rem;
}

.mod_article.bgimage{
position:relative;
}

.mod_article.bgimage > .bgImage{
position: absolute;
width: 100%;
height: 100%;
left:0;
top:0;
z-index:-1;
}


.ce_gallery ul.multicol > li a{
display:block;
}

body .flex-direction-nav a::before{
display:none;
}

body .flex-direction-nav a {
    background:rgba(255,205,0,0.8);
    background:rgba(45,51,52,0.8);
    height
    color: inherit;
    text-shadow: none;
    width:auto;
        padding: 10px;
    box-sizing: border-box;
}

body .flex-direction-nav a > img {
    width: auto;
    height: 100%;
}

body .mod_pageImage:hover .flex-prev{
left:20px;
}

.mod_sortimentList .item span{
display:block;
}

.mod_sortimentList .item span.teaser_image_container{
line-height:0;
}

.mod_sortimentList .item img{
max-width:100%;
height:auto;
opacity:0;
}


.mod_sortimentList .item span.caption {
    text-align: center;
    padding: 10px 20px;
    line-height: 1.2;
    font-size: 16px;
}

.filterholder {
    display: table;
    margin-bottom: 2rem;
}





.mod_stingeslocator_suchmaske .headlinecontainer{
margin:30px 0 40px;
}

#filialcontainer > *{
white-space: nowrap;
}

#filialcontainer > * > *{
white-space: normal;
}

fieldset{
border:none;
}

fieldset.clr {
    clear: both;
    margin: 40px 0;
    width: 70%;
}
label{
display:none;
}

.clr label{
display:inline-block;
}

input.styledText {
    border: 1px solid #FFCD00;
    /*border: 2px solid #FFCD00;*/
    color: #333;
    font-family: "futura-pt",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 20px;
    width: calc(100% - 200px);
    margin-right:15px;
}

.stehcafe, .sitzcafe {
    float: left;
    margin-right: 4rem;
    min-width:85px;
}


.searchOutputContent{
width:100%;
}

.searchOutputContent > table {
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 100%;
}

.mod_article > .block.mod_resultlist {

    float: none;
    display: table;
    width: calc(100% - (10% + 2rem));

}

.searchOutputContent thead{
/*color:#B00834;*/
}
.searchOutputContent thead th {
    padding: 10px 10px;
        padding-right: 10px;
    text-align: left;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-right: 10px;
    box-sizing: border-box;
    border-right: 20px solid transparent;
}
.searchOutputContent tbody{}

.searchOutputContent tbody tr.odd{

}

.searchOutputContent tbody tr td{
    border-right: none;
    margin-right: 0;
    padding: 20px;
    vertical-align: top;
    padding: 20px 10px;
    font-size: 16px;
font-weight: 500;
line-height: 1.9;
}

.mod_article .mod_stingeslocator_suchmaske.block{
padding-top:0;
padding-bottom:3rem;
max-width:980px;
}

.mod_stingeslocator_suchmaske .holder{

}

td span.title {
    font-weight: 400;
    color: #B00834;
    width: 100%;
    display: block;
    border-bottom: 1px solid;
    height: 2.5rem;
    margin-bottom: 20px;
}
td span.days {
    display: inline-block;
    width: 65px;
}

#storefinder.block{
overflow:visible;
display:inline-block;
width:100%;
clear:both;
}


#filialcontainer .searchButton{
display: table;
float: right;
margin:15px 0;
}


input.submit{
border: none

}

body .dk-selected{
padding: 12px 20px;
box-sizing:border-box;
}

td span{
display:block;
}

body .dk-select,body .dk-select-multi{
height:auto;
font-size:16px;
width:180px;
}




body .fancybox-content{
padding:0;
}

.readerimage{
position:relative;
}

.hangtags{
position: absolute;
top: 0;
left: 0;
margin: 0 20px;
}

.hangtags > span{
display:inline-block;
vertical-align:top;
}
.readertxt {
padding: 20px 2rem;
}
.readertxt > .naehrwert {
    background: #fffbdb;
    padding: 15px;
}

.readertxt .naehrwertinfo {
    margin-bottom: 15px;
}

.readertxt .itemheadline {
    color: #B00834;
    display: block;
    font-weight: 500;
}

.readertxt p, .readertxt span {
    font-size: 16px;
    line-height: 130%;
}

.readertxt > .block {
    margin-bottom: 15px;
}

.readertxt .allergene {
    font-size: 15px;
    margin: 0 0 20px;
    width: 95%;
    line-height: 1.3em;
}

#fancy_print {
    display: block;
    float: right;
    height: 20px;
    margin: 10px 10px 0;
    width: auto;
    cursor: pointer;
}
#fancy_print::before {
    content: '';
    background: url("/files/stinges/layout/images/print.png") no-repeat scroll 0 0 / contain transparent;
    display: inline-block;
    width: 26px;
    height: 20px;
    vertical-align: middle;
    margin-right:10px;
}

.fancybox-container span.back{
display:none;
}

.respheader{
display:none;
}


th.name{
width:25%;
}

td a{
    color: #B00834;
    text-decoration: underline;
}

td span img{
display: block;
width: 70px;
margin-top: 10px;
}

p.explanation{
padding:10px;
font-size:15px;
}

.partnerlist li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 2rem;
}
.partnerlist li img {
height:100px;
width: auto;
}

footer .bottom, footer .top{
    padding: 2rem 0;
}


.iconlist {
    display: table;
    margin-left: 4rem;
}

#left > .inside nav{
overflow:visible;
}
#left > .inside nav:after {
    content: '';
    /*background: url(/files/stinges/layout/images/2020/iconnav.svg) no-repeat scroll 50% 50% transparent;
        background-size: auto;*/
    height: 350px;
    width: 350px;
    display: table;
    background-size: contain;
    right: 10px;
    position: relative;
    top: -2rem;
    z-index:0;
}

#hero{}

#hero > .inside, #hero .flexslider,#hero .flex-viewport, .slides, .slides li{
height:100%;
width:100%;
}

.slides li{
position:relative;
}

#hero .bgImage{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}


.flexslider .caption{
    position: absolute;
    bottom: -3rem;
    background: #FFCD00;
    width: auto;
    z-index: 2;

   -webkit-transform:rotate(-3deg);
                -moz-transform:rotate(-3deg);
                -o-transform:rotate(-3deg);
    right: -2rem;
}
.home .flexslider .caption,
.index .flexslider .caption,
.nocaption .caption{
display:none;
}

.flexslider .caption .text{
ine-height:1.5;
}

.flexslider .caption > .row > .inside > div >div{
     -webkit-transform:rotate(3deg);
                -moz-transform:rotate(3deg);
                -o-transform:rotate(3deg);
    padding: 4rem 6rem 8rem 4rem;
    margin-bottom: 0rem;
    box-sizing: border-box;
    width: 35rem;
}


.flexslider .caption > .row > .inside .headlinecontainer{
margin-bottom:20px;
}

#left .mod_navigation ul{
    position: relative;
    z-index: 99999;
}

#left .mod_navigation ul.level_2{
padding:0;
}

#left .mod_navigation ul.level_2 li {
    margin: 0.7rem 0;
}

#left .mod_navigation ul.level_2 li > *{
font-family: 'FuturaPT-Demi', sans-serif;
font-size: 16px;
font-weight:300;
padding:0 0 0 0.8rem;
}

#left .mod_navigation ul.level_2 li.first {
margin-top:0.5rem;
}

.ce_introtext > .inside {
    max-width: 80%;
    
}

.ce_introtext > .inside  .text{
font-size: 20px;
line-height: 1.8;
}

.ce_youtube.block{

position: relative;
}


body .slicknav_menu {
    background: #2D3334;
    padding: 0;
    display:none;
}

body .slicknav_btn {
    position: absolute;
    top: 2.5rem;
    right: 20px;
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    padding:0;
    width:30px;
    height:16px;
}


body .slicknav_menu > figure{
padding: 10px 20px;
max-width: 200px;
}

body .slicknav_menu .slicknav_icon-bar{
width:30px;
height:2px;
}

body .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 5px;
}

.slicknav_menu  .slicknav_open .slicknav_icon-bar{
background:#FFCD00;
}

#responsivenav{
display:none;
}

body .slicknav_nav li > .slicknav_row{
padding:10px 20px;
margin: 0;
}

body .slicknav_nav li > strong.active,body .slicknav_nav .slicknav_row:hover, body .slicknav_nav .slicknav_open .slicknav_row{
background:rgba(255,255,255,0.2);
}

body .slicknav_nav .slicknav_row:hover{
border-radius:0;
}


body .slicknav_nav a, body .slicknav_nav li > strong.active {
    padding: 10px 20px;
    margin: 0px;
    text-decoration: none;
    color:white;
    display: block;
}

.slicknav_nav li{
border-bottom:1px solid rgba(255,255,255,0.2);
}

body .slicknav_nav, body .slicknav_nav a:hover{
 background-color: rgba(255,255,255,0.1);
 color:white;
}

body .slicknav_nav .level_2 > li > a::before, body .slicknav_nav .level_2 li > strong::before {
    content: '•';
    margin-right: 3px;
}

body .slicknav_menu{
position:relative;
}

body .slicknav_nav ul {
    margin: 0;
}


body .slicknav_nav .level_2 > li > a, body .slicknav_nav .level_2 li > strong.active {
 
    padding: 10px 30px;
}


body .slicknav_nav .level_2 > li > a:before, body .slicknav_nav .level_2 li > strong:before {
content:'•';
}

.mod_article > .block .headlinecontainer{
/*margin-bottom:3rem;*/
}


.mod_article > .block .headlinecontainer h1,.mod_article > .block .headlinecontainer h2{

    font-size: 2.6rem;

}


.ce_pageteaser .headlinecontainer, .mod_newslist > .headlinecontainer{
margin-bottom:4rem;
}

#history.mod_article.fullwidth > .block{
padding-bottom:3rem;
}

.masnryholder .cols_2 li {
    width: calc((100% - (2 * 20px)) / 2);
}

.mod_sortimentList .mod_navigation > ul > li > *{
     border: 2px solid #FFCD00;
     background:transparent;
}

.mod_sortimentList .mod_navigation > ul > li > a:hover, .mod_sortimentList .mod_navigation > ul > li > strong{
background:#FFCD00;
font-weight:normal;
}

.mod_article > .block.mod_sortimentList{
padding-top:0;
}


.mod_sortimentList .teasergrid{
    border-top: 2px solid rgba(0,0,0,0.2);
    margin-top: 3rem;
    display: table;
    width: 100%;
    padding-top: 3rem;
}

.filterholder .button-group button {
    border: 2px solid #2D3334;
    padding: 10px 30px;
    background: transparent;
    color: inherit;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.03rem;
    cursor:pointer;
    position:relative;
}

.filterholder .button-group button:hover,.filterholder .button-group button.is-checked {
background:#2D3334;
color:white;
}

.filterholder .button-group button.is-checked::before {
    content: 'x';
    position: absolute;
    left: 10px;
    font-family: arial,sans-serif;
    font-weight: 100;
    color:#FFCD00;
}

.filterholder >*{
display:inline-block;
vertical-align:middle;
}

.filtertext {
    margin-right: 20px;
    font-size: 14px;
}

.mod_article > .block.ce_partnerList {
  /*  margin: 0 auto;
    max-width: 80%;*/
}

.mod_article > .block.ce_form{
padding-top:0;
}

.ce_partnerList_element .teaserImage {
    width: 30%;
    max-width: 440px;
}

.checkbox_container label {
    display: inline-block;

    font-size: 14px;
}

.responsiveselect{
display:none;
}


.mod_quicknav{
overflow:visible;
}

.mod_article > .block.mod_newscategories{
padding:0 2rem;
}


.js .mod_sortimentList .teasergrid .filter-container {
 /*   opacity: 0; */
}

.no-js .filterholder{
display:none;
}

.mod_news4wardReader .row > *{
vertical-align:top;
    width: 50%;
}

.mod_news4wardReader .row > .readerimage {
    vertical-align: middle;
}

.mod_news4wardReader .row > .readerimage {}

.mod_newsreader.fancybox-content{
max-width:1280px;
}


.mod_newsreader.fancybox-content .layout_full{
padding:2rem;
}

.mod_newsreader.fancybox-content .back{
display:none;
}


.pageIcon {
    margin-left: ;
    float: left;
    position: absolute;
    width: 260px;
    right: calc(-260px - 6rem);
    top: 0;
}

.pageIcon img{
max-width:100%;
height:auto;
}

.readerimage .bg {
    display: block;
    max-width: 85%;
    margin: 0 auto;
}

.readerimage .bg > img{
opacity:0;
}

body .slicknav_nav li.submenu > a.row:hover > a,body .slicknav_nav li.submenu > a.row:hover, body .slicknav_nav li.submenu > a.row:hover > a > span{
background:transparent;
}


body .slicknav_btn .slicknav_icon-bar,.linkset li {
transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-ms-transition:all 0.2s ease;
}

body .slicknav_open .slicknav_icon-bar:nth-child(1) {
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    position: relative;
    top: 7px;
}

body .slicknav_open .slicknav_icon-bar:nth-child(2){
display:none;
}



body .slicknav_open .slicknav_icon-bar:nth-child(3n){
transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
}

.ce_page_teasers_element {
-webkit-transition: -webkit-box-shadow .25s;
transition: -webkit-box-shadow .25s;
transition: box-shadow .25s;
transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.ce_page_teasers_element > a:hover{
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

.linkset li > .bgyellow:hover,button:hover, .bgyellow.btn a:hover{
background: #B00834;
color:white;
}

button{
cursor:pointer;
}

body .dk-selected::after, body .dk-selected:hover::after,body .dk-selected:focus::after,body .dk-select-open-up .dk-selected::after, body .dk-select-open-down .dk-selected::after, body .dk-selected:hover,body .dk-selected:focus,body .dk-select-open-down .dk-selected, body .dk-selected, body .dk-select-open-up .dk-select-options,body  .dk-select-open-down .dk-select-options,body .dk-select-multi:focus .dk-select-options{
border: 1px solid #FFCD00;
}

body .dk-selected::after{
border:none;
}

/*Styling Checkboxes*/


.gutter-sizer { width: 4%; }


body .fancybox-content {
max-width:980px;
margin:2rem;
overflow:scroll;
}

.mod_article.fullwidth > .mod_newsreader img.responsive {
display:none;
}

.mod_article >.ce_introtext{
	    
	   overflow:visible;
	}
	
	
	.mod_newscategories li:last-of-type{
margin:0;
}

.checkbox_container label {
    width: 80%;
    vertical-align: middle;
    line-height: 1.4;
}

#bastelbogen {
    overflow: visible;
    margin-top: 5rem;
}

.nomarg{
margin:0;
}

#bastelbogen::before {
    content: '';
    width: 100%;
    background: url(/files/stinges/user/images/2020/kids/bastelbogen_top.jpg) no-repeat scroll 100% 100% transparent;
        background-size: auto;
    height: 123px;
    display: block;
    margin-top: -136px;
    background-size: 100%;
    position: relative;
    z-index: -1;
}


#downloadteaser .teasergrid .itemsperRow_2 .item {
    max-width: 316px;
}

#downloadteaser  .teasergrid > div {
    margin: 0 auto;
    display: table;
}

#downloadteaser .teasercontent{
background:#B00834;
color:white;
}

#downloadteaser .teaserpreHeadline{
color:#FFCD00;
}


#downloadteaser{
position:relative;
}

#downloadteaser::after {
    content: '';
    background: url(/files/stinges/user/images/2020/kids/stifte.svg) no-repeat 0 0 transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 379px;
    width: 418px;
    margin-bottom: -30px;
    margin-left: -30px;
}

#figurholder {
    position: absolute;
    right: 0;
    top: 3rem;
    left: auto;
    z-index: 20;
}



#figurholder, #patschel {
    width: 168px;
    height: 230px;
}

#patschel {
    background: url("/files/stinges/user/images/background/patschel-kopf.png") no-repeat scroll 0 0 / contain transparent;
}

.js #patschel,#figurholder:hover #patschel  {
    right: -170px;

    position: relative;
   transform:rotate(60deg);
   -webkit-transform:rotate(60deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

#figurholder.visible #patschel {
   transform:rotate(0deg);
      -webkit-transform:rotate(0deg);
   right:0;
}

#figurholder:hover #patschel  {
 transform:rotate(60deg);
   -webkit-transform:rotate(60deg);
      right: -170px;
}

p.tyni{
    font-size: 15px;
    font-weight: lighter;
}


.ce_snacks .itemrow{
margin-bottom:1rem;
}

.ce_snacks .text{
padding-right:4rem;
}

.ce_snacks .itemrow:last-of-type{
margin-bottom:0;
}
.ce_snacks .zutaten, .ce_snacks .name {
    line-height: 1.5;
}

.ce_snacks .zutaten {
    color: #707070;
    font-size: 1rem;
}


.ce_snacks .headlinecontainer,
.speisekarte .headlinecontainer{
    border-bottom: 1px solid #B00834;
    box-sizing: content-box;
}

.ce_snacks .headlinecontainer > *{
    display:inline-block;
   
}


.ce_snacks .explanation {
    font-size: 13px;
    color:#707070;
    line-height:1.5;
}

.ce_snacks .explaintext{
    margin-top: 3rem;
        color:#707070;
}

.mod_newslist a[data-fancybox], p > a, .ce_text a{
text-decoration:underline;
color:#B00834;
}

.ce_text .bgred, .ce_text .linkitem a.bgred{
    color: white;
    text-decoration:none;
}



.mod_sortimentList .itemsperRow_3 .item:nth-child(3n+1),.mod_sortimentList .itemsperRow_4 .item:nth-child(4n+1){
clear:none;
}

.filtr-item .teaser_image_container {
    text-align: center;
    margin: 0 10px;
    padding-bottom:1rem;
}

.mod_sortimentList .item img{

}


.mod_sortimentList .item span.caption {
    height: 2.4rem;
}

.bgred .linkitem .bgyellow{
color:#4D595B;
}


.bgred .linkitem .bgyellow:hover{
background:#4D595B;
}

.mod-cake-configurator-frontend-module{
border-top: 2px solid rgba(0,0,0,0.3);
}

.mod-cake-configurator-frontend-module label{
display:block;
}


.mod-cake-configurator-frontend-module img{
max-width:100%;
height:auto;
}


#article-55{
overflow:visible;
}


.mod-cake-configurator-frontend-module .textcategory {
position:relative;
}


body .mod-cake-configurator-frontend-module .dk-select{
width:100%
}
.img-choose-picture,.select-ground,.select-border {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.img-choose-picture.inactive, .select-ground.inactive, .select-border.inactive{
opacity:0.3;
filter: grayscale(100%);
}


.img-choose-picture.inactive:hover, .select-ground.inactive:hover, .select-border.inactive:hover{
opacity:1 !important;
filter: grayscale(0%)
}


.mod-cake-configurator-frontend-module .submit-button{
float: right;
margin-top: 3rem;
}


.motiv-cake .img-choose-picture, .motiv-cake .select-ground {
    width: calc((100% - (3 * 15px)) / 4);
    height: auto;
    float: left;
    margin-right: 15px;
}


.select-bottom{
margin-top:3rem;
}

.selectcafe{
display:table;
clear:left;
width:100%;
}

.fieldset_hidden{
display:none;
clear:left;
}

body .mod-cake-configurator-frontend-module .textcategory .item .texttop .text,body .mod-cake-configurator-frontend-module .textcategory .item .textbottom .text{
padding:0;
text-transform:uppercase;
}

.choosekind.checkbox_container label{
margin-left:0;
width:auto;
}

.choosekind.checkbox_container legend {
    display: table;
    margin-bottom: 3rem;
}


.mod-cake-configurator-frontend-module .choosekind.checkbox_container .widget.w50 {
    width: auto;
    margin-right: 10%;
}


.mod-cake-configurator-frontend-module #custom-cake .widget {
    border: 1px dashed gray;
    padding: 2rem;
    box-sizing: border-box;
    background: whitesmoke;
    margin: 3rem 0px;
}

.mod-cake-configurator-frontend-module .fieldset{
padding: 0;
 display: table;
    margin-top: 4rem;
width:100%;
}

.mod-cake-configurator-frontend-module .headlinecontainer span{
display:block;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
   
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-3 + label {
    
}



.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
   color:#B00834;
}


body .chooseborder .widget-text, .select-bottom label, .mod-cake-configurator-frontend-module label {
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 1rem;
}

.select-bottom {
    margin-top: 4rem;
}

legend{
    display: table;
    margin-bottom: 1rem;
}

body input.text, body textarea{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

  .mod-cake-configurator-frontend-module table{
      width:100%;
  }
    .mod-cake-configurator-frontend-module table tr:nth-child(odd){
  background: whitesmoke;
  }
  
  .mod-cake-configurator-frontend-module table tr > td:first-of-type {
  border-right: 4px solid white;    
      
  }
.mod-cake-configurator-frontend-module table td {
    padding: 14px 20px;
    line-height: 1.4;
}

.preview > *{
text-align:center;
}



.mod-cake-configurator-frontend-module tr.thead, .mod-cake-configurator-frontend-module table thead{

    background: silver !important;

    border-top: 1rem solid white;
}


.mod-cake-configurator-frontend-module .textcategory .item .cakeimage {
    width: 580px;
    height: 305px;
    position: absolute;
    z-index: 6666;
    left: 37px;
    top: 33px;
    text-align: center;
    overflow: hidden;
    margin: 0;
    overflow: hidden;
    line-height: 0;
    padding: 0 2rem;
    box-sizing: border-box;
}

#finalcake.textcategory.rotatebox .item .cakeimage {
    padding: 0 10px;
    height: 505px;
}
.mod-cake-configurator-frontend-module .textcategory.rotatebox .item .cakeimage{
    max-height:520px;
}

.mod-cake-configurator-frontend-module .textcategory .item .cakeimage > img{
width: 100%;
height: auto;
max-width:100%;
}


.cakeText {
color:#5d2d05;
}


.mod-cake-configurator-frontend-module{
overflow:visible;
}

.mod-cake-configurator-frontend-module .g-recaptcha{
display:none;
}

body.fancybox-active{
overflow:hidden;
}

#fancybox-content {
    overflow: scroll;
}

.cakeimage > .inner{
height:100%;
}

.cakeimage > .inner img{
opacity:0;
}

.mod-cake-configurator-frontend-module .error{
color:red;
}

ol{
padding-left:2rem;
}

ol li{
list-style-type:decimal;
}


.mod_article > .block.nopadtop{
padding-top:0;
}
.mod_sortimentList .item img.badge {
opacity:1;
position:absolute;
left:20px; 
top:0;
}
.ce_text ul li {
list-style-type:disc;
list-style-position: outside;
margin-left:20px;
}

.widget.w50.clearer {
    clear: both;
    float: none !important;
}

#banner {
    background: rgb(176, 8, 52, 0.8);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

#banner .inside {
    max-width: 1480px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 3rem;
    color: white;
    font-size: 16px;
    line-height: 1.5;
}

#banner .close{
    position: absolute;
    right: 20px;
    color: white;
    cursor:pointer;
    z-index:99999;
}
.cookiebar__button, .cookiebar__button:hover {
background-color: #FFCD00;
color: #4D595B;
}

.widget-checked-email label,.widget-checked-email.confirm label{
	display:block;
}


.changetopay .linkset ul{
    float: right;
}


#ppplus{
    margin-top: 6rem;
}

form span a{
    text-decoration: underline;
    color:#B00834;
}
.stoerer-jobs {
	position: absolute;
	top: -50px;
	z-index: 300;
	width: 100px;
	left: -52px;
	margin:0;
}
.stoerer-ostern {
position: absolute;
top: 20px;
z-index: 300;
width: 200px;
left: 28px;
margin: 0;
}
.stoerer-jobs img,
.stoerer-ostern img{
width:100%;
height:auto;
}
.pagination ul{
float:right;
}
.pagination ul li{
display:inline-block;
}
.pagination p{
float:left;
}
td span.labelkarte {
display:block;
}
td span.details img {
	float:left;
	margin-right:10px;
}
td span.details img.filialicon {
width:50px;
}
.newscontent ul {
margin-bottom: 24px;
}
.newscontent ul li {
list-style: disc outside;
margin-left:20px;
}

.video_container > a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 99;
}

#jobfilter.mod_newscategories{
	overflow:visible;
}

#jobliste {

}

#jobliste .teasergrid > div > * {
  background: white;
  padding: 2rem;
    opacity: 1;
}

.ui-group{
    float: left;
    width: calc((100% - (4 * 10px)) / 3);
    margin: 0 10px 0 10px;
}

.ui-group:first-of-type{
    margin-left: 0;
}

.ui-group:last-of-type{
    margin-right: 0;
}

.ui-group strong {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px;
}

body #jobfilter .dk-select, body #jobfilter .dk-select-multi{
    width: 100%;
}

body #jobfilter .dk-select .disabled {
  display: none;
}

#jobliste .teasergrid > div.grid > .item {
  border: none;
  padding: 0;
  background: transparent;
    width: 100%;
    margin: 0 0 2rem;
}

#jobliste .teasergrid  > div{
    margin: 0;
    width: 100%;
box-sizing: border-box;
}


#jobliste .teasergrid > div.grid > .item > a{
    border: 1px solid rgba(0,0,0,0.3);
    padding: 2rem;
    background: white;
    display: block;

}

#jobfilter .filters {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

#jobliste .teasergrid > div.grid > .item > a > span.active{
    text-decoration: underline;
color: #B00834;
}

#jobliste .teasergrid > div.grid > .item > a > span.ort{
    text-decoration: none;
    color: inherit;
    font-size: 15px;
}
.speisekarte .headlinecontainer {
color:#B00834;
}
.speisekarte td span {
display: inline;
color:#B00834;
font-family: 'NocturneSerif-Bold', serif;
font-size:18px;
}
.speisekarte table {
width:100%;
}
.speisekarte .col_last,
.speisekarte .broetchen .col_1,
.speisekarte .getraenke .col_1  {
width:80px;
text-align:right;
}
.speisekarte .getraenke .col_1  {
width:120px;
}
.speisekarte th {
text-align:right;
}
.speisekarte td {
padding:0.3rem 0;
border-bottom:1px dashed #E9EAEA;
}
.speisekarte .mod_article > .block {
padding:4rem 2rem 0;
}
.speisekarte .mod_article > .block.first {
padding-top:5rem;
}
.speisekarte .mod_article > .block.note {
font-size:15px;
line-height:125%;
padding-top:1rem;
}
.speisekarte .preheadline.textred {
color:#4D595B;
font-size:15px;
}
.hinweis h2 {
	max-width:800px;
	margin:0 auto;
	text-align:center;
	padding:2rem 0;
}
#article-104{
	margin-top:0;
}

.mod_article > .block.noPadBottom{
    padding-bottom: 0;
}
.ce_iconlist li{
    margin-bottom: 2rem;
}

.ce_iconlist li > div{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 160px);
    padding-left: 2rem;
    box-sizing: border-box;
}


.ce_iconlist li > div.icon{
    width: 150px;
    padding-left: 0;
}

.ce_iconlist li > div.icon img{
    max-width: 100%;
    height: auto;
}

.ce_iconlist h3{
  font-family: 'FuturaPT-Bold', sans-serif;
    text-transform: uppercase;
}
.speisekarte .mod_article > .block.gelbebox {
background:#FFCD00;
padding:2rem;
margin-top:2rem;
position:relative;
overflow:visible !important;
}
.speisekarte .mod_article > .block.gelbebox:after {
content:'';
width:70px;
height:70px;
position:absolute;
display:block;
top:-30px;
right:-30px;
background: url("/files/stinges/layout/images/geschenk.png") no-repeat scroll 0 0 / contain transparent;
}
.speisekarte .headlinecontainer.type_h3 {
margin-bottom: 0.5rem;
font-size:25px;
}
.speisekarte h3 {
font-size:25px;
}
.speisekarte .mod_article > .block.nopadtop {
padding-top: 1rem;
}
.bgyellow button {
background-color: #B00834;
color:white;
}
.bgyellow [type="checkbox"] + span:not(.lever):before, 
.bgyellow [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
border-color: #B00834;
}
.bgyellow [type="checkbox"]:checked + span:not(.lever):before {
border-top: 2px solid transparent;
border-left: 2px solid transparent;
}
.ausbildung .teasergrid .itemsperRow_3 .item {
/* width: calc((100% - (4 * 20px)) / 2);*/
}
.datenschutz ol li {
	list-style-type: revert;
}
.datenschutz ul li {
	list-style-type: disc;
}
.datenschutz ul {
	margin-bottom: 1rem;
}
.datenschutz td {
	text-align: left;
	border-bottom: 1px solid grey; 
}
.app .ce_iconlist li > div.icon {
background-color: white;
padding: 2rem;
border-radius: 50%;
height: 150px;
}
.app td,
.app th{
border-bottom:2px solid #FFCD00;
border-right:2px solid #FFCD00;
padding:5px;
}
.app td.col_last{
border-right:none;
}
.app .row_1 td,
.app .row_1 th{ 
border-bottom:none;
}
.ce_table.app  {
overflow:auto;
width:100%;
}

.mod-cake-configurator-frontend-module .fieldset_hidden{
    display: none;
}


ul.columnized.twocol{
    column-count: 2;
    column-gap: 2rem;
    column-width: 450px;
}

.noPad,.mod_article.fullwidth > .block.noPad{
    padding: 0;
}
.speisekarte .vegan {
	display:inline-block;
	width:25px;
	height:19px;
	background: url("/files/stinges/layout/images/vegan.svg") no-repeat scroll 0 0 / contain transparent;
}
a.red {
    color:#B00834;
}
@media all and (min-width: 1480px){



.mod_article > .block {
    max-width: 1480px;
    margin: 0 calc(10% + 2rem);
    width: auto;
    padding: 5rem 0;
    box-sizing: border-box;
    overflow:visible;
}

.mod_article > #jobliste.block {
margin-top: 5rem;
}
/*.ui-group{
    width: calc((100% - (3 * 30px)) / 3);
    margin: 0 20px 0 10px;
} */

    #jobfilter.mod_newscategories{
        padding: 0;
    }


.mod_article > .block.ce_form{
 max-width:980px;
}

footer > .inside {
    max-width: none;
    padding: 0 calc(10% + 2rem);
}

.mod_article > .block.ce_partnerList {
    margin: 0 10%;
    max-width: 980px;
}
}

@media all and (max-width: 1600px){
.mod_article.fullwidth > .block.ce_pageteaser{
max-width:none;
}

.iconlist {
    display: inline-block;
    margin-left: 0;
    vertical-align:middle;
}


.teasergrid .item span{
hyphens:auto;
-webkit-hyphens:auto;
}

}

@media all and (max-width: 1520px){
ul.icons li{
margin-left:1.4rem;
}
}
@media all and (max-width: 1480px){
.ce_snacks .headlinecontainer > h3 {
    width: 100%;
}


.mod_article.fullwidth .block.image_float_right {
    padding-left: calc(5% + 2rem);
}


.ce_snacks .itemrow > *,.ce_snacks .explaintext{
    font-size: 1rem;
    line-height:1.5;
}

.ce_snacks .headlinecontainer > *{
    display:block;
   width:100%;
   text-align:left;
}

.ce_snacks .headlinecontainer{
padding-bottom:1rem;
}

.pageIcon {
    width: 260px;
    right: calc(-260px - 2rem);

}
.newsslider{
margin:0;
}


.linkset li{
margin-bottom:20px;
}
.footerleft > .top > * {
    float: left;
    vertical-align: middle;
}
.footerleft > .top > .topright {
float:right;
}

ul.icons li {
    float: left;
    width: 35px;
    margin-left: 20px;
}

.footerleft > .top {
    display: table;
    width: 100%;
}
}



@media all and (max-width: 1380px){
.ce_introtext > .inside {
    /*max-width: none;*/
}

.footerleft .claim{
font-size:21px;
}


}

@media all and (max-width: 1270px){
.speisekarte .mod_article > .block.gelbebox:after {
top:0;
right:0;
}
.teasergrid .itemsperRow_4 .item, .cols_4 li {
    width: calc((100% - (8 * 5px)) / 4);
}

.ce_pageteaser .teasergrid .itemsperRow_3 .item,.teasergrid .itemsperRow_3 .item, .card, .cols_3 li{
width: calc((100% - (6 * 5px)) / 3);
}
.mod_article.fullwidth > .mod_newsreader .block.image_float_right, .mod_article.fullwidth > .mod_newsreader .block.image_float_left{
padding-left:0;
padding-right:0;
}
.pageIcon {
    width: 260px;
    right: calc(-260px);
}

.mod_article > .block.ce_form {
    padding-top: 4rem;
}

.newsslider .layout_latest{
margin:0 5px 5px;
}

#left > .inside > *{
margin:3rem 2rem;
}

#left .mod_logo .image_container{
max-width: 175px;
}

#left .mod_logo {
margin-bottom:0;
}

#left .mod_navigation{
margin-top:2rem;
}

 span.teaserheadline{
font-size:1.5rem;
}

.mod_pageImage .caption > .row > .inside > div > div,.flexslider .caption > .row > .inside > div > div{
padding: 3rem 4rem 6rem 2rem;
}
.ce_text.twocol .row > .textholder.not_left, .ce_text.twocol .row > .textholder.not_above {
    padding-left: 2rem;
}

.ce_text.twocol .row > .textholder.not_right, .ce_text.twocol .row > .textholder.not_below{
  padding-right: 2rem;
}
.ce_text.twocol .row > .image_container{
display:table-cell;
width:40%;
}
.ce_partnerList_element .teasercontent{
padding-left:2rem;
}

#left{
width:270px;
}
#main {
    margin-left: 270px;
    width: calc(100vw - 270px);
   }

footer > .inside .footerright{
/*display:none;*/
}

.footerleft > .top {
    display: table;
    width: 100%;
    padding: 0 0 20px;
}

.footerleft > .top > *, .footerleft > .top > .topright {
    float: none;
    display: table;
    width: 100%;
}

ul.icons {
    display: table;
    margin-top: 2rem;
}

ul.icons li {
    float: left;
    width: 30px;
    margin-right: 20px;
    margin-left: 0;
}



.partnerlist li {
    width: 80px;
}

.partnerlist li:last-of-type {
padding-left:0;
}

.partnerlist li:first-of-type{
max-width:120px;
}

footer .bottom {
    padding-bottom: 0;
}


.partnerlist li img{
max-width:100%;
height:auto;
}

.mod_article > .block.ce_partnerList{
max-width:none;
}

.mod_article > .block .headlinecontainer h1, .mod_article > .block .headlinecontainer h2{
font-size:1.75rem;
}

.mod_article > .block, footer > .inside,.mod_article.fullwidth > .block.ce_pageteaser{
	max-width:none;
	padding:2rem;

	}
	
	.mod_article >.ce_introtext{
	    
	   overflow:visible;
	}
	
	footer > .inside .footerright{
	    width:120px;
	    
	}
	
	.partnerlist li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

	.teasergrid .item, .card{
		margin:0 5px  10px;
	}

	.mod_article.fullwidth .block.image_float_right{
		padding-left:2rem;
	}

	.linkset li, .btn a, button, p.back > a{
/*    float: none;
    margin-right: 0;*/

    font-weight: 500;
    display: table;
}

	.linkset li a, .btn a, button, p.back > a{

        padding: 20px 35px;
    }
.mod_newsreader .ce_text.twocol .row > .image_container {

}
 .mod_sortimentList .mod_navigation > ul > li,  .button-group button{
margin-right: 10px;
}
.mod_sortimentList .mod_navigation > ul > li > *  .button-group button {
    padding: 15px 20px;
}

.mod_article > .block.ce_partnerList .teasergrid .item{
padding-bottom:3rem;
}

.mod_article.fullwidth > .mod_newsreader{
max-width: none;
padding-left: 2rem;
padding-right: 2rem;
margin: 0;
}

.mod_article.fullwidth > .mod_newsreader .block.image_float_right, .mod_article.fullwidth > .mod_newsreader .block.image_float_left{
    padding-left: 0;
}

.mod_newsreader .ce_text.twocol .row > .textholder.not_right, .mod_newsreader.ce_text.twocol .row > .textholder.not_below {
    padding-right: 0;
}


.mod_newsreader .ce_text.twocol .row > .image_container{
display:none;
}

.mod_article.fullwidth > .mod_newsreader img.responsive {
display:block;
    width: 50%;
    min-width: 380px;
    float: left;
    margin: 0.5rem 2rem 20px 0;
}
.mod_article > .block.mod_newscategories {
    padding: 2rem 2rem 1rem;
}
    
  
}

@media all and (max-width: 1180px){

}

@media all and (max-width: 1080px){

#banner {
position:relative;
background: rgb(176, 8, 52, 1);
}
.pageIcon {
    width: 260px;
    right: -230px;
}
#left{
display:none;
}

body .slicknav_menu{
display:block
}

#main {
    margin-left: 0;
    width: 100vw;
}
.stoerer-jobs {
top: -40px;
right: 20px;
left:initial;
}
.stoerer-ostern {
width: 100px;
}


.mod_sortimentList .mod_navigation > ul > li > *{
padding: 15px 25px;
}
.teasergrid .itemsperRow_1 .item,.cols_1 li{
width:calc((100% - (2 * 10px)) / 1);
}

.teasergrid .itemsperRow_2 .item, .cols_2 li{
width:calc((100% - (2 * 10px)) / 1);
}


.teasergrid .itemsperRow_3 .item, .card, .cols_3 li{
width:calc((100% - (4 * 10px)) / 2);
}



.teasergrid .itemsperRow_4 .item,.cols_4 li{
width:calc((100% - (6 * 10px)) / 3);
}

.teasergrid .itemsperRow_5 .item,.cols_5 li{
width:calc((100% - (8 * 10px)) / 4);
}

.teasergrid .itemsperRow_6 .item,.cols_6 li{
width:calc((100% - (10 * 10px)) / 5);
}


.teasergrid .itemsperRow_7 .item,.cols_7 li{
width:calc((100% - (12 * 10px)) / 6);
}

.teasergrid .itemsperRow_8 .item, .cols_8 li{
width:calc((100% - (14 * 10px)) / 7);
}

.teasergrid .itemsperRow_9 .item, .cols_9 li{
width:calc((100% - (16 * 10px)) / 8);
}

.teasergrid .itemsperRow_10 .item, .cols_10 li{
width:calc((100% - (18 * 10px)) / 9);
}

.teasergrid .itemsperRow_11 .item, .cols_11 li{
width:calc((100% - (20 * 10px)) / 10);
}

.teasergrid .itemsperRow_12 .item, .cols_12 li{
width:calc((100% - (22 * 10px)) / 11);
}

.itemsperRow_3 .item:nth-child(3n + 1),.itemsperRow_4 .item:nth-child(4n + 1){
clear:left;
}





h2 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-family: 'NocturneSerif-Bold', serif;
    font-weight: normal;
}

.headlinecontainer {
    margin-bottom: 20px;
}

body{
font-size: 16px;
line-height: 1.6rem;
hyphens:auto;
-webkit-hyphens:auto;
}


}

@media all and (max-width: 980px){

.ce_snacks .headlinecontainer > *{
display:block;
width:100%;
text-align:left;
line-height: 1.2;
}

.ce_snacks .headlinecontainer > h3 {
    width: 100%;
    margin-bottom: 10px;
}

.ce_snacks .headlinecontainer{
padding-bottom:1rem;
}
.teasergrid .itemsperRow_2 .item, .cols_2 li{
width:calc((100% - (2 * 10px)) / 1);
}
.mod_article.fullwidth > .block.image_float_left {
    padding-right: 2rem;
}

.ce_pageteaser .headlinecontainer, .mod_newslist > .headlinecontainer {
    margin-bottom: 2rem;
}


footer{
margin-top:0;
}

.teasergrid .itemsperRow_4 .item,.cols_4 li, .teasergrid .itemsperRow_3 .item, .card, .cols_3 li{
width:calc((100% - (4 * 10px)) / 2);
}


}
@media all and (max-width: 870px){

.ce_snacks .text {
    padding-right: 0;
}
.ce_text.twocol .row > .textholder.not_left, .ce_text.twocol .row > .textholder.not_above {
    padding-left: 0;
}

.ce_snacks .headlinecontainer{
margin-right:0;
}
.pageIcon {
    width: 190px;
    right: -170px;
}
.ce_text.twocol .row > .textholder.not_right, .ce_text.twocol .row > .textholder.not_below{
  padding-right: 0;
}

#history.mod_article.fullwidth > .block:last-of-type{
padding-bottom:0;
}
.teasergrid .itemsperRow_2 .item, .cols_2 li{
width:calc((100% - (4 * 10px)) / 2);
}

.mod_article > .block.ce_form {
    padding-top: 2rem;
}

 .teasergrid .itemsperRow_3 .item, .card, .cols_3 li{
width:calc((100% - (6 * 10px)) / 3);
}

.teasergrid .itemsperRow_4 .item,.cols_4 li{
width:calc((100% - (6 * 10px)) / 3);
}

body .flexslider .slides img{
width:100vw;
height:auto;
}

.ce_text.twocol .row  {

    display: table;
    width:100%;
}

.ce_text.twocol .row > .image_container {

    display: table-header-group;
}


.ce_text.twocol .row > .image_container > img{
margin-bottom:20px;
}

.ce_text.twocol .row > .textholder.not_left, .ce_text.twocol .row > .textholder.not_above {

    display: table-footer-group;
}

.mod_article.fullwidth > .block,.mod_article.fullwidth .block.image_float_right,.mod_article.fullwidth > .block.image_float_left {
 /*   max-width: 90%;
    padding-left: 0;
    padding-right: 0;*/
   padding-right: 20px;
    padding-left: 20px
}

#hero {
    height: auto;

    overflow: visible;
    max-height: none;
}

body::not(.index) #hero .slides .bgImage{
position:relative;
background:none !important;
}

#hero .slides li > img{
opacity:1 !important;
}
.ce_heroImage img {
    opacity: 0;
    width: 100%;
    height: auto;
}
body .flexslider .caption, .mod_pageImage .caption{
position:relative;
    bottom: 0;
    background: #FFCD00;
    width: 100%;
    z-index: 2;
      -webkit-transform:none;
                -moz-transform:none;
                -o-transform:none;
    right:0;
}
.stoerer-jobs {
top: -40px;
width: 80px;
right: 20px;
left:initial;
}

body .flexslider .caption > .row > .inside > div > div, .mod_pageImage .caption > .row > .inside > div > div{
      -webkit-transform:none;
                -moz-transform:none;
                -o-transform:none;
    padding: 2rem;
    margin-bottom: 0rem;
    box-sizing: border-box;
    width: 100%;
}

body .flex-control-nav{
position: relative;
display:none;
}

body:not(.index) .flex-direction-nav a{
margin-top:-140px;
}

.teasergrid .itemsperRow_3 .item, .card, .cols_3 li {
    width: 100%;
    margin-bottom: 2rem;
}

/*
.mod_article.fullwidth > .block.image_float_left {
    padding-right: 0;
}
 .mod_article.fullwidth > .block.ce_pageteaser{
max-width:80%;
}*/



#hero .ce_heroImage .bgImage {
    position: relative;
}



}

@media all and (max-width: 850px){
.select-border{
width:15%;
}
    
    .ce_iconlist li > div{
        padding-left: 10px;
    }
    
    .ce_iconlist li > div.icon{
        width: 130px;
    }
.app .ce_iconlist li > div.icon {
height: 130px;
}

#finalcake,#finalcake.rotatebox {
    width: 100%;
    height: 100%;
    background: none !important;
    margin: 4rem 0;
}
    

    
    #finalcake.rotatebox{
        
    }

.mod-cake-configurator-frontend-module .textcategory .item {
    /*position: relative;
    padding: 15% 14%;
    height: 100%;
    box-sizing: border-box;
    top: auto;
    left: auto;*/
    
    position: unset;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    top: auto;
    left: auto;
    padding: 3rem 0 4rem;
}

    

.mod-cake-configurator-frontend-module .textcategory .item .cakeimage {
   /* width: 100%;
    height: 100%;
    position: relative;
    z-index: 6666;
    left: auto;
    top: auto;
    text-align: center;
    overflow: hidden;
    margin: 0;*/
    
 width: 100%;
    height: 100%;
    position: relative;
    z-index: 6666;
    left: auto;
    top: auto;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.mod-cake-configurator-frontend-module .textcategory .item .cakeimage > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
}
    
    .mod-cake-configurator-frontend-module .textcategory .item .texttop .text, .mod-cake-configurator-frontend-module .textcategory .item .textbottom .text{
        width: 100%;
    }
    
    .mod-cake-configurator-frontend-module .textcategory .item .texttop,#finalcake.textcategory.rotatebox .item .texttop {
    top: 0;
    left: 0;
    width: 100%;
         text-align: center;
}
    
  .mod-cake-configurator-frontend-module .textcategory .item .textbottom, #finalcake.textcategory.rotatebox .item .textbottom {
    bottom: 0;
    top: auto;
    width: 100%;
    left: 0;
      text-align: center;
}
     .mod-cake-configurator-frontend-module #finalcake.textcategory.rotatebox .item .cakeimage{
        
    }
    
    #finalcake.rotatebox.textcategory .item .texttop .text, #finalcake.rotatebox.textcategory .item .textbottom .text{
        width: 100%;
    }
    
.mod-cake-configurator-frontend-module #finalcake.textcategory.rotatebox .item .cakeimage {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    margin: 0 auto;
    max-height: none;
    left: auto;
    right: auto;
    padding: 0;
}
    
    .mod-cake-configurator-frontend-module img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

}

@media all and (max-width: 780px){
#article-5 .ce_pageteaser .teasergrid .itemsperRow_3 .item,
.ausbildung .teasergrid .itemsperRow_3 .item {
    width: calc((100% - (0 * 5px)) / 1);
    margin: 0 0 20px;
}

#article-5 .teasergrid > div {
    margin: 0;
    display: table;
    max-width: 480px;
    margin: 0 auto;
}
}

@media all and (max-width: 750px){

.motiv-cake .picrow {
    display: table;
}

.motiv-cake .img-choose-picture, .motiv-cake .select-ground, .ground-options .select-ground{
width: calc((100% - (1 * 15px)) / 2);
}

.motiv-cake .img-choose-picture:nth-child(2n+2), .motiv-cake .select-ground:nth-child(2n+2), .ground-options .select-ground:nth-child(2n+2){
margin-right:0;
}

.searchOutputContent thead{
display:none;
}

.searchOutputContent{
font-size:17px;
}


.searchOutputContent > table {
    margin: 0;
    padding-top: 0;
    width: 100%;
}

.searchOutputContent tbody tr {
    display: block;
    border-bottom: 1px solid #EFEFEF;
}

td span.days{
display:inline-block;
}

td span.title {
 
    font-weight: 500;
    text-transform: uppercase;
}

.respheader {
    color: green;
    display: block;
    font-weight: 500;
}

.searchOutputContent tbody tr td {
    display: block;
    margin: 0 0 10px;
    border:none;
    padding:10px 0;
    border-bottom:1px solid rgba(0,0,0,0.2);
}



td span.title.matchheight{
display:none;
}

td:first-of-type > span.title.matchheight{
display:block;
}


.searchOutputContent tbody tr:last-of-type{
border:none;
}

.searchOutputContent tbody tr td:last-of-type{
border:none;
}


.searchOutputContent tbody tr.odd td{

}

.searchOutputContent > table{
padding-top:0;
}


.mod_news4wardReader .row > * {
    vertical-align: top;
    width: 50%;
}
.mod_news4wardReader .row > .readerimage, .mod_news4wardReader .row > .readertxt {
    display: block;
    width: 100%;
}
.mod_news4wardReader .row > .readertxt {
padding: 10px;
}

.mod_news4wardReader .row > .readerimage .image_container span.bg {
    max-width: 50%;
    margin: 0 auto 20px;
    min-width: 280px;
    display: block;
    background: none !important;
    padding-top: 6rem;
}

.mod_news4wardReader .row > .readerimage .image_container span.bg img{
opacity:1;
}

}


@media all and (max-width: 680px){

    
    .ui-group {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
    
#chooseborder{
display:table !important;
}

.select-border{
width:50%;
}
footer{
margin-top:2rem;
}

input.styledText {
    width: 100%;
    display: block;
    margin-bottom:20px;
}

#filialcontainer > * {
    white-space: normal;
}

body .dk-select, body .dk-select-multi{
display:block;
width:100%;
}

.footerleft .claim{
font-size:16px;
}

.footerleft .mod_customnav ul li{
display:block;
margin-bottom:10px;
}

ul.icons {
    margin-top: 1rem;
}

.mod_article.fullwidth > .mod_newsreader img.responsive {
    display: block;
    width: 100%;
    min-width: 0;
    float: none;
    margin: 0 0 20px 0;
}

#history.mod_article.fullwidth > .block {
    padding-bottom: 0rem;
}



.ce_gallery ul.multicol{
margin:0;
}

.masnryholder .cols_2 li {
    width: calc((100% - (0 * 20px)) / 1);

}

.ce_gallery ul.multicol > li {
    margin: 0 0 10px 0;
    float: none;
}

.bgcolored {
    margin-top: 0rem;
    margin-bottom: 0;
}

.mod_article > .masnryholder{
    max-width: none;
    padding: 5rem 20px 20px;
    box-sizing: border-box;
}

.ce_partnerList_element .teaserImage img {
    max-width: none;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.ce_partnerList_element .teaserImage , .ce_partnerList_element .teasercontent {
    display: block;
    width: 100%;
    padding: 0;
    max-width:none;
}

.teasergrid .itemsperRow_1 .item, .cols_1 li {
    width: 100%;
}

.teasergrid > div{
margin:0;
}


.widget.w50, .widget-checked-email {
    width: 100%;
    float: none;
    margin-right: 0;
}

 .teasergrid .itemsperRow_4 .item,.cols_4 li, .teasergrid .itemsperRow_3 .item, .card, .cols_3 li, .teasergrid .itemsperRow_2 .item, .cols_2 li{
width:calc((100% - (0 * 10px)) / 1);
}



}

@media all and (max-width: 580px){

       .ce_iconlist li > div{
        display: block;
           width: 100%;
    }
    
    .ce_iconlist li > div.text h3{
        margin-top: 0;
    }
    
.mod_newscategories li.reset > span, .mod_newscategories li > a, .mod_newscategories li > strong {
    padding: 5px 5px;
    display: block;
}
    
    #jobliste .teasergrid > div > *{
        width: 100%;
        padding: 20px;
    }
    
      .mod_article > #jobfilter.mod_newscategories{
        padding: 2rem 20px 1rem;
    }

.pageIcon {
 display:none;
}
.ce_introtext > .inside {
    max-width: none;
}

.newsslider .layout_latest span.teaserbox.matchheight{
height:auto !important;
}

.mod_article.fullwidth > .block.ce_pageteaser{
max-width:none;
}

.bgcolored{
margin:20px 0;
}

.ce_introtext > .inside .text {
    font-size: 18px;
    line-height: 1.8;
}

.mod_article > .block, .mod_article.fullwidth > .block.ce_pageteaser {
    padding: 2rem 20px;
}

.filterholder .button-group button{
font-size: 14px;
padding: 10px 15px;
margin-bottom:10px;
}

.mod_sortimentList .teasergrid{
margin-top: 1rem;
}

.mod_sortimentList .mod_navigation{
display:none;
}

.responsiveselect{
display:block;
}

.teasergrid .itemsperRow_3 .item:last-of-type{
margin-bottom:0;
}

.filtertext {
    margin-right: 20px;
    font-size: 14px;
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

 .teasergrid .itemsperRow_4 .item,.cols_4 li, .teasergrid .itemsperRow_3 .item, .card, .cols_3 li, .teasergrid .itemsperRow_2 .item, .cols_2 li{
width:auto;
}

footer > .inside .footerright{
display:none;
}
}

@media all and (max-width: 480px){


.mod-cake-configurator-frontend-module table td {
    padding: 05px 10px;
    line-height: 1.4;
    display: block;
    border: none !important;
}

.mod-cake-configurator-frontend-module .fieldset{
margin-top:2rem;
}



.motiv-cake .img-choose-picture, .motiv-cake .select-ground, .ground-options .select-ground{
width: calc((100% - (0 * 15px)) / 1);
margin-right:0;
}

.motiv-cake .img-choose-picture, .motiv-cake .select-ground{
margin-right:0;
}

.stehcafe, .sitzcafe {
    float: none;
    width: 100%;
    min-width: 85px;
    display:block;
}

.sitzcafe{
margin-bottom:2rem;
}
.mod_article > .block.mod_newscategories {
    padding: 0 20px;
}
.caption .headlinecontainer > *{
font-size:1.5rem;
}
}

@media all and (max-width: 400px){

#hero .flexslider{
background:#FFCD00;
}



.headlinecontainer > * br{
display:none;
}
.caption br{
display:none;
}

.mod_newscategories li {
    margin: 0 10px 10px 0;
}
.ce_snacks .headlinecontainer > h3{
font-size: 1.75rem;
}

}

@media all and (max-width: 280px){
body .flex-direction-nav a{
margin-top:-180px;
}
}
@media all and (max-height: 630px){
#left{
display:none;
}

body .slicknav_menu{
display:block
}

#main {
    margin-left: 0;
    width: 100vw;
}
#banner {
position:relative;
background: rgb(176, 8, 52, 1);
}
.stoerer-jobs {
top: 40px;
right: 20px;
left:initial;
}

}

