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}
/*!
 * mega menu layout
 * optimiced for Contao Official Demo Theme
 */.mod_navigation.dropdown{overflow:visible}.mod_navigation li.mm_container>a,.mod_navigation li.mm_container>span,.mod_navigation li.mm_container>strong{position:relative}.mod_navigation li.mm_container:not(.mm_container_onClickOnly):hover>a:after,.mod_navigation li.mm_container:not(.mm_container_onClickOnly):hover>strong:after,.mod_navigation li.mm_container.mm_container_onClickOnly.mm_isActive>a:after,.mod_navigation li.mm_container.mm_container_onClickOnly.mm_isActive>strong:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:3px;background-color:#F4F2F0;z-index:110}.mod_navigation li.mm_container .mm_dropdown{display:none;position:absolute;left:0;right:0;z-index:100}.mod_navigation li.mm_container .mm_dropdown>.inner{padding:1rem 2rem;border:1px solid #E5DFDC;background-color:rgba(244, 242, 240, 0.95);overflow:hidden}.mod_navigation li.mm_container:not(.mm_container_onClickOnly):hover .mm_dropdown,.mod_navigation li.mm_container.mm_container_onClickOnly .mm_isActive~.mm_dropdown{display:block}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 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-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .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:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .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 .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 .2s, margin-left .2s, padding .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%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .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; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .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; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/* Layout 
gelb: #FEC901;
braun: #563d1d;

@media screen and (max-width: 1280px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {} 
@media screen and (max-width: 1090px) {} 

Mobile Menu
@media screen and (max-width: 575px) {} 

*/

/* layout */

@font-face {
	font-family: impara-light;
	src: /*url(/files/theme/fonts/impara-light-webfont.eot),*/
	url(/files/theme/fonts/impara-light-webfont.ttf),
	url(/files/theme/fonts/impara-light-webfont.woff);
}
@font-face {
	font-family: impara-medium;
	src: /*url(/files/theme/fonts/impara-medium-webfont.eot),*/
	url(/files/theme/fonts/impara-medium-webfont.ttf),
	url(/files/theme/fonts/impara-medium-webfont.woff);
}
@font-face {
	font-family: impara-bold;
	src: url(/files/theme/fonts/impara-bold-webfont.eot),
	url(/files/theme/fonts/impara-bold-webfont.ttf),
	url(/files/theme/fonts/impara-bold-webfont.woff);
}

.mt-10{margin-top:10px}
.mt-20{margin-top:20px}
.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mt-60{margin-top:60px}
.mt-70{margin-top:70px}
.mt-75{margin-top:75px}
.mt-80{margin-top:80px}
.mt-90{margin-top:90px}
.mt-100{margin-top:100px}
.mt-110{margin-top:110px}
.mt-120{margin-top:120px}
.mt-130{margin-top:130px}
.mt-140{margin-top:140px}
.mt-150{margin-top:150px}
.mt-160{margin-top:160px}
.mt-170{margin-top:170px}
.mt-180{margin-top:180px}
.mt-190{margin-top:190px}
.mt-200{margin-top:200px}

.mb-10{margin-bottom:10px}
.mb-20{margin-bottom:20px}
.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-70{margin-bottom:70px}
.mb-80{margin-bottom:80px}
.mb-90{margin-bottom:90px}
.mb-100{margin-bottom:100px}
.mb-110{margin-bottom:110px}
.mb-120{margin-bottom:120px}
.mb-130{margin-bottom:130px}
.mb-140{margin-bottom:140px}
.mb-150{margin-bottom:150px}
.mb-160{margin-bottom:160px}
.mb-170{margin-bottom:170px}
.mb-180{margin-bottom:180px}
.mb-190{margin-bottom:190px}
.mb-200{margin-bottom:200px}

.invisible {
	display: none !important;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

p {
	font-family: impara-light, Helvetica, Arial;
	font-size: 16px;
	color: #563d1d;
	line-height: 1.6em;
}
#wrapper h1 {
	font-family: impara-light, Helvetica, Arial;
	text-shadow: 6px 6px 11px #563d1db3;
   	font-size: 40px !important;
   	line-height: normal !important;
   	text-align: center;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 15px !important;
	text-transform: uppercase;
	line-height: 1.0;
}
#wrapper h2 {
	font-family: impara-light, Helvetica, Arial;
	font-size: 20px;
	color: #563d1d;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#wrapper h3 {
	font-family: impara-light, Helvetica, Arial;
	font-size: 16px;
	color: #563d1d;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#wrapper a {
	font-family: impara-medium, Helvetica, Arial;
	text-decoration: none;
	font-size: 16px;
	color: #563d1d;
	line-height: 1.5em;
}




/* unterlinie */
#wrapper .mod_article .ce_text a, #wrapper .mod_article .mod_cookiebarOpener a {
	font-family: impara-light, Helvetica, Arial;
	border-bottom: 1px solid #563d1d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none !important;
}
#wrapper .mod_article .ce_text a:hover, #wrapper .mod_article .mod_cookiebarOpener a:hover {
	border-bottom: 1px solid #FEC901;
}
/* keine unterlinie */
/*#wrapper .ce_text a.button, #wrapper .ce_text a.button:hover*/
.no-underline a, a.no-underline {
	border-bottom: none !important;
}




#wrapper a:hover {
	color: #563d1d;
}
#wrapper li {
	font-family: impara-light, Helvetica, Arial;
	text-decoration: none;
	font-size: 16px;
	color: #563d1d;
	line-height: 1.5em;
}
#wrapper #header li, #wrapper .mod_breadcrumb li a {
	font-size: 12px;
	color:  #563d1d;
	-webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
}
#wrapper #header li, #wrapper .mod_breadcrumb li {
	font-size: 12px;
	color: #563d1d;
}
#wrapper #header li .active {
    font-size: 16px;
	color: #563d1d;
	font-weight: normal;
}
#wrapper .mod_breadcrumb li a:hover {
	color: #563d1d;
	-webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
}
#wrapper td {
	font-family: impara-light, Helvetica, Arial;
	color: #563d1d;
	font-size: 16px;
}
.full-width {
	background-size: cover;
}
.boxed {
    margin-right: auto;
    margin-left: auto;
	max-width: 1400px;
	position: relative;
	padding:0 20px 0 20px;
}
#header {
	background-color: #f7f0e2;
	height: 90px;
}
.startseite #header {
	height: auto;
	width: 100%;
}
#wrapper .padding-bottom {
	padding-bottom: 50px;
}
.ce_text  ul {
	list-style-image: url('/files/layout/aufzaehlungszeichen.png');
	padding-left: 19px;
	margin-left: -10px;
}
.ce_text  ul li {
  padding-inline-start: 1ch;
}
#wrapper .elementor-text-editor {
	font-family: impara-light, Helvetica, Arial;
	font-size: 16px;
	color: #563d1d;
	line-height: 1.6em;
}

@media screen and (max-width: 1280px) {
	.boxed {
		padding:auto;
		padding:0 10px 0 10px;
	}
}

@media screen and (max-width: 992px) {
	p {
		font-size: 16px;
	}
	#wrapper h1 {
		font-size: 28px !important;
	}
	#wrapper h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#wrapper h3 {
		font-size: 16px;
	}
	#wrapper a {
		font-size: 16px;
	}
	#wrapper td {
		font-size: 16px;
	}
	#wrapper li {
		font-size: 16px;
	}
	#wrapper .elementor-text-editor {
		font-size: 16px;
	}
}

@media screen and (max-width: 575px) {
	#wrapper #header li, #wrapper .mod_breadcrumb li a,
	#wrapper #header li, #wrapper .mod_breadcrumb li {
		font-size: 12px;
	}
}

.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.margin-right-25 {
	margin-right: 25px;
}
.margin-right-50 {
	margin-right: 50px;
}
.margin-right-100 {
	margin-right: 100px;
}
.float-left {
	float: left;
}


.ce_rsce_product_overview {
	position: relative;
}
.teaser-image {
	height: 230px;
	width: 100%;
	/*background-size: contain;
	position: absolute;
	z-index: 5;*/
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s;
	transition-duration: 1000ms;
}
.teaser-image:hover, .ce_rsce_product_overview:hover .teaser-image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition-duration: 1000ms;
}
a.produkt-link {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}
#wrapper .ce_rsce_product_overview a {
	font-family: impara-light, Helvetica, Arial;
}
#wrapper .ce_rsce_product_overview a.button {
	font-family: impara-medium, Helvetica, Arial;
}



/* nav-main */

.startseite .level_1 .mm_container a {
	text-shadow: 0 0 20px rgba(0,0,0,0.7);
}
.level_1 .mm_container .mm_dropdown a {
	text-shadow: none;
}
.lerchenmuehle-logo {
	position: absolute;
	margin-top: 20px;
	width: 300px;
	text-align: center;
	z-index: 1;
	cursor: pointer;
}
.lerchenmuehle-logo-unterseite {
	position: absolute;
	margin-top: 10px;
	width: 195px;
	height: auto;
	text-align: center;
	z-index: 1;
	cursor: pointer;
}
#wrapper .mod_navigation.nav-main li {
	text-transform: uppercase;
	float: left;
	margin-right: 30px; /*50*/
	margin-top: 50px;
	font-family: impara-medium, Helvetica, Arial;
}
#wrapper .mod_navigation.nav-main li.last {
	margin-right: 0px;
}
@media screen and (max-width: 1400px) {
	#wrapper .mod_navigation.nav-main li.last {
		margin-right: 25px;
	}
}
#wrapper .mod_navigation.nav-main .mm_dropdown li {
	margin-top: 0px;
	width: 350px;
}
.mod_navigation.nav-main {
	position: absolute;
	right: 1px;
	z-index: 3;
}
.startseite #wrapper .mod_navigation.nav-main a {
	color: #fff;
}
.startseite #wrapper .mod_navigation.nav-main a:hover {
	color: #fff;
}
.startseite #wrapper .mod_navigation.nav-main .mm_dropdown a {
	color: #563d1d;
}
/*
#wrapper .mod_navigation.nav-main a {
	color: #563d1d;
	text-decoration: none;	
}
#wrapper .mod_navigation.nav-main a:hover {
	color: #563d1d;
	/*text-decoration: none;
}*/
#wrapper .mod_navigation.nav-main.sticky a {
	color: #563d1d;
}
#wrapper .mod_navigation.nav-main.sticky a:hover {
	color: #563d1d;
}
#wrapper .mod_navigation.nav-main.sticky li {
	color: #563d1d;
	float: none;
	padding-right: 0px;
}
#wrapper .nav-main .level_1 .sibling a:hover {
	text-decoration: none;
}
#wrapper .mod_navigation li.mm_container .mm_dropdown > .inner {
	background-color: #f7f0e2;
	padding: 10px 0px 20px 0px;
	border: none;
	border-bottom: 3px solid #FEC901;
}
#wrapper .mod_navigation li.mm_container .mm_dropdown > .inner ul li {
	padding: 10px 30px;
}

