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{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#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}.float_left{float:left}.float_right{float:right}.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}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
@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%); } }

.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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .cookiebar_default .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .cookiebar_default .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; }
      .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;
    width: 100%;
    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 */

@font-face {
  font-family: "Yanone Kaffeesatz";
  src: url("../../files/themefiles_hubert/Fonts/yanonekaffeesatz400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cabin";
  src: url("../../files/themefiles_hubert/Fonts/cabin400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  src: url("../../files/themefiles_hubert/Fonts/roboto400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  src: url("../../files/themefiles_hubert/Fonts/roboto500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#header {
  background: linear-gradient(0deg, #0000 50px, #FF6969 0%), url("../../files/themefiles_hubert/RAUNER/./othericons/nav_bg.png") center bottom repeat-x;
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 92px;
}
#header .inside {
  display: flex;
  flex-direction: row;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}
@media all and (max-width: 450px) {
  #header .inside {
    padding: 0 30px;
  }
}
#header .inside #herderimg {
  width: 270px;
  height: auto;
}
#header .inside .navbar {
  height: 92px;
  width: 100%;
}
@media all and (max-width: 1000px) {
  #header .inside .navbar {
    overflow: visible;
  }
}
#header .inside .navbar .burgerMenu {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 30px;
  height: auto;
}
#header .inside .navbar ul {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  margin: 0 0 0 20%;
  padding: 0;
}
@media all and (max-width: 1000px) {
  #header .inside .navbar ul {
    margin: unset;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15%;
    padding-top: 15px;
  }
}
#header .inside .navbar ul li {
  text-align: center;
  list-style: none;
}
#header .inside .navbar ul li a {
  text-decoration: none;
  padding: 37px 10px 14px 10px;
  height: 30px;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 0;
  color: #ffffff;
  display: block;
  text-align: center;
}
@media all and (max-width: 1000px) {
  #header .inside .navbar ul li a {
    font-size: 22px;
    padding: unset;
    margin: 10px 0;
    line-height: unset;
  }
}
#header .inside .navbar ul li a:hover {
  color: #444444;
}

#main {
  margin-top: 150px;
}
#main .inside {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#main .inside .articlebox, #main .inside .mod_article {
  box-sizing: border-box;
  padding: 0 90px;
}
@media all and (max-width: 1100px) {
  #main .inside .articlebox, #main .inside .mod_article {
    padding: 0 50px;
  }
}
@media all and (max-width: 800px) {
  #main .inside .articlebox, #main .inside .mod_article {
    padding: 0 30px;
  }
}

.bottom_margin {
  margin-bottom: 60px;
}

#article-bestellen_buttons {
  overflow: visible;
  z-index: 1000;
  position: fixed;
  right: 0;
  padding: 10px 15px 10px 10px !important;
  background-color: rgba(255, 255, 255, 0.55);
}
@media all and (max-width: 1000px) {
  #article-bestellen_buttons {
    bottom: 0;
    width: 100%;
    padding: 0;
  }
}
#article-bestellen_buttons .bestellen_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 1000px) {
  #article-bestellen_buttons .bestellen_buttons {
    justify-content: center;
  }
}
#article-bestellen_buttons .bestellen_buttons .ce_text {
  overflow: visible;
}
#article-bestellen_buttons .bestellen_buttons p {
  margin: 0 0 10px;
}
@media all and (max-width: 1000px) {
  #article-bestellen_buttons .bestellen_buttons p {
    margin: 0;
    position: relative;
    bottom: 10px;
  }
}
#article-bestellen_buttons .bestellen_buttons .bestellen_toggler {
  position: relative;
  bottom: 22px;
}
@media all and (max-width: 1000px) {
  #article-bestellen_buttons .bestellen_buttons .bestellen_icons {
    display: flex;
  }
}
#article-bestellen_buttons .bestellen_buttons .bestellen_icons img {
  width: 60px;
  height: auto;
}
@media all and (max-width: 1000px) {
  #article-bestellen_buttons .bestellen_buttons .bestellen_icons img {
    margin: 0 10px;
  }
}

