@import url('/files/less/partialslick.less');
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/files/fonts/obensans_light.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/files/fonts/obensans_bold.ttf') format('truetype');
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  font-weight: 300;
}
#header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,rgba(255,255,255,0.9) 0%,transparent 100%);
  background-color: rgba(255,255,255,0.9);
  background-size: auto 100%;
  background-color: transparent;
  z-index: 500;
  display: block;
}
#menu {
  display: none;
}
.trust-factors {
  list-style: none;
  margin: 0;
  padding: 50px 0 0 0 !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  gap: 40px;
  position: absolute;
  right: 0;
  top: -190px;
}
.trust-factors li {
  width: 135px;
  text-align: right;
  position: relative;
}
.trust-factors li .average {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 50px;
  transform: translateX(-25px);
  font-size: 20px;
  font-weight: 700;
  color: #e6e6e6;
  display: inline-block;
  text-align: center;
}
.trust-factors li img {
  width: 135px;
}
.tablet .trust-container {
  background: #3C3C3B;
}
.tablet .trust-container .trust-factors {
  position: static;
  gap: 20px;
}
.tablet .trust-container .trust-factors li .average {
  font-size: 16px;
  bottom: 24px;
}
#textlogo {
  left: auto !important;
  right: 20px;
}
#textlogo .menu-toggle {
  cursor: pointer;
  width: 80px;
  display: block;
  position: relative;
}
#textlogo .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #3C3C3B;
  margin: 12px 0;
  transform-origin: 20px 0;
  transition: all 0.5s;
}
#textlogo .menu-toggle span:nth-child(1) {
  width: 50%;
}
#textlogo .menu-toggle span:nth-child(3) {
  width: 75%;
}
#textlogo ul {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 140px 0 0 0;
  margin: 0;
  list-style: none;
  background: rgba(60,60,59,0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
#textlogo ul li {
  width: 100%;
  text-align: center;
}
#textlogo ul li a {
  line-height: 50px;
  display: block;
  color: #fff;
  text-decoration: none;
}
#textlogo ul li a:hover {
  color: #92B54C;
}
#textlogo.show-menu .menu-toggle {
  z-index: 750;
}
#textlogo.show-menu .menu-toggle span {
  background: #fff;
}
#textlogo.show-menu .menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
  width: 100%;
}
#textlogo.show-menu .menu-toggle span:nth-child(2) {
  width: 0;
}
#textlogo.show-menu .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  width: 100%;
}
#textlogo.show-menu ul {
  visibility: visible;
  opacity: 1;
}
.tablet h2 {
  font-size: 30px;
}
.tablet h3 {
  font-size: 24px;
}
.s-slider {
  margin-top: -210px;
  background: #000;
}
.s-slider .button_container,
.s-slider .edit_mode,
.s-slider .settings_box {
  margin-top: 180px !important;
}
.s-slider .slideshow .images ul li {
  min-height: 700px;
  height: 80vh;
  position: relative;
}
.s-slider .slideshow .images ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom,transparent 0%,#3C3C3B 100%);
  background-color: transparent;
  background-size: auto 100%;
}
.mobile .s-slider .slideshow .images ul li:after {
  height: 300px;
}
.s-slider .slideshow .slideshow-texts {
  bottom: 20px;
}
.mobile .s-slider .slideshow .slideshow-texts {
  bottom: 10px;
}
.s-slider .slideshow .slideshow-texts .container {
  width: 100%;
  background: none;
  right: 0;
}
.s-slider .slideshow .slideshow-texts .container > ul > li {
  padding: 20px;
}
.s-slider .slideshow .slideshow-texts .container > ul > li div {
  color: #fff;
}
.mobile .s-slider .slideshow .slideshow-texts .container > ul > li {
  padding: 20px;
}
.s-slider .slideshow .slideshow-texts .container ul li .title {
  max-width: 620px;
  color: #fff;
  line-height: 60px;
  font-size: 40px;
  font-weight: 700;
}
.mobile .s-slider .slideshow .slideshow-texts .container ul li .title {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}
.s-slider .slideshow .slideshow-texts .container ul li .alt {
  position: relative;
}
.s-slider .slideshow .slideshow-texts .container ul li .alt strong {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
}
.s-slider .slideshow .slideshow-texts .container ul li .alt *:last-child {
  margin-bottom: 0;
}
.mobile .s-slider .slideshow .slideshow-texts .container ul li .alt {
  text-align: center;
}
.mobile .s-slider .slideshow .slideshow-texts .container ul li .alt .button {
  float: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}
