@import url('/files/less/partialslick.less');
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/files/fonts/opensans_regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/files/fonts/opensans_bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Athelas';
  font-style: normal;
  font-weight: 700;
  src: url('/files/fonts/athelas_bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Athelas';
  font-style: normal;
  font-weight: 400;
  src: url('/files/fonts/athelas_regular.ttf') format('truetype');
}
body {
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
}
#header {
  transition: background 0.5s;
}
#header.opaque,
#header.scrolling {
  background: linear-gradient(to left,#77d4ff,#6a11cb);
}
.mobile #imagelogo {
  top: 10px;
  transform: scale(0.8);
  transform-origin: 0 50%;
}
#textlogo {
  left: auto !important;
  right: 100px;
}
#textlogo > a[href] {
  display: inline-block;
}
#textlogo .call-now {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
}
#textlogo img {
  width: 32px;
  vertical-align: top;
  padding-right: 10px;
}
.mobile #textlogo {
  display: none;
}
body:not(.mobile) #menu.overlay .navi > li > .drop_down > ul {
  display: none !important;
}
#menu .wrapper > .right {
  margin: 0 20px !important;
}
.show_menu #menu.overlay .bg {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#menu.overlay .navi {
  max-width: 360px;
  margin: 0 auto;
}
#menu.overlay .navi > li:not([hidden]) {
  display: block;
}
#menu .navi > li > .level1 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin: 0 5px;
}
#menu .navi > li > .level1:after {
  content: none !important;
}
.mobile #menu {
  margin-top: -5px;
}
#menu.compact.overlay .wrapper .pull p {
  height: 70px;
}
#menu.compact.overlay .wrapper .pull p > span {
  width: 50px;
  height: 50px;
}
#menu.compact.overlay .wrapper .pull span span {
  height: 2px;
}
#menu.compact.overlay .wrapper .pull span span:first-child {
  margin-top: -10px;
}
#menu.compact.overlay .wrapper .pull span span:last-child {
  margin-top: 6px;
}
.show_menu #menu.compact.overlay .navi {
  margin-top: 50px;
}
#menu.compact.overlay .navi > li .level1 {
  padding: 0;
  text-align: center;
}
#landing-video {
  position: fixed;
  top: 0;
  z-index: 0 !important;
}
#landing-video .container {
  height: 100vh;
  padding-bottom: 0;
}
#landing-video .container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  top: 0;
}
#landing-video .container video {
  object-fit: cover;
}
.review-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-slider .review {
  padding: 60px;
  background: #fff;
  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%;
  text-align: center;
}
.review-slider .text .comment {
  font-family: 'Athelas';
  font-weight: 400;
  font-size: 42px;
  line-height: 60px;
}
.mobile .review-slider .text .comment {
  font-size: 32px;
  line-height: 40px;
}
.review-slider .infos {
  display: inline-block;
  float: right;
  width: 30%;
}
.mobile .review-slider .text,
.mobile .infos {
  float: none;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.mobile .review-slider .text {
  text-align: center;
}
.slick-dots {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.slick-dots button {
  font-size: 0;
  background: rgba(255,255,255,0.5);
  border: none;
  width: 50px;
  height: 8px;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  outline: none;
}
.slick-dots .slick-active button {
  background: #6a11cb;
}
.elements {
  padding: 0;
}
.elements .button {
  background: linear-gradient(to left,#77d4ff,#6a11cb);
  padding: 0 50px;
}
.elements .button.outline {
  background: none;
  border: 2px solid #fff;
  line-height: 46px;
}
.elements .button.secondary {
  background: #666;
}
.elements p + p:has(.button) {
  margin-top: 40px;
}
.elements h1,
.elements h2,
.elements h3,
.elements h4 {
  font-family: 'Athelas';
  font-weight: 400;
  text-transform: uppercase;
  color: #6a11cb;
}
.elements h1 {
  font-size: 42px;
  line-height: 50px;
}
.elements h2 {
  font-size: 36px;
  line-height: 42px;
}
.elements h3 {
  font-size: 26px;
}
.elements .element.cta-box {
  background: linear-gradient(to left,#77d4ff,#6a11cb);
  color: #fff;
}
.elements .element.cta-box h2 {
  color: #fff;
}
.elements .element.cta-box:after {
  content: "";
  background-image: url(/files/assets/gw_icon_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  right: 0;
  top: -100px;
}
.elements .element.gw-icon .wrapper:after {
  content: "";
  background-image: url(/files/assets/gw_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  right: 0;
  bottom: -220px;
}
.elements .element.white {
  background-color: #fff;
}
.elements .element.black {
  background-color: #000;
}
.elements .element.black .settings_content {
  color: #fff;
}
.elements .element.masked-video .video .container {
  transform: scale(1.2);
}
.elements .element.masked-video .video .container:before,
.elements .element.masked-video .video .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 10;
}
.elements .element.masked-video .video .container:before {
  top: 0;
  background: linear-gradient(to bottom,#000,transparent);
}
.elements .element.masked-video .video .container:after {
  bottom: 0;
  background: linear-gradient(to top,#000,transparent);
}
.elements .element.padding-bottom {
  padding-bottom: 50px;
}
.elements .element.padding-top {
  padding-top: 50px;
}
.elements .element.text-limited .langs .current {
  max-width: 650px;
}
.elements .element.separator {
  min-height: 200px;
}
.elements .element.white-sorround {
  border: 20px solid #fff;
  box-sizing: border-box;
}
.elements .element.white-sorround:before,
.elements .element.white-sorround:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
}
.elements .element.white-sorround .padding {
  padding: 0;
}
.elements .element.white-sorround .padding > ul > li {
  background-color: #fff !important;
}
.elements .element.white-sorround .padding > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  width: 3000px;
  height: 100%;
  background-color: #fff;
}
.elements .element.white-sorround .padding > ul > li:first-child:before {
  left: -3000px;
}
.elements .element.white-sorround .padding > ul > li:last-child:before {
  right: -3000px;
}
.elements .element.white-sorround .padding > ul > li > div:not(.button_container):not(.edit_mode) {
  padding: 0;
  height: 100%;
}
.elements .element.white-sorround .padding > ul > li > div:not(.button_container):not(.edit_mode) .current {
  height: 100%;
  display: flex;
  align-items: center;
}
.elements .element.white-sorround .padding > ul > li:has(.image) {
  background-color: transparent !important;
}
.elements .element.white-sorround .padding > ul > li:has(.image) .image {
  overflow: hidden;
  font-size: 0;
}
.elements .element.white-sorround .padding > ul > li:has(.image) .image img {
  box-shadow: 0 0 0 500px #fff, inset 0 0 0 1px #fff;
}
.elements .element.flex .padding > ul {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.elements .element.flex.middle .padding > ul {
  align-items: center;
}
.elements .element.flex.same-height .padding > ul {
  align-items: stretch;
}
.mobile .elements h1 {
  font-size: 32px;
  line-height: 40px;
}
.mobile .elements h2 {
  font-size: 28px;
  line-height: 36px;
}
.mobile .elements h3 {
  font-size: 24px;
}
.mobile .elements .button {
  padding: 0 20px;
}
.mobile .elements .button + .button {
  margin: 10px 0 0 0;
}
.mobile .elements .element.gw-icon .wrapper:after {
  content: none;
}
.mobile .elements .element.flex .small {
  flex: 0 0 100%;
}
.mobile .elements .element.flex .small:has(.image) {
  order: 1;
}
.mobile .elements .element.flex .small:has(.langs) {
  order: 2;
}
.mobile .elements .element.cta-box:after {
  content: none;
}
#landing-text {
  height: 100vh;
  color: #fff;
  margin-top: -70px;
}
#landing-text > .wrapper .padding {
  padding-top: 100px;
}
#landing-text > .wrapper .padding .langs .current {
  padding-top: 100px;
}
#landing-text > .wrapper .padding .langs .current h1 {
  color: #fff;
}
.slideshow .slideshow-texts {
  display: none;
}
.slideshow .images ul li {
  height: 600px;
}
.slideshow .slideshow-bullets {
  bottom: 30px;
}
.slideshow .slideshow-bullets ul {
  text-align: center;
}
.slideshow .slideshow-bullets ul li {
  width: 50px;
  box-shadow: none;
  opacity: 0.5;
  height: 8px;
}
.slideshow .slideshow-bullets ul li.active {
  opacity: 1;
  background-color: #fff;
}
.accordion:not(.light) .accordion-item {
  border: 1.5px solid #000;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.accordion-title h3 {
  color: #000;
  text-transform: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
}
.langs .cards {
  display: flex;
  margin: 0;
  padding: 0 0 40px 0 !important;
  list-style: none;
  gap: 40px;
}
.langs .cards::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.langs .cards::-webkit-scrollbar-thumb {
  background: #6a11cb;
  border-radius: 10px;
}
.langs .cards::-webkit-scrollbar-track {
  background: rgba(106,17,203,0.3);
  border-radius: 10px;
}
.langs .cards li {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: calc(33.33% - 26px);
}
.langs .cards li img {
  margin: 0 !important;
  max-width: none !important;
  width: 100%;
}
.langs .cards li .title {
  margin: 0;
  background: #eee;
  text-align: center;
  padding: 20px;
}
.mobile .langs .cards {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.mobile .langs .cards li {
  width: 100%;
}
.langs .check-list {
  list-style: none;
  margin: 0;
  padding: 20px 0 !important;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.langs .check-list li {
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  position: relative;
  padding: 0 0 20px 40px;
}
.langs .check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/files/assets/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.langs .check-list.single {
  max-width: none;
}
.langs .check-list.single li {
  width: 100%;
}
.mobile .langs .check-list li {
  width: 100%;
}
.langs .icon-list {
  list-style: none;
  padding: 40px 0 !important;
  margin: 0;
  width: 100%;
}
.langs .icon-list li {
  position: relative;
  padding: 0 0 30px 150px;
}
.langs .icon-list li img {
  position: absolute;
  width: 120px;
  left: 0;
  top: 0;
}
.langs .icon-list li h3 {
  margin: 0;
  padding: 25px 0;
}
.langs .icon-list li:nth-child(even) {
  text-align: right;
  padding: 0 150px 30px 0;
}
.langs .icon-list li:nth-child(even) img {
  left: auto;
  right: 0;
}
.langs:not(.edit_mode) .overflow-container {
  margin: 50px -150px 50px 0;
  z-index: 10;
  position: relative;
}
.small:nth-child(2) .langs:not(.edit_mode) .overflow-container {
  margin: 50px 0 50px -150px;
}
.mobile .overflow-container {
  margin: 20px 0 !important;
}
.langs .box {
  padding: 40px;
  background: #fff;
  border-top: 15px solid;
  border-image: linear-gradient(to left,#77d4ff,#6a11cb) 1 0 0 0;
}
.langs .box > *:first-child {
  margin-top: 0;
}
.mobile .langs .box {
  padding: 20px;
}
.langs .num {
  font-family: 'Athelas';
  text-transform: uppercase;
  font-weight: 400;
  color: #6a11cb;
  font-size: 120px;
  line-height: 60px;
  margin: 0 0 40px 0;
}
.langs .office-list,
.slick-list .office-list {
  list-style: none;
  padding: 20px 0 !important;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.langs .office-list li,
.slick-list .office-list li {
  position: relative;
  padding: 0 0 20px 60px;
  flex: 0 0 33.3333%;
  line-height: 50px;
  box-sizing: border-box;
}
.langs .office-list li img,
.slick-list .office-list li img {
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
  margin: 0 !important;
}
.langs .office-list.single-col li,
.slick-list .office-list.single-col li {
  flex: 0 0 100%;
}
.mobile .langs .office-list li,
.mobile .slick-list .office-list li {
  flex: 0 0 100%;
}
#navi_meta {
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
}
.mobile #navi_meta {
  padding-left: 0;
  width: 100%;
}
#navi_meta:before {
  font-family: 'Athelas';
  text-transform: uppercase;
  font-weight: 400;
  content: 'Rechtliches';
  display: inline-block;
  font-size: 26px;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
}
#navi_meta li {
  display: block;
  height: 30px;
}
#navi_meta li a[href] {
  padding: 0;
  line-height: 30px;
  height: 30px;
}
#navi_meta li .mini_button {
  position: absolute;
}
.element li .map .xslt_ignore .input_container {
  margin-right: 300px;
}
.element li .map .xslt_ignore .button {
  width: 290px;
}
#footer {
  position: relative;
  padding-bottom: 120px !important;
  overflow: hidden;
}
#footer .padding {
  padding-top: 40px;
}
#footer .copyright > p {
  display: none;
}
#footer .left {
  width: 85%;
}
#footer .right {
  width: 15%;
}
#footer .extension > * {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.mobile #footer .extension > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#footer .extension > .contact {
  width: 80%;
}
#footer .extension > .contact .left {
  width: 60%;
}
#footer .extension > .contact .right {
  width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
}
.mobile #footer .extension > .contact {
  padding-bottom: 30px;
}
.mobile #footer .extension > .contact .left,
.mobile #footer .extension > .contact .right {
  width: 100%;
  padding-left: 0;
}
.desktop #footer .extension > .navi_clone {
  transform: translateX(40px);
}
#footer .extension > .navi_clone {
  padding-left: 20px;
  padding-right: 20px;
}
.mobile #footer .extension > * {
  width: 100%;
  text-align: center;
}
#footer h2 {
  font-family: 'Athelas';
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  margin-top: 0;
  font-size: 26px;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}