#wrapper .mod_navigation li.mm_container .mm_dropdown > .inner ul li:not(.active):hover {
	padding: 10px 20px 10px 40px;
}
#wrapper .mod_navigation li.mm_container .mm_dropdown > .inner ul li a {
	display: block;
}

#wrapper .mod_navigation li.mm_container .mm_dropdown > .inner a {
	font-family: impara-light, Helvetica, Arial;
	text-transform: uppercase;
	display: inline-block;
}
#wrapper .mod_navigation li.mm_container .mm_dropdown > .inner a:hover {
	color:#000;
}
#wrapper .mod_navigation li.mm_container .mm_dropdown > .inner:hover {
	transition: 300ms;
}
.mod_navigation li.mm_container .mm_dropdown {
	width: 375px;
	display: block;
	visibility: hidden;
    opacity: 0;
    left: auto;
    right: auto;
    filter: alpha(opacity=0);
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
	margin-top: 10px;
	padding-top: 5px;
}
li.mm_container:hover .mm_dropdown {
	visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
	margin-top: 0px;
}
li.mm_container .mm_dropdown:before {
	content: url('/files/layout/icon-nav-menu-pfeil.svg');
	position: relative;
	top: 6px;
	left: 11%;
}
li.mm_container.last .mm_dropdown:before {
	left: 87%;
}
.sticky li.mm_container .mm_dropdown:before {
	left: auto;
	right: 87%;
}

#top .position_right.mobile_menu {
	box-shadow: 0 10px 50px -5px rgba(0,0,0,0.15) !important;
	margin-top: 68px;
}
.mobile_menu .inner {
	background-color: #f7f0e2;
}
.inner .mod_navigation .level_1 li {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-top: auto;
}
.mobile_menu .mod_navigation .level_1 li a {
	display: none;
}
.mobile_menu .mod_navigation .level_1 li, .mobile_menu .mod_navigation .level_2 li.submenu_hide {
	text-align: left;
	margin-right: auto;
	margin-top: auto;
	background-image: url('/files/layout/menu-aufklapp.svg');
	background-repeat: no-repeat;
	background-position: center right 41px;
}
.mobile_menu .mod_navigation .level_1 li a {
	margin-right: 20px;
}
.inner .mod_navigation .level_1 li.submenu_show {
	background-image: url('/files/layout/menu-zuklapp.svg');
	background-position-y: 20px;
}
.inner .mod_navigation .level_2 li {
	background-image: none;
	font-family: impara-light, Helvetica, Arial;
}
.inner .mod_navigation .level_1 li a:hover {
	text-decoration: none;
}
.inner .mod_navigation .level_1 .level_2{
	background-color: #fdf9f2;
	padding: 5px 0;
}
.inner .mod_navigation .level_1 .level_2 .level_3{
	background-color: #fff;
}
.inner .mod_navigation .level_1 ul li a {
	color: #563d1d;
	font-size: 16px;
}
.mobile_menu .inner .mod_navigation .level_1 ul li a {
	padding-left: 25px;
	font-size: 14px;
}
.inner .mod_navigation .level_1 ul li a:hover {
	text-decoration: none;
}
/*
#wrapper .mm_dropdown .inner ul li {
    margin-right: 0px;
}

.mod_navigation li.mm_container:hover > a::after, .mod_navigation li.mm_container:hover > span::after {
	height: 3px;
	bottom: auto;
	background-color: #edcb3c;
	top:-28px;
}*/
#wrapper .mod_navigation li.mm_container:hover > a::after, #wrapper .mod_navigation li.mm_container:hover > span::after {
	background-color: unset;
}



/*@media screen and (max-width: 1750px) {*/
	.mod_navigation li.mm_container.last .mm_dropdown, /*li.mm_container .mm_dropdown.mm_7,*/ li.mm_container .mm_dropdown.mm_264, .mod_navigation li.mm_container .mm_dropdown.mm_287 {
		right: 0px;
	}
	li.mm_container .mm_dropdown.mm_8 {
		width: 320px;
		right: 0px;
	}
	/*li.mm_container .mm_dropdown.mm_7::before {
		left: 1%;
	}*/
	li.mm_container .mm_dropdown.mm_8::before {
		left: 15%;
	}
	.mod_navigation .mm_dropdown.mm_287::before {
		left: 60%;
	}
	li.mm_container .mm_dropdown.mm_264::before {
		left: 55%;
	}
/*}*/

/* EN */
@media screen and (max-width: 1667px) {
	.mod_navigation li.mm_container .mm_dropdown.mm_256:lang(en) {
		right: 0px;
	}
	.mod_navigation li.mm_container .mm_dropdown.mm_256:lang(en)::before {
		left: 35%;
	}
}
@media screen and (max-width: 1090px) {
	.mod_navigation.nav-main {
		display:none;
	}
	.startseite #header {
		background-color: #f7f0e2;
		height: 68px;
	}	
	#header {
		background-color: #f7f0e2;
		height: 68px;
	}
	.﻿nav-main {
		display: none;
	}
	.lerchenmuehle-logo {
		display: none;
	}
	.lerchenmuehle-logo-unterseite {
		display: none;
	}
	.teaser-image {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 575px) {

	.boxed {
		padding:0 10px 0 10px;
	}	
	#wrapper .slider-elemente {
		max-width: 340px;
		margin-left: auto;
		margin-right: inherit;
	}
	#wrapper .slider-elemente .unterseite img {
		width: auto;
		height: auto;
		top: 40px;
	}
	#wrapper .fliesstext-start {
		padding-right: inherit;
	}
	#wrapper .fliesstext-start {
		margin-top: 280px;
	}
	.mobile_menu .inner .mod_navigation .level_1 ul li a {
		width:calc(92% - 40px);
	}
}

@media screen and (max-width: 992px) {
	.sticky {
		position:fixed;
		left:0px;
		top:0;
		width:100%;
		background-color:#fff;
		opacity:0;
		z-index:999;
		transition: opacity .5s ease-in-out;
	}
}



/* ----- Sticky Navigation ----- */

#header.sticky.do-opacity {
	opacity: 1;
}
.mobile_menu_active .startseite #header {
	position: fixed;
	opacity: 1;
	z-index: 3;
}
nav.nav-main.sticky {
	position:fixed;
	height: 90px;
	width:100%;
	background-color:#fff;
	-webkit-box-shadow: 0px 8px 110px 0px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 8px 110px 0px rgba(0,0,0,.15);
	box-shadow: 0px 8px 110px 0px rgba(0,0,0,.15);
	opacity:0;
	transition: opacity .5s ease-in-out;
}
nav.nav-main.do-opacity {
	opacity:.95;
}
nav.nav-main.sticky li.logo {
	width:120px;
	height:120px;
	top:0px;
}
nav.nav-main.sticky ul.level_1, nav.nav-main.do-opacity ul.level_1 {
	text-align: right;
	max-width: 1400px;
	margin: auto;
	padding: 0px;
	background-image: url('/files/layout/lerchenmuehle_logo.png');
	background-size: 196px auto;
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
nav.nav-main.do-opacity ul.level_1 .mm_dropdown .level_1 {
	background-image: none;
}
nav.nav-main.sticky li, nav.nav-main.do-opacity li {
	display:inline-block;
	float:none;
	margin:0;
	padding: 0px 30px 20px 0px;
}
nav.nav-main.sticky .level_1 .mm_container a, nav.nav-main.do-opacity .level_1 .mm_container a {
	text-shadow: none;
}
nav.nav-main.sticky a, nav.nav-main.sticky a:hover, nav.nav-main.do-opacity a, nav.nav-main.do-opacity a:hover {
	color: #3f3f3e;
}



/* Nav-Menü MOBIL */

.mobile_menu .level_1 {
	margin-top:30px;
}

.mobile_menu .mod_navigation .invisible {
	display: none !important;
}
.mobile_menu .inner .mod_navigation .level_1 li .active {
	font-family: impara-medium, Helvetica, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #563d1d;
	padding: 8px 0 3px 12px;
	display: block;
}
.mobile_menu .mod_navigation .level_1 li a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding-left: 25px;
	color: #563d1d;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mobile_menu .inner .mod_navigation .level_2 li {
	border-bottom: none;
}
/*.inner .mod_navigation .level_1 .level_2 li:hover {
	background-color: #fffaf0;
}*/
.submenu a.sibling {
	text-shadow: none;
	color: #563d1d;
}
.lerchenmuehle-logo-mobil {
	display: none;
	position: absolute;
	margin-top: 40px;
	text-align: center;
	z-index: 3;
}
.mobile_menu .level_1 li {
	line-height: 2.5em;
	text-transform: uppercase;
}
.hamburger-icon-container {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	right: -10px;
	z-index: 4;
}
.hamburger-icon, .hamburger-icon:before, .hamburger-icon:after {
  	content: '';
  	position: absolute;
  	height: 1px;
  	background: #563d1d;
  	transition: all .5s ease;
}
.hamburger-icon:before {
  	top: -6px;
  	width: 27px;
}
.hamburger-icon {
  	top: 35px;
	width: 27px;
	background: #563d1d;
}
.hamburger-icon:after {
  	top: 6px;
  	width: 27px;
}
#top .mobile_menu_overlay {
	z-index: 2;
	margin-top: 68px;
}
.mobile_menu.position_right.active {
	z-index: 3;
}
.mobile_menu_active .hamburger-icon {
  background: transparent;
  transform: rotate(-135deg)
}
.mobile_menu_active .hamburger-icon:before, .mobile_menu_active .hamburger-icon:after {
  top: 0px;
  left:-6px;
  width: 27px;
}
.mobile_menu_active .hamburger-icon:before {
  transform: rotate(90deg)
}
.mobile_menu.active {
	z-index: 2;
}
#wrapper .mobile_menu_trigger {
	width: 50px;
	position: absolute;
	right: 25px;
}