#article-home {
  max-width: 1400px;
  width: 100%;
  background: url("../../files/themefiles_hubert/RAUNER/keyvisual.jpg") top right no-repeat;
}
@media all and (max-width: 1000px) {
  #article-home {
    background-size: contain;
  }
}
#article-home .headline {
  margin: 120px auto 200px;
}
@media all and (max-width: 1000px) {
  #article-home .headline {
    margin: 45vw auto 10px;
  }
}
#article-home .bodysplit {
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 1000px) {
  #article-home .bodysplit {
    flex-direction: column-reverse;
  }
}
#article-home .bodysplit .staerken {
  display: flex;
  flex-direction: column;
  flex: 2;
  margin-right: 50px;
}
@media all and (max-width: 1000px) {
  #article-home .bodysplit .staerken {
    margin-right: unset;
  }
}
#article-home .bodysplit .staerken section {
  margin: 10px 0;
  position: relative;
}
#article-home .bodysplit .staerken section .toggler {
  background-color: #FF6969;
  color: white;
  padding: 10px 45px 10px 20px;
  cursor: pointer;
  outline: none;
}
#article-home .bodysplit .staerken section .ui-accordion-content {
  background-color: #FFD6D6;
  padding: 20px;
  color: #444444;
}
#article-home .bodysplit .staerken section .ui-accordion-content p {
  margin: 0;
  color: #444444;
}
#article-home .bodysplit .staerken section .ui-accordion-content a {
  color: #444444;
}
#article-home .bodysplit .staerken section .ui-accordion-content a:hover {
  font-style: italic;
}
#article-home .bodysplit .staerken section .ui-accordion-content ul {
  color: #444444;
  margin-bottom: 0;
}
#article-home .bodysplit .staerken .toggler:before {
  position: absolute;
  display: inline-block;
  content: url("../../files/themefiles_hubert/RAUNER/othericons/accordion_toggler_closed.svg");
  width: 20px;
  height: auto;
  right: 15px;
}
#article-home .bodysplit .staerken .ui-accordion-header-active:before {
  position: absolute;
  display: inline-block;
  content: url("../../files/themefiles_hubert/RAUNER/othericons/accordion_toggler_open.svg");
  width: 20px;
  height: auto;
  right: 15px;
}
#article-home .bodysplit .sidebar {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: end;
  margin-top: -50px;
}
@media all and (max-width: 1000px) {
  #article-home .bodysplit .sidebar {
    display: flex;
    flex-direction: row;
    margin-top: -50px;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media all and (max-width: 700px) {
  #article-home .bodysplit .sidebar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#article-home .bodysplit .sidebar .oeffnungszeiten h2 {
  position: relative;
  top: 50px;
}
#article-home .bodysplit .sidebar .oeffnungszeiten table td:first-child {
  width: 120px;
  font-weight: bold;
}
#article-home .bodysplit .sidebar .oeffnungszeiten table td:first-child + td {
  width: 120px;
  text-align: right;
}
#article-home .bodysplit .sidebar .oeffnungszeiten .flaggencontainer {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#article-home .bodysplit .sidebar .oeffnungszeiten .ce_table {
  width: 300px;
  background: url("../../files/themefiles_hubert/RAUNER/othericons/flagge_bg.jpg") repeat-y;
  background-size: contain;
  display: flex;
  justify-content: center;
  padding: 30px 0 20px;
  font-size: 16px;
}
#article-home .bodysplit .sidebar .oeffnungszeiten .flaggenbottom {
  background: url("../../files/themefiles_hubert/RAUNER/othericons/flagge_btm.jpg") no-repeat;
  width: 300px;
  background-size: contain;
  display: block;
  height: 25px;
}
#article-home .bodysplit .sidebar .oeffnungszeiten .ce_table_block {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 700px) {
  #article-home .bodysplit .sidebar .notdienst {
    position: relative;
    top: -30px;
  }
}
#article-home .bodysplit .sidebar .notdienst h2 {
  position: relative;
  top: 50px;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .flaggenbottom {
  background: url("../../files/themefiles_hubert/RAUNER/othericons/flagge_btm.jpg") no-repeat;
  width: 300px;
  background-size: contain;
  display: block;
  height: 25px;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke {
  display: flex;
  flex-direction: column;
  width: 300px;
  background: url("../../files/themefiles_hubert/RAUNER/othericons/flagge_bg.jpg") repeat-y;
  background-size: contain;
  padding: 30px 0 0;
  align-items: center;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke .notfallapothekecontent {
  width: 250px;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke .notfallapothekecontent p {
  margin: 0;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke .notfallapothekecontent .ce_custom_emergency_calendar {
  margin-top: 10px;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke .notfallapothekecontent .ce_custom_emergency_calendar li {
  list-style-type: none;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke .notfallapothekecontent .ce_custom_emergency_calendar li:first-child {
  text-decoration: underline;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke .notfallapothekecontent .ce_custom_emergency_calendar .slick-dots li.slick-active button::before {
  font-size: 20px;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke .notfallapothekecontent .ce_custom_emergency_calendar .slick-dots li button::before {
  font-size: 20px;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke .notfallapothekecontent .ce_custom_emergency_calendar .slick-prev {
  left: -45px;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke .notfallapothekecontent .ce_custom_emergency_calendar .slick-prev::before {
  content: url("../../files/themefiles_hubert/RAUNER/othericons/prev.svg");
  opacity: 1;
  display: block;
  width: 40px;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke .notfallapothekecontent .ce_custom_emergency_calendar .slick-next {
  right: -25px;
}
#article-home .bodysplit .sidebar .notdienst .flaggencontainer .notfallapotheke .notfallapothekecontent .ce_custom_emergency_calendar .slick-next::before {
  content: url("../../files/themefiles_hubert/RAUNER/othericons/next.svg");
  opacity: 1;
  display: block;
  width: 40px;
}

#article-team {
  max-width: 1400px;
  width: 100%;
}
@media all and (max-width: 600px) {
  #article-team {
    padding: 0 !important;
  }
  #article-team .ce_headline {
    margin-left: 30px;
  }
}
#article-team .teamcontainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
}
@media all and (max-width: 1000px) {
  #article-team .teamcontainer {
    grid-template-columns: 1fr;
  }
}
#article-team .teamcontainer .custom_contact_person {
  background-color: #FF6969;
  padding: 40px;
  display: inline-flex;
  align-items: flex-start;
}
@media all and (max-width: 700px) {
  #article-team .teamcontainer .custom_contact_person {
    padding: 30px;
  }
}
@media all and (max-width: 700px) {
  #article-team .teamcontainer .custom_contact_person {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  #article-team .teamcontainer .custom_contact_person img {
    width: 100px;
  }
}
#article-team .teamcontainer .custom_contact_person .persondescription {
  margin-left: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 225px;
  padding-right: 15px;
  scrollbar-arrow-color: white;
  scrollbar-color: white #FFD6D6;
  scrollbar-width: thin;
  word-break: break-word;
}
#article-team .teamcontainer .custom_contact_person .persondescription p {
  margin: 0;
}
#article-team .teamcontainer .custom_contact_person .persondescription p:first-child {
  margin-bottom: 5px;
  font-weight: bold;
}
#article-team .teamcontainer .custom_contact_person .persondescription::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#article-team .teamcontainer .custom_contact_person .persondescription::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 6px;
}
#article-team .teamcontainer .custom_contact_person .persondescription::-webkit-scrollbar-track {
  background: #FFD6D6;
  border: 0.1px solid #FFFFFF;
  border-radius: 6px;
}
#article-team .teamcontainer .custom_contact_person .persondescription::-webkit-scrollbar-thumb:hover {
  background: #FFD6D6;
}