#footer .extension p {
  float: none;
  display: block;
  line-height: 30px;
  padding: 10px 0;
}
#footer .extension a {
  text-decoration: none;
  color: #fff;
  line-height: 30px;
  display: inline-block;
}
#footer .extension a:hover {
  color: #77d4ff;
}
.box-sizing {
  box-sizing: border-box;
}
.background-cover {
  background-size: cover;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #000;
  background: none repeat scroll 0% 0%;
  background-color: #333;
  padding: 0;
}
h1 {
  font-size: 32px;
  line-height: 48px;
}
h2 {
  font-size: 26px;
  line-height: 39px;
}
h3 {
  font-size: 22px;
  line-height: 33px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
#container_bg {
  background-color: #eee;
}
#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 {
  max-width: 1400px;
}
#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(51,51,51,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: 70px;
  background-color: none;
  border-bottom: 0;
}
#header .background {
  top: 317px;
}
#textlogo {
  left: 1250px;
  top: 15px;
}
#textlogo > a {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 24px;
}
#imagelogo img {
  width: 100%;
  vertical-align: top;
}
#imagelogo {
  width: 378px;
  height: 39px;
  left: 14px;
  top: 15px;
}
#menu .container {
  top: -60px;
  height: 70px;
}
#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: 70px;
}
#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: none;
}
#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: #336699;
  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: #6a11cb;
  background: linear-gradient(to bottom,transparent 0%,transparent 100%);
  background-color: transparent;
  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: #fff;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
}
#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,transparent 0%,transparent 100%);
  background-color: transparent;
  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: #77d4ff;
}
.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,transparent 0%,transparent 100%);
  background-color: transparent;
  background-size: auto 100%;
  color: #77d4ff;
}
#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: #333333;
}
#navi_meta li:hover a,
#navi_meta li.active a {
  color: #77d4ff;
}
#menu.compact .wrapper .pull {
  height: 70px;
}
#menu.compact .wrapper .pull p {
  color: #fff;
  line-height: 70px;
  height: 70px;
}
#menu.compact.modern .wrapper .pull p,
#menu.compact.off-canvas .wrapper .pull p {
  width: 70px;
}
#menu.compact .wrapper .pull span span {
  background-color: #fff;
}
#menu.compact .wrapper .pull:hover span span {
  background-color: #77d4ff;
}
#menu .navi.compact > li a {
  color: #fff;
}
.button {
  color: #ffffff;
  background: linear-gradient(to bottom,#6a11cb 0%,#77d4ff 100%);
  background-color: #6a11cb;
  background-size: auto 100%;
  border: none;
  height: 50px;
  line-height: 50px;
}
.button:hover {
  background: linear-gradient(to bottom,#333333 0%,#333333 100%);
  background-color: #333333;
  background-size: auto 100%;
  color: #fff;
  border: none;
}
#textlogo a img {
  position: relative;
}
#footer {
  background-color: #333333;
}
#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: #336699;
}
.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: #2D4672;
}
.element li .map .directions_panel .adp,
.element li .map .directions_panel .adp table,
.element li .map .directions_panel .adp-list {
  color: #000 !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,#6a11cb 0%,#77d4ff 100%);
  background-color: #6a11cb;
  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,#333333 0%,#333333 100%);
  background-color: #333333;
  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%;
  }
}