@media screen and (max-width: 1090px) {
	#wrapper .mobile_menu .level_1 li {
		font-size: 18px;
	}
	#wrapper .mobile_menu_trigger {
		display: block !important;
	}
	.lerchenmuehle-logo-mobil {
		display: block;
		position: absolute;
		margin: auto auto auto 10px;
		text-align: center;
		height: auto;
		width: 145px;
		margin-top: 8px;
	}
}



/* Breadcrumb */

.mod_breadcrumb {
	/*position: absolute;
	margin-top: 100px;*/
	z-index: 1;
	opacity: 0.5;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
.mod_breadcrumb:hover {
	opacity: 1;
}
.mod_breadcrumb li {
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
}
.mod_breadcrumb li:after {
	content: "›";
	margin-left: 10px;
}
.mod_breadcrumb li.active.last:after {
	content: none;
}
#wrapper .mod_breadcrumb li a {
	font-family: impara-light, Helvetica, Arial;
}
#wrapper .mod_breadcrumb li.first a {
    content: url("/files/layout/icon-breadcrumb-home.svg");
}
@media screen and (max-width: 992px) {
	.mod_breadcrumb {
		margin-top: 15px;
	}
	#header.sticky .mod_breadcrumb {
		position: absolute;
	}
}


/* Slider Startseite */

.ce_revolutionslider .tp-banner {
	z-index: 0;
}
.slider-elemente a {
	font-size: 16px !important;
	color: #563d1d;
	text-align: center;
	text-transform: uppercase;
	background-color: #ffffffe8;
	box-shadow: 0 10px 50px -5px rgba(0,0,0,0.15);
	border-bottom: 3px solid #FEC901 !important;
	font-family: impara-medium, Helvetica, Arial !important;
	border-radius: 3px 3px 0px 0px;
	padding: 19px 57px 13px 55px !important;
	transition: 0.3s;
}
.slider-elemente a:hover {
	color: #fff;
	transition: 0.3s;
	background-color: #fff;
	text-decoration: none;
}
.slider-elemente img {
	width: 100% !important;
	height: auto !important;
}
.start-slider {
	background-size: cover;
	background-repeat: no-repeat;
	height: 760px;
}
.rsts-view .rsts-prev {
	margin-bottom: 411px;
	margin-right: 74.5%;
	background-image: url(/files/theme/img/pfeil-links.svg);
	background-repeat: no-repeat;
	background-size: 14px 32px;
	border: unset;
	box-shadow: unset;
	cursor: pointer;
}
.rsts-view .rsts-prev:hover {
	background-color: inherit;
}
.rsts-view .rsts-next {
	margin-bottom: 411px;
	margin-right: 75%;
	background-image: url(/files/theme/img/pfeil-rechts.svg);
	background-repeat: no-repeat;
	background-size: 14px 32px;
	border: unset;
	box-shadow: unset;
	background-position-x: right;
	cursor: pointer;
}
.rsts-view .rsts-next:hover {
	background-color: inherit;
}

@media screen and (max-width: 992px) {
	.rsts-view .rsts-prev {
		display: none;
	}
	.rsts-view .rsts-next {
		display: none;
	}
	#wrapper .slider-elemente h1 {
		margin-top: 20px !important;
		margin-bottom: 40px !important;
		text-align: left !important;
	}
	.slider-elemente img {
		width: 180px !important;
	}
	#header .slider-elemente p {
		width: max-content;
	}
	#wrapper .slider-elemente .image_container {
		margin-bottom: 30px !important;
	}
	#wrapper .slider-elemente {
		left: 55px !important;
	}
	#wrapper .slider-elemente {
		max-width: 320px;
	}
	.slider-elemente a {
		font-size: 12px !important;
	}
}
@media screen and (max-width: 575px) {
	.start-slider {
		height: 275px;
	}
	#wrapper .slider-elemente {
		margin-right: auto;
		margin-left: auto;
	}
	#wrapper .slider-elemente .unterseite h1 {
		width: auto;
		margin-top: 155px;
	}
	.ce_revolutionslider .tp-banner {
		/*height: 425px !important;
		width: auto !important;*/
		margin-bottom: 50px;
	}
	#wrapper .slider-elemente {
		left: 20px !important;
	}
	.ce_revolutionslider ul li .slotholder .kenburnimg img {
		right: -93px !important;
		left: auto !important;
	}
	.firefox .ce_revolutionslider ul li .slotholder .kenburnimg img {
		right: -95px !important;
	}
}



/* Produktübersicht */

.prudukt-hg {
	height: 175px;
	background-color: #fbf3d9;
}
.hg-gruen {
	background-color: #e6e5dc;
}
.hg-blau {
	background-color: #e6e9f0;
}
.hg-dunkelbraun {
	background-color: #e9ded3;
}
.hg-hellbraun {
	background-color: #eedbcc;
}
.hg-gelb {
	background-color: #fff3cc;
}
#wrapper .produkte .rs-column {
	margin-right: 0.8%;
	margin-left: 0.8%;
	margin-top: 0px;
	margin-bottom: 1.4%;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	min-height: 510px;
	background-color: #fff;
}
#wrapper .produkte .rs-column.-large-col-3-1 {
	width: 31.7%;
}
.uebersicht {
	transition: 0.5s;
	min-height: 310px;
	background-color: #fff;
	position: relative; /* Neu */
}
.uebersicht:hover img {
	transition: 0.5s;
	transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
}
.uebersicht img {
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.uebersicht a {
	color: #563d1d;
}
.uebersicht .produktbild {
	position: absolute;
	margin-top: -150px;
	/*max-width: 386px;*/
	width: 100%;
}
.uebersicht .produktbild img {
	max-width: 100%;
	height: auto;
	transition: 0.5s;
	transition-duration: 1000ms;
}
.uebersicht-inhalt {
	padding: 90px 30px 1px 30px;
}
.button {
	font-family: impara-medium, Helvetica, Arial !important;
	text-transform: uppercase;
	padding: 15px 130px 15px 0px;
	min-width: 185px;
	border-bottom: solid #FEC901 3px !important;
	transition: 0.5s;
	font-weight: 500;
	color: #563d1d;
	transition-duration: 1000ms;
}
.button:hover, .ce_rsce_product_overview:hover .button {
	text-decoration: none;
	background-color: rgba(254,201,1,0.1);
	transition: 0.5s;
	padding-left: 10px;
	transition-duration: 1000ms;
}

#wrapper .produkt-hg {
	background-color: #fbf7f0;
}
#wrapper .produkte-top {
	margin-top: -60px;
	padding-bottom: 70px;
}
#wrapper .produkte-top .rs-columns{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
	#wrapper .produkte .rs-column.-large-col-3-1 {
		width: 48.4%;
	}
	.button {
		padding: 10px 60px 10px 0px;
	}
	.uebersicht {
		min-height: 240px;
	}
}
@media screen and (max-width: 768px) {
	#wrapper .produkte .rs-column.-large-col-3-1 {
		max-height: 390px;
		width: 99%;
	}
	.uebersicht {
		min-height: auto;
	}
	.uebersicht-inhalt {
		padding: 70px 15px 1px 15px;
	}
	.uebersicht .produktbild {
		margin-top: -180px;
	}
	#wrapper .produkte .rs-column.-large-col-3-1 {
		min-height: auto;
		margin-bottom: 40px;
		max-height: unset;
	}
}
@media screen and (max-width: 575px) {
	.uebersicht .produktbild {
		margin-top: -130px;
	}
	.prudukt-hg {
		height: 140px;
	}
	.uebersicht .produktbild {
    	margin-top: -150px;
	}
	.teaser-image {
		background-size: contain;
	}
	.mod_newslist.news .layout_latest {
		display: block;
	}
	.news-bildtextblock {
		width: 100%;
		box-sizing: border-box;
		padding-left: 20px;
	}
}

@media screen and (max-width: 386px) {
	#wrapper .produkte .rs-column.-large-col-3-1 {
		max-height: 445px;
	}
}



/* --- aktuelles --- */

#wrapper .ueberschrift {
	text-align: center;
	opacity: 1;
	padding-top: 70px;
	padding-bottom: 60px;
}
#wrapper .ueberschrift h1 {
	color: #563d1d;
	margin-bottom: 0px !important;
	text-shadow: none;
	margin-top: 20px;
}
.ueberschrift h2, .rezepte-menu a, .ce_sibling_navigation_news a {
	font-family: impara-light, Helvetica, Arial !important;
	font-size: 12px !important;
	letter-spacing: 5px;
	text-transform: uppercase;
}
#wrapper .ueberschrift img {
	width: 220px;
	height: auto;
}
#wrapper .aktuelles-hg {
	background-image: url('/files/layout/aktuelles_hintergrundbild_01.jpg');
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
}
#wrapper .news-inhalt {
	min-height: 210px;
	margin-bottom: 40px;
}
#wrapper .news img {
	width: 100%;
	height: auto;
}
#wrapper .news-grid .rs-column {
	background-color: #fff;
	margin-right: 0px;
	width: 55%;
}
#wrapper .bio-icons img {
	width: auto;
	float: left;
	margin: 10px 25px 80px 25px;
}
#wrapper .news h2 a {
	font-family: impara-light, Helvetica, Arial;
	font-size: 20px;
	color: #563d1d;
	font-weight: lighter;
	margin-bottom: 10px;
}
#wrapper .news h2 a:hover {
	color: #563d1d;
	text-decoration: none;
}
#wrapper .news p a {
	color: #563d1d;
	padding: 15px 130px 15px 0px;
	min-width: 185px;
	border-bottom: solid #FEC901 3px;
	transition: 0.5s;
	font-weight: 500;
	text-transform: uppercase;
}
#wrapper .news p a:hover {
	text-decoration: none;
	background-color: rgba(254,201,1,0.1);
	transition: 0.5s;
	padding-left: 10px;
}
#wrapper .news-grid {
	margin-bottom: 100px;
}
.layout_latest {
	display: grid;
	grid-template-columns: 50% 50%;
	margin-bottom: 30px;
}
.layout_latest p {
	margin-bottom: 30px;
}
	