#article-parallax {
  width: 100%;
  padding: 0 !important;
}
#article-parallax .parallax {
  background-image: url("../../files/themefiles_hubert/RAUNER/Verkauf.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 800px) {
  #article-parallax .parallax {
    min-height: 300px;
  }
}

#article-leistungen {
  max-width: 1400px;
  width: 100%;
}
#article-leistungen .leistungencontainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 50px;
}
@media all and (max-width: 800px) {
  #article-leistungen .leistungencontainer {
    grid-template-columns: 1fr;
  }
}
#article-leistungen .leistungencontainer .leistungenkacheln {
  display: flex;
  align-items: center;
}
#article-leistungen .leistungencontainer .leistungenkacheln img {
  width: 100px;
  min-width: 100px;
  height: auto;
  margin-right: 50px;
}
@media all and (max-width: 1000px) {
  #article-leistungen .leistungencontainer .leistungenkacheln img {
    margin-right: 20px;
    width: 80px;
    min-width: 80px;
  }
}
#article-leistungen .leistungencontainer .leistungenkacheln p {
  margin: 20px 0;
}

#article-parallax2 {
  width: 100%;
  padding: 0 !important;
}
#article-parallax2 .parallax {
  background-image: url("../../files/themefiles_hubert/RAUNER/GesundDe.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 800px) {
  #article-parallax2 .parallax {
    min-height: 300px;
  }
}