.desktop .s-slider .slideshow .slideshow-bullets {
  bottom: 50px;
}
.s-slider .slideshow .slideshow-bullets {
  bottom: 20px;
  z-index: 150;
}
.s-slider .slideshow .slideshow-bullets ul {
  padding: 0 20px;
  position: relative;
  text-align: right;
}
.mobile .s-slider .slideshow .slideshow-bullets ul {
  text-align: center;
}
.s-slider .slideshow .slideshow-bullets ul li {
  background: rgba(255,255,255,0.5);
  box-shadow: none;
  width: 10px;
  height: 10px;
}
.s-slider .slideshow .slideshow-bullets ul li.active {
  background: #fff;
  width: 70px;
}
.s-slider .slideshow .slideshow-bullets ul:before,
.s-slider .slideshow .slideshow-bullets ul:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  display: block;
}
.mobile .s-slider .slideshow .slideshow-bullets ul:before,
.mobile .s-slider .slideshow .slideshow-bullets ul:after {
  content: none;
}
.s-slider .slideshow .slideshow-controls {
  top: 50%;
  margin-top: -45px;
  display: none;
}
.desktop .s-slider .slideshow .slideshow-controls {
  display: none;
}
.s-slider .slideshow .slideshow-controls .prev,
.s-slider .slideshow .slideshow-controls .next {
  color: #92B54C;
  text-shadow: none;
}
.review-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-slider .review {
  margin: 0;
  padding: 60px;
  background: #fff;
  color: #3C3C3B;
  border-radius: 2px;
}
.mobile .review-slider .review {
  padding: 20px;
  margin: 20px 0;
}
.review-slider .review:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.desktop .review-slider li {
  outline: none;
}
.review-slider .text {
  display: inline-block;
  float: left;
  width: 60%;
}
.review-slider .text .stars {
  font-size: 30px;
}
.review-slider .reviewer {
  display: inline-block;
  float: right;
  width: 40%;
  text-align: center;
}
.mobile .review-slider .text,
.mobile .reviewer {
  float: none;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.review-slider .reviewer img {
  width: 80px;
  display: inline-block;
  margin-bottom: 10px;
}
.review-slider .reviewer .name {
  margin: 0;
  font-weight: 700;
}
.review-slider .reviewer .date {
  font-size: 14px;
  margin: 0;
}
.slick-dots {
  list-style: none;
  margin: 20px -10px;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  height: 10px;
}
.slick-dots button {
  font-size: 0;
  background: rgba(255,255,255,0.5);
  border: none;
  width: 10px;
  height: 10px;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  outline: none;
}
.slick-dots .slick-active button {
  background: #fff;
  width: 50px;
}
.element .button {
  padding: 0 40px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.element.more-padding {
  padding: 50px 0;
}
.element.grey {
  background: #E6E6E6;
}
.element.green {
  background: #92B54C;
  color: #fff;
}
.element h3 {
  font-weight: 300;
}
.element .flex {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex: 1;
}
.element .flex.five-columns li {
  width: calc(20% - 32px);
}
.element .flex.two-columns li {
  width: calc(50% - 20px);
}
.tablet .flex.five-columns li {
  width: calc(50% - 20px);
}
.mobile .flex li {
  width: 100% !important;
}
.element .smaller {
  font-size: 16px;
}
.element .card {
  background: #E6E6E6;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.element .card > * {
  flex-grow: 1;
  flex-basis: 0;
}
.element .card .text {
  padding: 40px;
}
.element .card img {
  width: 300px;
}
.element .btn-round {
  text-decoration: none;
  color: #3C3C3B !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 3px solid #3C3C3B;
  text-align: center;
  line-height: 40px;
}
.element .btn-round:hover {
  background: #3C3C3B;
  color: #fff !important;
}
.element .btn-round + .btn-round {
  margin-left: 10px;
}
.element.flex-box .padding > ul {
  display: flex;
  gap: 40px;
}
.mobile .element.flex-box .padding > ul {
  display: block;
}
.element.flex-box.bottom-box .padding > ul {
  align-items: end;
}
.element .check-list,
.element .cross-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.element .check-list li,
.element .cross-list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
}
.element .check-list li:before,
.element .cross-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 24px;
  background-position: center;
  background-size: 10px;
}
.element .check-list li:before {
  background-image: url(/files/assets/icon_check.svg);
  background-repeat: no-repeat;
}
.element .cross-list li:before {
  background-image: url(/files/assets/icon_x.svg);
  background-repeat: no-repeat;
}
.htable {
  width: 100%;
  margin: 0;
}
.htable td {
  padding-bottom: 30px !important;
  border: none !important;
}
.mobile .htable td {
  font-size: 16px;
  line-height: 24px;
}
.htable td:first-child {
  font-size: 26px;
  line-height: 120px;
  width: 120px;
  text-align: center;
  position: relative;
  padding-right: 20px !important;
  color: #fff;
}
.htable td:first-child:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 100%;
  background: #92B54C;
  top: 0;
  left: 57.5px;
  z-index: -2;
}
.htable td:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: #92B54C;
  border-radius: 100%;
  box-sizing: border-box;
  z-index: -1;
}
.htable tr:last-child td:first-child:before {
  content: none;
}
.htable tr h3 {
  color: #92B54C;
}
.element .slides {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}
.element .slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.element .slides::-webkit-scrollbar-thumb {
  background: #3C3C3B;
  border-radius: 10px;
}
.element .slides::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 10px;
}
.element .slides .slide {
  flex-shrink: 0;
  width: calc(100% - 80px);
  scroll-snap-align: start;
  margin-right: 40px;
  background: #f2f2f2;
  padding: 40px;
}
.element .slides .slide:last-child {
  margin-right: 0;
}
.element .slides .cards {
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
.element .slides .cards > li {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}
.mobile .element .slides .cards > li {
  width: 100%;
  margin-bottom: 20px;
}
.element .slides .cards:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.element .slides .cards ul {
  margin-top: 40px;
}
.element .slides .cards img {
  margin: 0;
  width: 100%;
  max-width: none;
}
.element .slide-bullets {
  text-align: center;
  margin-top: 20px;
}
.element .slide-bullets a {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
}
.element .slide-bullets a.active,
.element .slide-bullets a:hover {
  background: #000000;
}
#footer p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
}
#footer img {
  width: 220px;
}
#footer .padding {
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
}
#footer .padding > div {
  width: 25%;
}
.tablet #footer .padding > div {
  width: 100%;
}
.tablet #footer .right.copyright {
  text-align: left !important;
}
#navi_meta {
  float: right;
  display: inline-block;
  margin-top: 40px;
}
#navi_meta:before {
  content: "Rechtliches";
  display: block;
  text-align: right;
  font-weight: 700;
}
#navi_meta li {
  display: block;
  text-align: right;
}
#navi_meta li a[href] {
  line-height: 30px;
  height: 30px;
  padding: 0;
}
.tablet #navi_meta {
  float: none;
}
.tablet #navi_meta li {
  text-align: left;
}
.box-sizing {
  box-sizing: border-box;
}
.background-cover {
  background-size: cover;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #3C3C3B;
  background: none repeat scroll 0% 0%;
  background-color: #3c3c3b;
  padding: 0;
}
h1 {
  font-size: 40px;
  line-height: 60px;
}
h2 {
  font-size: 40px;
  line-height: 60px;
}
h3 {
  font-size: 28px;
  line-height: 42px;
}
h4 {
  font-size: 24px;
  line-height: 36px;
}
#container_bg {
  background-color: #fff;
}
#container_bg .wrapper {
  background-color: rgba(255,255,255,0);
}
.padding {
  padding: 20px 20px;
}
.wrapper,
.page_settings .container,
#appcache-bar,
.element li .map .directions_panel,
[data-fullwidth] li .map .xslt_ignore,
#menu .wrapper,
.element[data-fullwidth] li .edit_mode {
  max-width: 1400px;
}
.element[data-fullwidth] > .wrapper > .padding > ul > li .edit_mode {
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
#header .background {
  width: 1400px;
}
.element > .wrapper .padding,
#teasers .wrapper .padding,
.page_settings .container {
  padding: 0 10px;
}
[data-fullwidth] li .map .xslt_ignore .button {
  right: 20px;
}
.dock .wrapper,
#appcache-bar {
  padding: 0 20px;
}
[data-fullwidth] li .map .xslt_ignore {
  padding: 10px 20px;
  box-sizing: border-box;
}
#cookie_message {
  color: #fff;
  background-color: rgba(60,60,59,0.8);
}
.menu_vertical.menu_left #container .padding {
  padding-left: 40px;
}
.menu_vertical.menu_left #container .element > .wrapper .padding,
.menu_vertical.menu_left #container #teasers .wrapper .padding,
.menu_vertical.menu_left .element > .wrapper .padding,
.menu_vertical.menu_left #teasers .wrapper .padding {
  padding-left: 30px;
}
.menu_vertical.menu_right #container .padding {
  padding-right: 40px;
}
.menu_vertical.menu_right #container .element > .wrapper .padding,
.menu_vertical.menu_right #container #teasers .wrapper .padding,
.menu_vertical.menu_right .element > .wrapper .padding,
.menu_vertical.menu_right #teasers .wrapper .padding {
  padding-right: 30px;
}
#header {
  background: none;
  height: 180px;
  background-color: none;
  border-bottom: 0;
}
#header .background {
  top: 317px;
}
#textlogo {
  left: 1300px;
  top: 55px;
}
#textlogo > a {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 24px;
}
#imagelogo img {
  width: 100%;
  vertical-align: top;
}
#imagelogo {
  width: 199px;
  height: 102px;
  left: 20px;
  top: 30px;
}
#menu .container {
  top: -49px;
  height: 40px;
}
#menu .wrapper > .left,
#menu .wrapper > .center,
#menu .wrapper > .right {
  margin: 0 20px;
}
.menu_vertical #menu .wrapper > .left {
  margin: 0 20px 0 20px;
}
.menu_vertical #menu .wrapper > .right {
  margin: 0 20px 0 20px;
}
.menu_vertical.menu_right #menu .wrapper {
  right: 0;
  left: auto !important;
}
.menu_vertical #menu .wrapper {
  width: auto;
}
#menu .wrapper .bg {
  background: linear-gradient(to bottom,rgba(237,237,237,0) 0%,rgba(237,237,237,0) 100%);
}
#menu .wrapper .aligns {
  top: 40px;
}
#menu .navi {
  padding: 0;
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
#menu.off-canvas .navi {
  background: #332683;
}
#menu .navi > li[id] {
  min-width: auto;
}
.menu_horizontal #menu .navi > li.admin {
  bottom: 0;
}
.menu_vertical #menu .navi > li.admin {
  width: auto;
}
#menu .navi > li:first-child.active > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
#menu .navi > li.active > .level1 {
  color: #201e1d;
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
.menu_vertical #menu .navi > li.active > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
.menu_compact #menu .navi > li.active > .level1 {
  color: #201e1d;
  background: linear-gradient(to bottom,#2d4672 0%,#2d4672 100%);
  background-color: #2d4672;
  background-size: auto 100%;
}
#menu .navi > li:first-child > .level1,
.compact .pull p {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
#menu .navi > li > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
#menu .navi > li > .level1:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom,transparent 0%,#fff 50%,transparent 100%);
}
#menu .navi > li:last-child > .level1:after {
  content: none;
}
.menu_vertical #menu .navi > li > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
.menu_compact #menu .navi > li > .level1 {
  background: linear-gradient(to bottom,#336699 0%,#336699 100%);
  background-color: #336699;
  background-size: auto 100%;
  color: #fff;
}
#menu .navi > li:first-child:hover > .level1,
.compact .pull:hover p {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
#menu .navi > li:hover > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
  color: #201e1d;
}
.menu_vertical #menu .navi > li:hover > .level1 {
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
}
.menu_compact #menu .navi > li:hover > .level1 {
  background: linear-gradient(to bottom,#336699 0%,#336699 100%);
  background-color: #336699;
  background-size: auto 100%;
  color: #fff;
}
#menu .navi > li > .drop_down {
  min-width: 100%;
}
#menu .navi > li > .drop_down > ul {
  padding: 0;
  padding: 10px 0 0 0;
  font-size: 16px;
}
#menu .navi > li > .drop_down > ul:after {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(238,238,238,0.9);
  top: 0;
  left: 50%;
  margin-left: -10px;
}
.menu_vertical #menu .navi > li > .drop_down > ul:after {
  border: none;
}
#menu.compact .navi > li > .drop_down > ul:after {
  border: none;
}
#menu .navi > li > .drop_down > ul > li {
  text-decoration: none;
  background-color: rgba(238,238,238,0.9);
  line-height: 40px;
  height: 40px;
}
.menu_compact #menu .navi > li > .drop_down > ul > li {
  background-color: #eaecf4;
}
#menu.compact .navi > li > .drop_down > ul > li:first-child,
#menu.compact .navi > li:first-child > .level1,
#menu.compact .navi > li:last-child > .level1 {
  border-radius: 0px;
}
#menu.compact .navi > li > .drop_down > ul > li:last-child {
  border-radius: 0px;
}
#menu .navi > li > .drop_down > ul > li.active {
  background-color: rgba(238,238,238,0.9);
}
#menu .navi > li > .drop_down > ul > li:hover {
  text-decoration: none;
  background-color: rgba(238,238,238,0.9);
}
.menu_compact #menu .navi > li > .drop_down > ul > li:hover {
  background-color: #fff;
}
#menu .navi > li > .drop_down > ul > li a,
#menu .navi > li > .drop_down > ul > li p {
  text-decoration: none;
  color: #575756;
}
#menu .navi > li > .drop_down > ul > li.active a,
#menu .navi > li > .drop_down > ul > li.active p {
  color: #2d4672;
}
#menu .navi > li > .drop_down > ul > li:hover a,
#menu .navi > li > .drop_down > ul > li:hover p {
  color: #336699;
}
#navi_meta li {
  border-radius: 5px;
}
#navi_meta li a {
  color: #fff;
}
#navi_meta li:hover,
#navi_meta li.active {
  background-color: #3c3c3b;
}
#navi_meta li:hover a,
#navi_meta li.active a {
  color: #92b54c;
}
#menu.compact .wrapper .pull {
  height: 40px;
}
#menu.compact .wrapper .pull p {
  color: #ffffff;
  line-height: 40px;
  height: 40px;
}
#menu.compact.modern .wrapper .pull p,
#menu.compact.off-canvas .wrapper .pull p {
  width: 40px;
}
#menu.compact .wrapper .pull span span {
  background-color: #ffffff;
}
#menu.compact .wrapper .pull:hover span span {
  background-color: #201e1d;
}
#menu .navi.compact > li a {
  color: #ffffff;
}
.button {
  color: #ffffff;
  background: linear-gradient(to bottom,#92B54C 0%,#92B54C 100%);
  background-color: #92B54C;
  background-size: auto 100%;
  border: none;
  height: 50px;
  line-height: 50px;
}
.button:hover {
  background: linear-gradient(to bottom,#71873A 0%,#71873A 100%);
  background-color: #71873A;
  background-size: auto 100%;
  color: #eaecf4;
  border: none;
}
#textlogo a img {
  position: relative;
}
#footer {
  background-color: #3c3c3b;
}
#footer .wrapper {
  color: #fff;
}
.menu_vertical.menu_left #container > .waiter {
  margin-left: -10px;
}
.menu_vertical.menu_right #container > .waiter {
  margin-left: 10px;
}
.menu_vertical.menu_left #admin_loader {
  margin-left: -40px;
}
.menu_vertical.menu_right #admin_loader {
  margin-left: 40px;
}
.waiter .waiter-circle:before {
  background-color: #333;
}
#style_compact .waiter .waiter-circle:before {
  background-color: #fff;
}
.langs a:not(.button),
.article .viewport .title a,
#all_articles li a,
.cart a.name,
#sitemap a,
#cookie_message a:not(.button) {
  color: #92B54C;
}
.langs a:not(.button):hover,
.article .viewport .title a:hover,
#all_articles li a:hover,
.cart a.name:hover,
#sitemap a:hover,
#cookie_message a:not(.button):hover {
  color: #71873A;
}
.element li .map .directions_panel .adp,
.element li .map .directions_panel .adp table,
.element li .map .directions_panel .adp-list {
  color: #3C3C3B !important;
}
.element li .map .xslt_ignore input {
  height: 50px !important;
  line-height: 42px !important;
}
.list_controller .view li,
.paging ul li,
.list_controller .cart_small {
  background: linear-gradient(to bottom,#92B54C 0%,#92B54C 100%);
  background-color: #92B54C;
  background-size: auto 100%;
}
.list_controller .view li:hover,
.list_controller .view li.selected,
.button.selected,
.paging ul li:hover,
.paging ul li.current,
.list_controller .cart_small:hover {
  background: linear-gradient(to bottom,#71873A 0%,#71873A 100%);
  background-color: #71873A;
  background-size: auto 100%;
}
.list_controller .view li.list {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.list_controller .view li.grid {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.paging ul li,
.list_controller .cart_small {
  border-radius: 5px;
}
.conversion .button {
  background: linear-gradient(to bottom,#00c307 0%,#039103 100%);
  background-color: #00c307;
  background-size: auto 100%;
  border: 1px solid #20a623;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.conversion .button.plus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.conversion .button.minus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.conversion .button:hover {
  background: linear-gradient(to bottom,#00b300 0%,#006c00 100%);
  background-color: #00b300;
  background-size: auto 100%;
}
.conversion .button:active {
  box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
}
.conversion .button {
  width: 130px;
  margin-top: 10px;
}
#notifications {
  left: 180px;
  right: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  #menu .navi > li.active > .level1 {
    background: linear-gradient(to bottom,transparent 0%,transparent 100%);
    background-color: transparent;
    background-size: auto 100%;
  }
  #menu .navi > li > .level1 {
    background: linear-gradient(to bottom,transparent 0%,transparent 100%);
    background-color: transparent;
    background-size: auto 100%;
  }
  #menu .navi > li:hover > .level1 {
    background: linear-gradient(to bottom,transparent 0%,transparent 100%);
    background-color: transparent;
    background-size: auto 100%;
  }
  .menu_vertical #menu .navi > li:hover > .level1 {
    background: linear-gradient(to bottom,transparent 0%,transparent 100%);
    background-color: transparent;
    background-size: auto 100%;
  }
}