.news-bildtextblock {
	padding-right: 20px;
}

@media screen and (max-width: 900px) {
	#wrapper .news-bildtextblock h2 {
		margin-top: 20px;
		hyphens: auto;
	}
	#wrapper .news-bildtextblock img {
		margin-top: 20px;
	}
	#wrapper .news-grid .rs-column {
		width: 100%;
	}
	#wrapper .news-grid {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 992px) {
	#wrapper .news h2 a {
		font-size: 18px;
	}
	#wrapper .news p a {
		padding: 15px 60px 15px 0px;
	}
	#wrapper .ueberschrift {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	#wrapper .aktuelles-hg {
		background-attachment: unset;
	}
	/*#wrapper .ueberschrift img {
		width: 150px;
	}*/
}
@media screen and (max-width: 600px) {
	#wrapper .news-inhalt {
		min-height: 150px;
	}
	#wrapper .bio-icons li {
		width: 20%;
		float: left;
		padding: 0px 14%;
	}
	#wrapper .bio-icons img {
		margin-left: auto;
		margin-right: auto;
	}
	#wrapper .ueberschrift {
		padding-bottom: 60px;
	}
}

/* Förderung */

.produkt-hg .foerderung-logos .rs-column .image_container img{
	width: 100%;
	height: auto;
}
.produkt-hg .foerderung-logos .rs-column .image_container {
	width: 80%;
}
.produkt-hg.last.block .rs-columns.mb-150{
	margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
	.produkt-hg .foerderung-logos .rs-column .image_container {
		width: 50%;
	}
}

/* Footer */

.footer {
	background-color: #fbf7f0;
	padding-top: 100px;
}
.footer .button {
	padding: 13px 60px 13px 0px;
}
.footer .button:hover {
	padding-left: 10px;
	background-color: #fff:
}
#wrapper h2.footer-h2 {
	margin-bottom: 20px;
}
.footer-text {
	float: left;
	width: 50%;
}
.footer .bild img {
	max-width: 92%;
	height: auto;
	
	position: absolute;
	width: 29vw;
	bottom: 0;
	max-width: 400px;
}
.footer .rs-column.-large-col-3-1:nth-child(2) {
	height: 10px;
}
.footer .bild .image_container {
	margin-bottom: 0px;
	/*position: relative;*/
}
.footer .rs-column.-large-col-3-1 {
	width: 33.33%;
	margin-right: 0px;
}
.footer .besuchen-bild img {
	max-width: 100%;
	height: auto;
}
#wrapper .footer a {
	font-family: impara-light, Helvetica, Arial;
}
#wrapper .footer a.button {
	font-family: impara-medium, Helvetica, Arial;
}

@media screen and (max-width: 992px) {
	.footer .bild img {
		width: 30%;
		margin-top: 40px;
	}
	.footer .rs-column.-large-col-3-1 {
		width: 100%;
	}
	#wrapper h2.footer-h2 {
		margin-bottom: 10px;
	}
	.footer {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.footer .bild img {
		position: unset;
	}
	.footer .rs-column.-large-col-3-1:nth-child(2) {
		height: auto;
	}
}
@media screen and (max-width: 575px) {
	.footer .bild img {
		width: 50%;
		height: auto;
	}
	.footer-text {
		width: 100%;
		margin-bottom: 40px;
	}
}



/* Footer Traditionelles Handwerk */

#wrapper .ueberschrift.footer-traditionelles {
	max-width: 650px;
	padding-bottom: 150px;
}
#wrapper .ueberschrift.footer-traditionelles h1 {
	color: #fff
}
#wrapper .ueberschrift.footer-traditionelles p {
	color: #fff
}
#wrapper .footer-01-hg {
	background-image: url('/files/layout/footer.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#wrapper .footer-traditionelles-hg {
	background-color: rgba(54, 41, 37, 0.52);
}
#wrapper .footer-traditionelles .slider-elemente {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper .footer-traditionelles .slider-elemente a {
	padding: 15px 80px 15px 80px;
}



/* Footer Mühlenladen */

#wrapper .ueberschrift.footer-muehlenladen {
	max-width: 800px;
	padding-bottom: 150px;
}
#wrapper .ueberschrift.footer-muehlenladen h1 {
	color: #fff
}
#wrapper .ueberschrift.footer-muehlenladen p {
	color: #fff
}
#wrapper .footer-02-hg {
	background-color: rgba(33, 32, 29, 0.5);
}
#wrapper .footer-muehlenladen-hg {
	background-color: rgba(33, 32, 29, 0.5);
	background-image: url('/files/muehlenladen/muehlenladen/lerchenmuehle-muehlenladen-15.jpeg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#wrapper .footer-muehlenladen .slider-elemente {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#wrapper .footer-muehlenladen .slider-elemente a {
	padding: 15px 80px 15px 80px;
}



/* Sortiment Produktübersicht */

.produktuebersicht-text {
	margin: 80px auto;
	padding: 0px 100px 0px 100px;
}

@media screen and (max-width: 992px) {
	.produktuebersicht-text {
		margin: 40px auto;
		padding: 0px 0px 0px 0px;
	}
}



/* Produkt Unterseite */

.produktbild {
	margin-top:50px;
}

#wrapper .sortiment .ueberschrift {
	padding-bottom: 0px;
}
#wrapper .sortiment a:hover {
	text-decoration: underline
}
#wrapper .sortiment h1 {
	color: #563d1d;
	text-shadow: none;
	margin-bottom: 10px;
}
#wrapper .sortiment h2.naehrwerte-ueberschrift {
	/*border-bottom: 3px solid #FEC901;
	width: max-content;*/
	margin-bottom: 0px;
	padding-bottom: 30px;
	padding-left: 40px;
	font-size: 12px !important;
	letter-spacing: 5px;
	
}
.sortiment img {
	max-width: 100%;
	height: auto;
}
.eigenschaften-text {
	margin-top: 60px;
}
.sortiment .eigenschaften-text img {
	margin: 10px 10px 0 0;
	vertical-align: bottom;
}
.sortiment .rs-column.-large-col-3-2.rs-column.-large-first-row {
	margin-right: 0px;
}
.sortiment p {
	margin-bottom: 0px;
}
.sortiment ul {
	list-style-image: url('/files/layout/aufzaehlungszeichen.png');
	padding-left: 19px;
	margin-left: -10px;
}
.sortiment ul li {
  padding-inline-start: 1ch;
}
/*.sortiment ul li::before {
  content: "";
  position: relative;
  margin-left: 10px;
}*/
.sortiment table {
	width: 100%;
}
.sortiment tr {
	border-bottom: 1px solid #eee8df;
	height: 45px;
}
.sortiment td {
	vertical-align: middle;
}
.sortiment .naehrwerte {
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	padding: 6%;
	height: calc(100% - 105px); /*90%*/
}
.produkt-info-dreispaltig .rs-column {
	margin-right: 1%;
	margin-left: 1%;
	width: 31%;
	margin-top: 20px;
}
.produkt-info-zweispaltig .rs-column {
	margin: 0px 1% 150px 1%;
}
.produkt-hg-weiss {
	background-color: #fff;
	height: 740px;
	width: 100%;
	position: absolute;
}
.produkt-hg-verlauf {
	background-image: url('/files/layout/hg-verlauf.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 100px;
	min-height: 950px;
}
.produkt-info-zweispaltig {
	display: flex;
}
.produkt-info-dreispaltig {
	margin: 20px auto 100px auto;
}
#wrapper .eigenschaften-text a {
	font-family: impara-light, Helvetica, Arial;
	text-decoration: underline;
}

@media screen and (max-width: 1334px) {
	.produkt-info-dreispaltig .rs-column {
		width: 48%;
	}
}
@media screen and (max-width: 992px) {
	.produkt-info-zweispaltig {
		display: table;
	}
}
@media screen and (max-width: 599px) {
	.produkt-info-dreispaltig .rs-column {
		width: 98%;
	}/*
	.produkt-info-zweispaltig {
		display: table;
	}*/
	.produkt-info-zweispaltig .rs-column {
		margin-bottom: 50px;
	}
	#wrapper .sortiment h2.naehrwerte-ueberschrift {
		padding-left: 20px;
		padding-bottom: 20px;
	}
}



/* Erhältlich Bei */

#wrapper .naehrwerte.tabelle p {
	min-height: auto;
}
#wrapper .accordion {

	min-height: auto;
	padding: 0px 15px 15px 15px;
}
div.ui-accordion-header {
	font-size: 16px;	
}
#wrapper .accordion a {
	font-family: impara-light, Helvetica, Arial;
	font-size: 16px;
}
.sortiment .naehrwerte p {
	min-height: 115px;
}
#wrapper .naehrwerte .ce_accordion {
	background-color: #f7f0e2;
	margin-bottom: 4px;
	color: #563d1d;
}
#wrapper .naehrwerte .ce_accordion .ui-accordion-header {
	background-size: 6px;
	padding: 15px;
	outline: none;
	background-image: url('/files/layout/accordion-aufklapp-bild.svg');
	background-repeat: no-repeat;
	margin-right: 15px;
	background-position: right;
	-webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
}
#wrapper .naehrwerte .ce_accordion .ui-accordion-header.ui-accordion-header-active {
	background-size: 0px;
	-webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
}
.ui-accordion-header {
	cursor: pointer;
	font-family: impara-medium, Helvetica, Arial;
	text-transform: uppercase;
}
#wrapper .naehrwerte .ce_accordion img {
	float: left;
	margin-right: 15px;
}