#article-bestellen {
  max-width: 1400px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  margin-bottom: 50px;
}
#article-bestellen .bodysplit {
  width: 100%;
  display: flex;
}
@media all and (max-width: 1000px) {
  #article-bestellen .bodysplit {
    flex-direction: column;
  }
}
#article-bestellen .bodysplit .leftsplit {
  flex: 1;
}
#article-bestellen .bodysplit .leftsplit #telefon img, #article-bestellen .bodysplit .leftsplit #email img, #article-bestellen .bodysplit .leftsplit #telefax img {
  width: 60px;
}
#article-bestellen .bodysplit .leftsplit .subheadlinegreen {
  color: #FF6969;
  font-size: 21px;
  font-weight: bold;
}
#article-bestellen .bodysplit .leftsplit .contact {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
#article-bestellen .bodysplit .leftsplit .contact a {
  color: #444444;
}
#article-bestellen .bodysplit .leftsplit .contact a:hover {
  color: #FF6969;
}
#article-bestellen .bodysplit .leftsplit .contact .email_at {
  font-family: Arial, sans-serif;
}
#article-bestellen .bodysplit .leftsplit .contact div {
  margin-left: 30px;
}
@media all and (max-width: 420px) {
  #article-bestellen .bodysplit .leftsplit .ce_form {
    margin: 0 -30px;
  }
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-template-areas: "vorname vorname nachname nachname" "str str str strnummer" "plz stadt stadt stadt" "telefon telefon email email" "nachricht nachricht nachricht nachricht" "nachricht nachricht nachricht nachricht";
  grid-column-gap: 20px;
}
@media all and (max-width: 1000px) {
  #article-bestellen .bodysplit .leftsplit .ce_form .formbody {
    grid-template-rows: repeat(9, 1fr);
    grid-template-areas: "vorname vorname vorname vorname" "nachname nachname nachname nachname" "str str str strnummer" "plz stadt stadt stadt" "telefon telefon telefon telefon" "email email email email" "nachricht nachricht nachricht nachricht" "nachricht nachricht nachricht nachricht" "button button button button";
    grid-row-gap: 0;
    grid-column-gap: 15px;
  }
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody input {
  height: 35px;
  font-family: "Cabin", Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #FFD6D6;
  color: #444444;
  padding: 5px 10px;
  border: none;
  min-width: 120px;
}
@media all and (max-width: 800px) {
  #article-bestellen .bodysplit .leftsplit .ce_form .formbody input {
    font-size: 16px;
    min-width: 100px;
  }
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody input:focus-visible {
  outline: none;
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody textarea {
  border: none;
  resize: none;
  overflow: auto;
  font-family: "Cabin", Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #FFD6D6;
  color: #444444;
  padding-left: 10px;
  height: 118px;
}
@media all and (max-width: 800px) {
  #article-bestellen .bodysplit .leftsplit .ce_form .formbody textarea {
    font-size: 16px;
  }
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody textarea:focus-visible {
  outline: none;
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody .widget-text, #article-bestellen .bodysplit .leftsplit .ce_form .formbody .widget-textarea {
  display: contents;
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody .form_firstname {
  grid-area: vorname;
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody .form_lastname {
  grid-area: nachname;
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody .form_street {
  grid-area: str;
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody .form_number {
  grid-area: strnummer;
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody .form_citycode {
  grid-area: plz;
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody .form_city {
  grid-area: stadt;
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody .form_phonenumber {
  grid-area: telefon;
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody .form_email {
  grid-area: email;
}
#article-bestellen .bodysplit .leftsplit .ce_form .formbody .form_message {
  grid-area: nachricht;
}
@media all and (max-width: 420px) {
  #article-bestellen .bodysplit .leftsplit .ce_form .formbody .widget-submit {
    grid-area: button;
    display: flex;
    justify-content: center;
  }
}
#article-bestellen .bodysplit .leftsplit button {
  font-family: "Cabin", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  height: 35px;
  box-sizing: border-box;
  width: 180px;
  padding: 5px;
  text-align: center;
  background-color: #FF6969;
  color: white;
  border: none;
  margin: 20px 0;
}
#article-bestellen .bodysplit .rightsplit {
  flex: 1;
  margin-left: 120px;
}
@media all and (max-width: 1000px) {
  #article-bestellen .bodysplit .rightsplit {
    margin-left: unset;
  }
}
#article-bestellen .bodysplit .rightsplit .subheadlinered {
  color: #E33D49;
  font-size: 21px;
  font-weight: bold;
}
#article-bestellen .bodysplit .rightsplit #sofunktionierts {
  margin-top: 35px;
}
#article-bestellen .bodysplit .rightsplit .gesund_de-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 40px 0 75px;
}
@media all and (max-width: 350px) {
  #article-bestellen .bodysplit .rightsplit .gesund_de-icons {
    margin: 40px -15px 50px;
  }
}
#article-bestellen .bodysplit .rightsplit .gesund_de-icons div {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 150px;
  align-items: center;
  margin: 0 5px;
}
#article-bestellen .bodysplit .rightsplit .gesund_de-icons div img {
  width: 75px;
  height: auto;
}
@media all and (max-width: 500px) {
  #article-bestellen .bodysplit .rightsplit .gesund_de-icons div img {
    width: 60px;
  }
}
#article-bestellen .bodysplit .rightsplit .gesund_de-icons div p {
  text-align: center;
}
@media all and (max-width: 500px) {
  #article-bestellen .bodysplit .rightsplit .gesund_de-icons div p {
    font-size: 13px;
  }
}
#article-bestellen .bodysplit .rightsplit .gesund_de_download {
  padding: 20px 50px;
  background-color: #E33D49;
  width: 100%;
  height: 370px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.5fr 0.5fr 0.3fr 0.8fr 0.3fr;
  gap: 20px 50px;
  grid-template-areas: "headline headline" "playstore appstore" "description description" "qr qr" "link link";
  justify-items: center;
  align-items: center;
  box-sizing: border-box;
}
#article-bestellen .bodysplit .rightsplit #gesund_de_headline {
  grid-area: headline;
  color: white;
  text-align: center;
}
#article-bestellen .bodysplit .rightsplit #playstore {
  grid-area: playstore;
  max-width: 150px;
  height: auto;
  min-width: 90px;
}
#article-bestellen .bodysplit .rightsplit #appstore {
  grid-area: appstore;
  max-width: 150px;
  min-width: 90px;
  height: auto;
}
#article-bestellen .bodysplit .rightsplit #gesund_de_description {
  grid-area: description;
  color: white;
  text-align: center;
}
#article-bestellen .bodysplit .rightsplit #gesund_de_qr {
  grid-area: qr;
  width: 100px;
  height: 100px;
}
#article-bestellen .bodysplit .rightsplit #gesund_de_link {
  grid-area: link;
  color: white;
  text-align: center;
}
#article-bestellen .bodysplit .rightsplit #gesund_de_link a {
  color: white;
}