/* Zertifikate */

.zertifikat img {
	-webkit-box-shadow: 0px 0px 22px 0px rgba(153,153,153,0.54);
	-moz-box-shadow: 0px 0px 22px 0px rgba(153,153,153,0.54);
	box-shadow: 0px 0px 22px 0px rgba(153,153,153,0.54);
}


/* Unternehmen */

.bild-volle-breite img  {
	width: 100%;
	height: auto;
}

.text-rechtsbuendig {
	text-align: right;
}
#wrapper .img-thumbnail {
	border: none;
}

.gallery .rs-column.-large-col-4-1 {
	width: 23%;
}
.gallery .rs-column {
	margin-right: 2%;
}
.gallery.no-margin-height-gallery {
	margin-top: 70px;
}
.gallery.no-margin-height-gallery .rs-column {
	margin-top: 25px;
}

.team-image img {
	margin: 0 30px 30px 0;
}

@media screen and (max-width: 900px) {
	.text-rechtsbuendig {
		text-align: left;
	}
	.team-image img {
		width: 80px;
		height: auto;	
		margin: 0 10px 80px 0;
	}
	.gallery.no-margin-height-gallery .rs-column {
		width: 46.15385%;
	}
	.gallery.no-margin-height-gallery {
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.gallery .rs-column.-large-col-4-1 {
		width: auto;
	}
	.gallery .rs-column {
		margin-right: auto;
	}
}



/* Kontakt Formular */

.formular input, .formular textarea {
	width: 100%;
	box-sizing: border-box;
	font-family: impara-light, Helvetica, Arial;
	font-size: 16px;
	color:	#563d1d;	
	padding: 10px 15px 10px 15px;
	background-color: #f7f0e24D;
	border: 2px solid #fff;
	outline:none;
	margin-bottom: 2px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.formular input:hover, .formular textarea:hover {
	border: 2px solid #FEC9014D;
}

.formular input {
	height: 50px;
}

.formular .formular-button {
	width: 100%;
	font-family: impara-medium, Helvetica, Arial;
	font-size: 16px;
	text-transform: uppercase;
	color: #563d1d;
	height: 50px;
	background-color: #fff;
	border:none;
	border-bottom: 2px solid #FEC901;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.formular .formular-button:hover {
	background-color: #563d1d;
	color: #fff;
	cursor: pointer;
}



/* Kontakt Google Maps */

#wrapper .ce_dlh_googlemaps .gm-style-cc a {
	font-family: unset;
	font-size: unset;
}

#wrapper .dlh_googlemap .routinglink a {
	font-size: 14px;
}

.dlh_googlemap .routinglink {
	white-space: nowrap;
	padding-right:10px;
}

.dlh_googlemap .routinglink input {
	height: 20px;
	padding-left:5px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dlh_googlemap .routinglink .submit {
	height: 25px;
	border:none;
	padding:5px 10px 10px 10px;
	background-color: #563d1d;
	color: #fff;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 992px) {
	.ce_dlh_googlemaps .dlh_googlemap {
		height: 400px;
	}
}



/* Kochrezepte */

body #wrapper .kochrezepte.ce_accordion {
	margin-bottom: 25px;
}
.kochrezepte .image_container {
	display: table;
	margin: -15px -30px auto -15px;
}


/* COOKIEBAR Marketing Suite */

/* Layout 
gelb: #FEC901;
braun: #563d1d;

font-family: impara-bold;
font-family: impara-medium;
font-family: impara-light;
*/


.mod_cms_accept_tags input[type="checkbox"] + label::before, input[type="radio"] + label::before {
	border:0px;
	width: 1px;
	height: 1px;
}

.mod_cms_accept_tags {
	background:rgba(0,0,0,0.3)!important;
}

.mod_cms_accept_tags form {
	position: relative;
	box-sizing: border-box;
	max-width: 700px !important;
	height: 340px;
	padding: 30px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) !important;
}

.mod_cms_accept_tags .widget {
	position: inherit;
}

.mod_cms_accept_tags p,
.mod_cms_accept_tags .widget-submit .all,
.mod_cms_accept_tags .widget-submit .first,
.mod_cms_accept_tags .tags {
	font-family: 'impara-light', Helvetica, Arial, sans-serif;
	color: #563d1d; /* Schriftfarbe */
	line-height: 1.5em;
	font-size: 15px;
}

.mod_cms_accept_tags form > .tags > div .head {
	font-weight: normal !important;
}

.mod_cms_accept_tags #group_head_1,
.mod_cms_accept_tags #group_head_3,
.mod_cms_accept_tags #group_head_4 {
	margin-left:45px;
	padding: 0px !important;
	white-space: nowrap;
}

.mod_cms_accept_tags form > .tags {
	width: 600px;
	margin:0 auto;
}

.mod_cms_accept_tags form > .tags > div .head label {
	height: 20px !important;
	background:rgba(0,0,0,0.1) !important;
	outline:none !important;
}

.mod_cms_accept_tags form > .tags > div .head label::after {
	background:rgba(0,0,0,0.2) !important;
	top:0px !important;
	outline:none !important;
}

.mod_cms_accept_tags form > .tags > div .head input:checked + label {
	background:#3CD58E !important;
}

.mod_cms_accept_tags .description {
	display: none;
}

.mod_cms_accept_tags .widget-submit .all {
	position: absolute;
	left:calc(50% - 165px);
	bottom:80px;
	width: 330px;
	padding:15px 0px !important;
	background-color:#563d1d !important;
	border: 1px solid #563d1d;
	border-bottom: 3px solid #FEC901;
	color:#fff !important;
	cursor: pointer;
	height:56px;
	border-radius: 0px;
}

.mod_cms_accept_tags .widget-submit .first {
	position: absolute;
	left:calc(50% - 165px);
	bottom:20px;
	width: 330px;
	padding:15px 0px !important;
	background-color:transparent !important;
	color: #563d1d4d; /* Schriftfarbe */
	cursor: pointer;
	height:56px;
	border-radius: 0px;
}

.mod_cms_accept_tags .widget-submit .all:hover {
	color: #fff !important;
	background-color:#725734 !important;
	border: 1px solid #725734;
	border-bottom: 3px solid #FEC901;
	box-shadow: 0px 0px 10px #e5e5e5;
}

.mod_cms_accept_tags .widget-submit .first:hover {
	color: #563d1d !important;
	background-color:#fff !important;
	box-shadow: 0px 0px 10px #e5e5e5;
}

.datenschutz,
.mod_cms_accept_tags .widget-submit .all,
.mod_cms_accept_tags .widget-submit .first {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor:pointer;
}

a.datenschutz {
	text-decoration: underline;
	color:#563d1d;
}

a.datenschutz:hover {
	color:#ecac30;
}

@media screen and (max-width: 700px) {
	.mod_cms_accept_tags form {
		max-width: 100vw !important;
		padding:30px 10px;
		height: 400px;
	}
	.mod_cms_accept_tags form > .tags {
		width: 220px;
		display: block !important;
	}
	.mod_cms_accept_tags form {
		margin: 0px !important;
	}
	.mod_cms_accept_tags #group_head_1,
	.mod_cms_accept_tags #group_head_3,
	.mod_cms_accept_tags #group_head_4 {
		margin-left:20px;
	}
	.mod_cms_accept_tags form > .formbody, .mod_cms_accept_tags form > .tags > div{
		padding:0px !important;
	}
}



/* SUCHE */

.suche {
	position: absolute;
	right: 1px;
	z-index: 3;
	/*margin-top: 8px;*/
}
.do-opacity .suche {
	top: -87px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	right: 0px;
}
.do-opacity .suche a {
	right: 0px;
	position: absolute;
}
.startseite .do-opacity .suche a {
	background-image: url('/files/layout//header-icon-suchen-16x16.svg');
	background-repeat: no-repeat;
}
.startseite .do-opacity .suche img.icon-suche {
	z-index: -7;
	position: relative;
}


@media screen and (max-width: 1400px) {
	.suche, .do-opacity .suche {
		margin-right: 25px;
	}
}
@media screen and (max-width: 1090px) {
	.suche {
		display: none;
	}
	.mobile_menu .suche {
		display: block;
		margin-top: 0;
		margin-right: 22px;
	}
	.mobile_menu .suche a {
		height: 50px;
		width: 50px;
		display: block;
	}
	.mobile_menu .suche img {
		width: 100%;
		top: 18px;
		position: relative;
	}
}
.mobil-menu-footer-background {
	position: relative;
	background-color: #f2e9d6;
	margin-top: 30px;
	height: 50px;
}

/* Unterseite Suchen */
.mark, mark, .highlight {
	background-color: rgba(254,201,1,0.1);
}

.mod_search input {
	padding: 15px;
	width: 100%;
	border: none;
	background-color: #f7f0e2;
	font-size: 16px;
	font-family: impara-light, Helvetica, Arial;
	-webkit-appearance: none;
    -moz-appearance: none;
    max-width: 500px;
    margin-left: auto;
	margin-right: auto;
	display: block;
}
.mod_search .submit {
	border: 0px;
	border-bottom: solid #FEC901 3px;
	background-color: #fff;
	padding: 15px 60px 15px 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: impara-medium, Helvetica, Arial;
	color: #563d1d;
	transition: 0.5s;
	transition-duration: 1000ms;
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 50px;
}
.mod_search .submit:hover {
	cursor: pointer;
	padding-left: 10px;
	background-color: rgba(254,201,1,0.1);
	transition: 0.5s;
	transition-duration: 1000ms;
}
.mod_search .odd, .mod_search .even {
	margin: 70px 0;
}


/* Sprachwechsler */

.sprachwechsler {
	position: absolute;
	right: 70px;
	top: 0px;
}

.startseite #wrapper #header .sprachwechsler li .active {
	color: #fff;
}
#wrapper #header .sprachwechsler li .active {
	color: #C5B5A3;
}
.startseite #wrapper .mod_navigation.nav-main .sprachwechsler a{
	color: #563d1d;
}
#wrapper #header .sticky .sprachwechsler li .active {
	color: #C5B5A3;
}
nav.nav-main.sticky .sprachwechsler ul.level_1 {
	background-image: none;
}
#wrapper .mod_navigation.nav-main .sprachwechsler li {
	/*display: block;*/
	margin-top: 0;
	margin-right: 0px;
	visibility: hidden;
	opacity: 0;
	float: none;
	padding: 11px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
#wrapper .mod_navigation.nav-main.sticky .sprachwechsler li {
	display: table;
	margin-left: auto;
}
#wrapper .mod_navigation.nav-main .sprachwechsler li.active {
	visibility: visible;
	opacity: 1;
	background-color: unset;
	box-shadow: none;
}
#wrapper .mod_navigation.nav-main.sticky .sprachwechsler li.active {
	top: 0px;
}

#wrapper .mod_navigation.nav-main.sticky .sprachwechsler li {
	display: block;
	position: absolute;
	right: 0px;
	display: block;
}
#wrapper .mod_navigation.nav-main.sticky .sprachwechsler li.last:lang(de) {
	top: 40px;
}

#wrapper .mod_navigation.nav-main .sprachwechsler li.last:lang(de),
#wrapper .mod_navigation.nav-main .sprachwechsler li.first:lang(en) {
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#wrapper .mod_navigation.nav-main .sprachwechsler:hover li,
#wrapper .mod_navigation.nav-main .sprachwechsler li.last:lang(en) {
	visibility: visible;
	opacity: 1;
	display: block !important;
}
#wrapper .mod_navigation.nav-main .sprachwechsler li.last:lang(en) {
	top: 0;
}
#wrapper .mod_navigation.nav-main .sprachwechsler li.active::after, .startseite #wrapper .mod_navigation.nav-main.sticky .sprachwechsler li.active::after {
	position: absolute;
	margin: -2px 0 0 5px;
	content: url(/files/layout/icon-pfeil-unten.svg);
	width: 10px;
}
.startseite #wrapper .mod_navigation.nav-main .sprachwechsler li.active::after {
	content: url(/files/layout/icon-pfeil-unten-weiss.svg);
}
#wrapper .mod_navigation.nav-main.sticky .sprachwechsler {
	top: -6px;
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	left: 0;
}
#wrapper .mod_navigation.nav-main.sticky .sprachwechsler li {
	right: 55px;
}
#wrapper .mod_navigation.nav-main .sprachwechsler li.active:lang(en) #wrapper .mod_navigation.nav-main .sprachwechsler li.first:lang(en){
	top: -40px;
	position: relative;
}
.sprachwechsler li.first:lang(en) {
	top: 40px;
	position: relative;
}
.sprachwechsler li.active:lang(en) {
	position: relative;
	-webkit-transition: all 0s ease !important;
	-moz-transition: all 0s ease !important;
	-o-transition: all 0s ease !important;
	transition: all 0s ease !important;
}

/*#wrapper .mod_navigation.nav-main.sticky .sprachwechsler li.active.last:lang(en) {
	top: -43px;
}
.startseite #wrapper .mod_navigation.nav-main.sticky .sprachwechsler li.active.last:lang(en) {
	top: auto;
}*/

/*
.sprachwechsler:hover li.active:lang(en) {
	top: -46px !important;
}
*/




.sprachwechsler li.lang-de:not(.active) {
	top: 41px;
	position: relative;
}

.sprachwechsler li.lang-en.active {
	position: absolute;
	top: 0;
}









@media screen and (max-width: 1090px) {
	.sprachwechsler {
		right: 90px;
	}
	.mobile_menu .sprachwechsler .level_1 {
		margin-top: 0;
	}
	.mobile_menu .sprachwechsler li {
		float: left;
	}
	.sprachwechsler li.first:lang(en), .sprachwechsler li.active:lang(en) {
		position: unset;
	}
	.sprachwechsler li a {
		color: #000;
		text-decoration: none;
	}
	.sprachwechsler a, .sprachwechsler strong {
		padding: 10px 20px;
		display: block;
		color: #C5B5A3;
	}
	
}







/* BY FEDERLEICHT */
.federleicht {
	display: block !important;
	width: 89px;
	margin-top: 60px;
	height: 40px;
	margin-left: auto;
	/*margin-right: auto;*/
	bottom: 0;
}
.federleicht a {
	text-decoration: none;
	position: relative;
	border-bottom: none !important;
	display: block;
}
.federleicht a::before {
	content: url(/files/layout/federleicht-logo.svg);
	position: absolute;
	opacity: 0;
	top: 1px;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: 8px;
	height: 32px;
	}
.federleicht a:hover::before {
	opacity: 1;
	top: -14px;
}

@media screen and (max-width: 992px) {
	.federleicht {
		margin-bottom: -65px;
		margin-right: auto;
	}
}

.instagram-link {
	margin-left: 10px;
}


.footer-margin-social {
	margin-top: 10px;
	display: block;
	margin-bottom: -20px;
}








.rezepte-menu {
	margin-bottom: 50px;
}
.rezepte-menu a {
	border-bottom: solid rgba(255, 200, 0, 0) 3px !important;
	font-family: impara-light, Helvetica, Arial !important;
	padding-bottom: 10px;
	margin-right: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rezepte-menu a.active, .rezepte-menu a:hover {
	border-bottom: solid #FEC901 3px !important;
}


.rezepte-uebersicht {
	display: grid; 
	grid-template-columns: 32% 32% 32%;
	grid-row-gap: 3%; 
	grid-column-gap: 2%;
	margin-bottom:	170px;
	grid-row-gap: 25px;
}
.rezepte-uebersicht > .layout_latest {
	display: block;
	margin-bottom: 0;
	position: relative;
	height: calc(100% - 6px);
	height: -webkit-calc(100% - 6px);
	overflow: hidden;
}
.rezepte-uebersicht > .layout_latest > .image_container a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 0;
	position: relative;
}
.rezepte-uebersicht > .layout_latest > .image_container:hover a img {
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.rezepte-uebersicht img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.rezepte-uebersicht > .layout_latest::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
	background: linear-gradient(0deg, rgba(86,61,29,1) 0%, rgba(86,61,29,0) 100%);
	pointer-events: none;
	z-index: 1;
}
#wrapper .rezepte-uebersicht h3 {
	margin: 0 15px !important;
	position: absolute;
	width: calc(100% - 40px);
	bottom: 15px;
	pointer-events: none;
	z-index: 1;
	text-transform: unset;
}
.rezepte-uebersicht h3 a {
	font-family: impara-light, Helvetica, Arial !important;
	font-size: 32px !important;
	line-height: 1em !important;
	color: #fff !important;
	text-transform: unset !important;
}
.rezepte-uebersicht h3 a span {
	text-transform: unset;
}


.naehrwerte .rezepte-uebersicht {
	display: block;
	margin-bottom: 0 !important;
}
.naehrwerte .rezepte-uebersicht > div {
	margin-bottom: 6%;
}
.naehrwerte .rezepte-uebersicht > div:last-child {
	margin-bottom: 0;
}



.rezepte-detail table tr td {
	padding-bottom: 3px;
	line-height: 1.5em !important;
}
.rezepte-detail table tr td a {
	font-family: impara-light, Helvetica, Arial !important;
	margin-top: -4px;
	/*display: block;
	position: relative;*/
	border-bottom: 1px solid #563d1d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 1.5em !important;
}
.rezepte-detail table tr td a:hover {
	border-bottom: 1px solid #FEC901;
}
/*.rezepte-detail table tr td a::after {
	content: '';
    display: block;
    height: 1px;
    background: #563d1d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: -2px;
	position: absolute;
	width: 100%;
}*/
.rezepte-detail table tr td a:hover::after {
    background: #FEC901;
}
.rezepte-detail table tr td:nth-child(1) {
	padding-right: 20px;
}
.rezepte-detail h3 {
	font-family: impara-bold, Helvetica, Arial !important;
	margin-top: 50px;
}
.rezepte-detail .rs-columns .ce_text {
	margin-top: -50px;
}




@media screen and (max-width: 992px) {
	.rezepte-uebersicht h3 {
		margin: 0 10px !important;
		bottom: 20px;
	}
	.rezepte-uebersicht h3 a {
		font-size: 20px !important;
	}
	.rezepte-uebersicht {
		grid-template-columns: 49% 49%;
		margin-bottom: 100px;
		grid-row-gap: 1%;
		grid-row-gap: 15px;
	}
}



.rueckverfolgbarkeit-images img {
	width: 150px;
	height: auto;
}




.ce_sibling_navigation_news {
	margin-top: 130px;
	padding-bottom: 100px;
	position: relative;
	height: 42px;
}
.verlauf-rezepte {
	position: relative;
}
.verlauf-rezepte::after {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, rgba(228, 224, 217, 1) 0%, rgba(255, 255, 255, 0) 98%); 
	height: 300px;
	width: 100%;
	bottom: 0;
	z-index: -1;
}
.ce_sibling_navigation_news a span {
	font-family: impara-bold, Helvetica, Arial !important;
	letter-spacing: normal;
	font-size: 16px;
	text-transform: none;
	display: block;
	line-height: 1.5em;
}

.ce_sibling_navigation_news .s-prev {
	margin-left: 30px;
	display: block;
	width: max-content;
	float: left;
}
.ce_sibling_navigation_news .s-prev::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 35px;
	background-image: url('/files/layout/accordion-aufklapp-bild.svg');
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	margin-left: -30px;
	top: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ce_sibling_navigation_news .s-prev:hover::before {
	margin-left: -35px;
}
.ce_sibling_navigation_news .s-next {
	float: right;
	text-align: right;
	margin-right: 30px;
	position: relative;
}
.ce_sibling_navigation_news .s-next::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 35px;
	background-image: url('/files/layout/accordion-aufklapp-bild.svg');
	background-repeat: no-repeat;
	background-size: contain;
	right: -30px;
	top: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ce_sibling_navigation_news .s-next:hover::after {
	right: -35px;
}