#article-parallax3 {
  width: 100%;
  padding: 0 !important;
}
#article-parallax3 .parallax {
  background-image: url("../../files/themefiles_hubert/RAUNER/lieferauto.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 800px) {
  #article-parallax3 .parallax {
    min-height: 300px;
  }
}

#article-karte {
  width: 100%;
  padding: 0 !important;
}
#article-karte .gmap_canvas {
  line-height: 0;
}

#footer {
  width: 100%;
}
#footer #footerarticle {
  width: 100%;
  background-color: #FF6969;
  padding: 50px 0;
  color: white;
}
@media all and (max-width: 450px) {
  #footer #footerarticle {
    padding: 30px 0;
  }
}
#footer #footerarticle .centerleft {
  display: inline-block;
  padding: 0 50px;
}
@media all and (max-width: 1000px) {
  #footer #footerarticle .centerleft {
    display: none;
  }
}
#footer #footerarticle .centerleft .name {
  margin-top: 0;
}
#footer #footerarticle .centerleft .city {
  margin-bottom: 0;
}
#footer #footerarticle .centerright {
  display: inline-block;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
  float: right;
  text-align: right;
}
@media all and (max-width: 1000px) {
  #footer #footerarticle .centerright {
    float: left;
    text-align: left;
  }
}
@media all and (max-width: 450px) {
  #footer #footerarticle .centerright {
    padding: 0 30px;
  }
}
#footer #footerarticle .centerright a {
  text-decoration: none;
  color: white;
}
#footer #footerarticle .centerright .links {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 1000px) {
  #footer #footerarticle .centerright .links {
    justify-content: flex-start;
  }
}
#footer #footerarticle .centerright .arr {
  margin-bottom: 0;
}
#footer #footerarticle .centerright .arr p {
  margin: 0;
}