@media screen and (max-width: 575px) {
	.ce_sibling_navigation_news .s-next {
		margin-top: 50px;
	}
	.ce_sibling_navigation_news {
		padding-bottom: 150px;
	}
}








/* Cookiebar */
.cookiebar_default.cc-active {
	background: rgba(255, 255, 255, 0.3) !important;
}
.cookiebar_default .highlight {
	background-color: unset;
}
.contao-cookiebar .cc-inner {
	max-width: 700px;
	padding: 40px 80px 20px 80px;
	border-radius: 0;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}

.contao-cookiebar.cookiebar_default p {
	font-size: 17px;
	color: #563d1d;
	margin: 0;
	line-height: 1.5;
}

.contao-cookiebar button.cc-btn {
	border: none;
	border-radius: 0;
	background: #fff;
	font-size: 13px;
	letter-spacing: normal;
	color: #563d1d;
	padding: 10px;
	width: 320px;
	margin-top: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cookiebar_default .cc-groups {
	margin-top: 20px;
}
.cookiebar_default .cc-group {
	border: none;
}
.cookiebar_default .cc-group > .group, .cookiebar_default .cc-group > .cc-detail-btn, .cookiebar_default .cc-group > .cc-detail-btn:hover {
	margin-left: 0;
	color: #563d1d;
}
.contao-cookiebar .highlight .cc-btn.success {
	background: #563d1d;
	border-color: #563d1d;
	color: #fff;
	font-size: 17px;
	margin-top: 10px;
}
.contao-cookiebar button.cc-btn:hover, .contao-cookiebar .highlight .cc-btn.success:hover {
	background: #725734;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contao-cookiebar.cookiebar_default a {
	color: #563d1d;
	text-decoration: underline;
	position: relative;
}
.contao-cookiebar.cookiebar_default a::after {
	content: " ›"
}
/*.contao-cookiebar input + label::before {
	border-color: #563d1d !important;
}*/


@media screen and (max-width: 1500px) {
	.contao-cookiebar .cc-inner {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 900px) {
	.contao-cookiebar .cc-inner {
		padding: 30px;
		margin: 0;
		max-width: none;
		height: auto;
	}
	.contao-cookiebar.cookiebar_default p, .contao-cookiebar.cookiebar_default a {
		font-size: 16px;
		text-align: left;
	}
	.contao-cookiebar button.cc-btn {
		width: 100%;
		max-width: 300px;
		font-size: 16px;
	}
}


/* WOW Animation */

@-webkit-keyframes fadeInUp{
	0% {
		opacity:0;-webkit-transform:translate3d(0,30px,0);
		transform:translate3d(0,30px,0)
	}
	to {
		opacity:1;-webkit-transform:translateZ(0);
		transform:translateZ(0)
	}
}
@keyframes fadeInUp{
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,30px,0);
		transform:translate3d(0,30px,0)
	}
}

















/* HÄNDLERKARTE */


/* HERSTELLER UND ARTIKEL FILTER AUSBLENDEN 
.mod_cm_membermapstags > .list_search .radius-search .cfg-tags {
	display: none;
}
.mod_cm_membermapstags > .list_search form input.submit {
	margin-top: 20px;
}
*/

.mod_cm_membermapstags .cfg-tags-all {
	display: none;
}





#LocationCover {
	line-height: 2em;
	width: calc(100% - 28%) !important;
	height: 47px !important;
	padding: 15px 0 0 10px !important;
	color: #563d1d !important;
	font-size: 15px !important;
}
#LocationCover::before {
	content: "";
	background-image: url('../../files/layout/haendler-standort-icon.svg');
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	display: block;
	margin-top: 5px;
}

.opening-status {
	margin-top: 3px;
	display: block;
}


.mod_cm_membermapstags {
	position: relative;
	background-color: #F2F2F2;
}
.mod_cm_membermapstags .map.cluster.tooltipp, .mod_cm_membermapstags > .list_search > form > p, .mod_cm_membermapstags > .list_search .radius-search br, .mod_cm_membermapstags > .list_search > form label, .mod_cm_membermapstags > .list_search > form .radius-search input {
	display: none;
}
.mod_cm_membermapstags > .list_search > form .radius-search input.cm_location {
	display: unset;
	background-color: #fff;
	max-width: 70%;
	font-weight: normal;
	font-size: 100%;
	border: none;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	height: 63px;
	font-size: 15px;
}
.mod_cm_membermapstags > .list_search > form .radius-search input#ctrl_cfgTags1-selectized, 
.mod_cm_membermapstags > .list_search > form .radius-search input#ctrl_cfgTags2-selectized {
	font-weight: normal;
	line-height: 49px !important;
	font-size: 16px;
	width: 100% !important;
	padding-left: 10px !important;
}
.mod_cm_membermapstags > .list_search > form .radius-search .selectize-control .has-items input#ctrl_cfgTags1-selectized, 
.mod_cm_membermapstags > .list_search > form .radius-search .selectize-control .has-items input#ctrl_cfgTags2-selectized {
	line-height: normal !important;
}
.mod_cm_membermapstags .formbody.radius-search .cm_max_dist_select {
	width: 30%;
	left: 0;
	padding: 20px 55px 20px 10px;
	color: #000 !important;
	background-color: transparent;
	border: none;
	border-left: 1px solid #d1d1d1;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 15px;
}
.mod_cm_membermapstags > .list_search .radius-search {
	display: flex;
	position: relative;
	width: 100%;
	
	flex-wrap: wrap;
	/* SPALTE  ============================================================================       
	display: block; */
}
.mod_cm_membermapstags > .list_search .radius-search span.distitem {
	position: absolute;
	right: 0;
	z-index: 0;
	background-color: #fff;
	width: 30%;
	height: 63px;
	top: 0;
	padding-top: 24px;
	padding-left: 38px;
	font-size: 15px;
	box-sizing: border-box;
}
.mod_cm_membermapstags > .list_search .radius-search span.distitem::after {
	content:"";
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 8px;
	height: 8px;
	margin-top: 5px;
	right: 15px;
	background-image: url('../../files/layout/haendlerkarte-dropdown-icon.svg');
}/* */

.mod_cm_membermapstags > .list_search .radius-search .cfg-tags {
	padding: 0;
	width: 100%;
}
.mod_cm_membermapstags > .list_search .radius-search .cfg-tags#cfg-tags-cfgTags1 {
	padding-top: 17px;
}
.mod_cm_membermapstags > .list_search .radius-search .cfg-tags#cfg-tags-cfgTags2 {
	padding-top: 13px;
	padding-bottom: 13px;
}
.mod_cm_membermapstags > .list_search .radius-search .cfg-tags .selectize-input {
	border: none;
	min-height: 65px;
}

.mod_cm_membermapstags > .list_search, .mod_cm_membermapstags > .memberlist {
	max-width: 330px;
	overflow: auto;
	padding: 20px;
}
.mod_cm_membermapstags > .memberlist {
	max-height: 480px;
	position: relative;
}
.mod_cm_membermapstags > .list_search > form {
	display: flex;
	flex-wrap: wrap;
}
.mod_cm_membermapstags .memberlistmap > div > .gm-style > div > div > div > div > div {
	color: #fff !important;
	font-size: 16px !important;
	background-position: center !important;
}