#dataprotection, #imprint {
  margin-top: 100px;
  max-width: 1400px;
  width: 100%;
}
#dataprotection h2, #imprint h2 {
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  color: #444444;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  background: unset;
  width: unset;
  height: unset;
  margin: 50px 0 30px;
  padding: unset;
  font-size: 28px;
  position: unset;
}
#dataprotection h3, #imprint h3 {
  margin: 50px 0 0;
}

body {
  background-color: white;
  color: #444444;
  font-size: 18px;
  font-family: "Cabin", Arial, Helvetica, sans-serif;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #FF6969;
  scrollbar-arrow-color: white;
}
@media all and (max-width: 800px) {
  body {
    font-size: 16px;
  }
}

#wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#container {
  width: 100%;
}

h1 {
  font-weight: 400;
  color: #FF6969;
  font-size: 36px;
  margin: 0;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
}

h2 {
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  color: white;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  background: url("../../files/themefiles_hubert/RAUNER/./othericons/h2_background.png") no-repeat;
  width: 199px;
  height: 47px;
  margin: 50px 0 30px;
  padding: 15px 0 0 28px;
  font-size: 28px;
  position: relative;
  right: 20px;
}

h3 {
  color: #E33D49;
  margin: 0 0 50px;
  font-size: 20px;
  font-family: "Cabin", Arial, Helvetica, sans-serif;
}

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