.mod_cm_membermapstags .gm-style .gm-style-iw-c {
	min-width: 280px !important;
	padding-top: 17px;
}
.mod_cm_membermapstags .gm-style .gm-style-iw-c > div {
	padding-left: 30px;
	overflow: visible !important;
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d {
	color: #000 !important;
	line-height: 1.9em;
	font-size: 13px !important;
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d a {
	color: #FEC901;
	text-decoration: none;
	font-size: 14px !important;
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d strong {
	font-size: 14px !important;
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d .cm_info_bubble {
	margin-bottom: 0;
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d td {
	padding: 0;
	padding-right: 5px;
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d .info-icon,
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d > div > p:last-child a {
	position: relative;
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d .info-icon::after,
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d > div > p:last-child a::after {
	content:"";
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	left: -31px;
	top: 2px;
}
/*.mod_cm_membermapstags .memberlistmap .gm-style-iw-d .info-icon-oeffnungszeiten {
	font-size: 14px !important;
	top: 2px;
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d .info-icon-oeffnungszeiten::after {
	background-image: url('../../files/layout/haendlerkarte-info-icon-oeffnungszeiten.svg');
	width: 14px !important;
	top: 3px !important;
}*/
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d .info-icon-company::after {
	background-image: url('../../files/layout/haendlerkarte-info-icon-company.svg');
	top: 0;
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d .info-icon-website::after {
	background-image: url('../../files/layout/haendlerkarte-info-icon-website.svg');
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d .info-icon-telefon::after {
	background-image: url('../../files/layout/haendlerkarte-info-icon-telefon.svg');
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d .info-icon-mail::after {
	background-image: url('../../files/layout/haendlerkarte-info-icon-mail.svg');
	width: 14px;
}
.mod_cm_membermapstags .memberlistmap .gm-style-iw-d > div > p:last-child a::after {
	background-image: url('../../files/layout/haendlerkarte-info-icon-route.svg');
	width: 20px;
}

.mod_cm_membermapstags > .list_search > div#MyPos {
	display: none;
}
.memberlist .no-filter {
	color: #FEC901;
	text-decoration: none;
	position: absolute;
    margin-top: 1px;
    text-align: right;
    right: 30px;
}
.mod_cm_membermapstags > .list_search form input.submit {
	background-color: #FEC901;
	color: #fff;
	width: 100%;
	border: none;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 700;
	font-family: Open Sans, Arial;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 0;
	background-image: url('../../files/layout/haendlerkarte-suchen-icon.svg');
	background-repeat: no-repeat;
	background-position: 81% center;
	background-size: 25px;
}
.mod_cm_membermapstags > .list_search form input.submit:hover {
	background-color: #dfaf00;
}

.cfg-tags .selectize-control.multi .selectize-input {
	z-index: unset;
}
.cfg-tags .selectize-control.multi .selectize-input > div {
	border-radius: 0;
	padding: 10px 10px;
    margin-bottom: 7px;
}
.cfg-tags .selectize-control.multi .selectize-input > div::after {
	content: url('../../files/layout/haendlerkarte-filter-loeschen-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 8px;
	height: 8px;
	position: relative;
	float: right;
	padding-left: 9px;
}
.cfg-tags .selectize-control.multi .selectize-input > div:hover {
    background: #e6e3e3;
    color: #000;
}


.mod_cm_membermapstags > .memberlist .all_records > .memberCard:first-child {
	border-top: 1px solid #CBCBCB;
}

.mod_cm_membermapstags > .memberlist .all_records > .memberCard > div:nth-child(3) {
	float: left;
}
.mod_cm_membermapstags > .memberlist .all_records > .memberCard > div:nth-child(3) p, 
.mod_cm_membermapstags > .memberlist .all_records > .memberCard > div:nth-child(4) p {
	padding: 0 5px 0 0;
}
.mod_cm_membermapstags .notfound {
	padding-left: 20px;
}
.mod_cm_membermapstags .notfound a {
	color: #FEC901;
	text-decoration: none;
}
.mod_cm_membermapstags > .memberlist .all_records > .memberCard {
	padding: 20px 0;
	border: none;
	border-bottom: 1px solid #CBCBCB;
	background: none;
	position: relative;
	margin-bottom: 0;
}
.mod_cm_membermapstags > .memberlist .all_records > .memberCard p {
	margin: 0;
	padding-right: 50px;
	text-decoration: none;
}
.mod_cm_membermapstags > .memberlist .all_records > .memberCard p.col_first {
	font-weight: 600;
}
.mod_cm_membermapstags > .memberlistmap {
	overflow: hidden;
	top: 0;
	height: 100% !important;
	position: absolute;
	width: calc(100% - 370px);
	right: 0;
}
.mod_cm_membermapstags > .memberlist .all_records > .memberCard p.col_6, .mod_cm_membermapstags > .memberlist .all_records > .memberCard p.col_7, .mod_cm_membermapstags > .memberlist .all_records > .memberCard p.col_8, .mod_cm_membermapstags > .memberlist .all_records > .memberCard p.col_11, .body.col_9.col_last {
	display: none !important;
}
.mod_cm_membermapstags > .memberlist .all_records > .memberCard p.kilometer-abstand {
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 12px;
	background-color: #fff;
	padding: 10px;
}
.mod_cm_membermapstags > .memberlist .all_records > .memberCard p.col_1, .mod_cm_membermapstags > .memberlist .all_records > .memberCard p.col_2 {
	order: 2;
}
.onclick-hover {
	cursor: pointer;
}
.mein-standort {
	cursor: pointer;
	margin-bottom: 15px;
	color: #563d1d;
	font-size: 16px;
}
.mein-standort::before {
	content: "";
	background-image: url('../../files/layout/haendler-standort-icon.svg');
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	display: block;
}

.gm-style > div > div > div:nth-last-child(1) {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.gm-style > div > div > div:first-child {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}


#colorbox #cboxClose {
	font-size: 0;
	width: 46px;
	height: 46px;
}
#colorbox #cboxClose::after {
	position: absolute;
	content: ' ';
	height: 30px;
	width: 1px;
	background-color: #fff;
	transform: rotate(-45deg);
}
#colorbox #cboxClose::before {
	position: absolute;
	content: ' ';
	height: 30px;
	width: 1px;
	background-color: #fff;
	transform: rotate(45deg);
}

/* ++++++++ hinzugefügt Christian ++++++*/
.mod_cm_membermapstags > .list_search {
	overflow: visible;
}
.formbody.radius-search .cfg-tags {
	z-index:auto;
}
/* ++++++++++++++++++++++++++++++++++ */


.mod_cm_membermapstags .gm-style .gm-style-iw-c, .mod_cm_membermapstags .gm-style .gm-style-iw-c > div.gm-style-iw-d {
		max-height: none !important;
}




.mod_cm_membermapstags .cfg-tags-all span, .cfg-tags .selectize-control.multi .selectize-input > div {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mod_cm_membermapstags .cfg-tags-all span:hover {
	background: #FEC901;
}

.cfg-tags .selectize-control.multi .selectize-input > div:hover {
	background: #d8d8d8;
}



@media screen and (max-width: 800px) {
	.mod_cm_membermapstags > .list_search, .mod_cm_membermapstags > .memberlist {
		max-width: none;
	}
	.mod_cm_membermapstags > .memberlistmap {
		width: 100%;
		height: 750px !important;
		position: relative;
	}
	.mod_cm_membermapstags > .memberlist .all_records > .memberCard {
		width: 100%;
	}
	/*.mod_cm_membermapstags > .list_search .radius-search span.distitem {
		padding-left: 50px;
	}*/
}

@media screen and (max-width: 700px) {
	.mod_cms_accept_tags form {
		height: unset;
		max-height: unset !important;
	}
	.mod_cms_accept_tags .widget-submit .first, .mod_cms_accept_tags .widget-submit .all {
		position: relative !important;
		font-size: 12px;
		line-height: 1.2em;
		left: auto;
		bottom: 0;
		width: 100%;
	}
	.mod_cms_accept_tags .widget.widget-submit {
		display: block;
		margin-top: 20px;
	}
	.mod_cms_accept_tags form {
		display: flex !important;
		flex-direction: column;
	}
	.mod_cms_accept_tags form .tags {
		margin-bottom: 10px;
	}
	.mein-standort::before {
		margin-top: -2px;
	}
}

@media screen and (max-width: 600px) {
	body .ce_heroslide .image_container {
		height: 200px;
	}
	body .ce_flickitystart_hero .flickity-page-dots {
		top: 200px;
	}
	body .ce_heroslide img {
		max-height: 200px !important;
	}
	.mod_cm_membermapstags > .memberlist {
		max-height: 315px;
	}
	.mod_cm_membermapstags > .memberlist .all_records > .memberCard {
		padding: 12px 0;
	}
	.mein-standort {
		font-size: 13px;
	}
	.memberlist .no-filter {
		font-size: 13px;
		margin-top: 14px;
	}
	.mod_cm_membermapstags > .list_search > form .radius-search input.cm_location {
		height: 50px;
		font-size: 16px;
	}
	.mod_cm_membermapstags > .memberlist .all_records > .memberCard p.kilometer-abstand {
		top: 10px;
	}
	.mod_cm_membermapstags > .list_search .radius-search .cfg-tags .selectize-input {
		min-height: 45px;
		border: none;
		border-radius: 0;
	}
	.mod_cm_membermapstags > .list_search > form .radius-search input#ctrl_cfgTags1-selectized, .mod_cm_membermapstags > .list_search > form .radius-search input#ctrl_cfgTags2-selectized {
		line-height: 34px !important;
		font-size: 16px;
		color: #000;
	}
	.mod_cm_membermapstags > .list_search .radius-search span.distitem {
		height: 50px;
		padding-top: 18px;
	}
	.mod_cm_membermapstags .formbody.radius-search .cm_max_dist_select {
		padding: 10px;
	}
	.mod_cm_membermapstags .selectize-dropdown .option {
		padding: 13px 16px;
	}
	.mod_cm_membermapstags > .list_search form input.submit {
		padding: 14px 0;
		background-size: 20px;
	}
	.mod_cm_membermapstags > .list_search .radius-search .cfg-tags#cfg-tags-cfgTags1 {
		padding-top: 11px;
	}
	.mod_cm_membermapstags > .list_search .radius-search .cfg-tags#cfg-tags-cfgTags2 {
		padding-top: 7px;
		padding-bottom: 9px;
	}
	#LocationCover {
		line-height: 1.4em;
		height: 34px !important;
	}
	#LocationCover::before {
		margin-top: 1px;
	}
	.mod_cm_membermapstags .gm-style .gm-style-iw-c {
		min-width: 334px !important;
		max-width: 500px !important;
		max-height: none;
	}
	.mod_cm_membermapstags .memberlistmap .gm-style-iw-d {
		line-height: 1.7em;
	}
}






/* B2B Button */


.corn-austria {
	position: absolute;
	z-index: 3;
	top: 8px;
	/*margin-top: 8px;*/
	/* SPRACHE */
	right: 140px;
}
.startseite #header:not(.header-active) .corn-austria a {
	color: #fff;
}
#header .corn-austria a img.icon-corn-austria-link {
	width: 20px;
	height: 12px;
}

.startseite #header .corn-austria a::before {
	content: url(/files/layout/icon-corn-austria-link-weiss.svg);
	display: block;
	position: absolute;
	width: 20px;
	height: 12px;
	opacity: 1;
	right: 0;
	top: 0;
}

.startseite #header .sticky .corn-austria a::before {
	content: "";
	display: none;
}


.startseite #header.header-active .corn-austria a::before {
	opacity: 0;
}

#header .corn-austria a {
	color: #C5B5A3;
}



@media screen and (max-width: 1260px) {
	#header > .inside > .corn-austria {
		display:none;
	}
	.mobile_menu .corn-austria {
		height: 50px;
		right: 225px;
		top: 0;
	}
	.mobile_menu .corn-austria a {
		height: 50px;
		display: block;
		text-decoration: none;
		color: #C5B5A3;
		line-height: 4.2em;
	}
	.mobile_menu .corn-austria .icon-corn-austria-link {
		width: 20px;
		height: 12px;
		top: 1px;
		position: relative;
	}
}



.sticky .corn-austria {
	top: -6px;
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.sticky .corn-austria a {
	color: #C5B5A3 !important;
	right: 115px;
	position: absolute;
	top: 8px;
}





.mod_cm_membermapstags .memberlistmap .gm-style-iw-d + button {
	scale: 1.5;
	top: 0 !important;
	right: 0 !important;
}






.footer-01-hg .bio-icons {
	/*overflow: hidden;*/
}
.footer-01-hg .bio-icons > ul {
	display: flex;
	flex-wrap: wrap;
}
	.footer-01-hg .bio-icons > ul li img {
	max-width: 135px;
}

@media screen and (max-width: 600px) {
	.footer-01-hg .bio-icons > ul li:last-child img {
		max-width: 35vw;
	}
}



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