a, a[href^=tel], nav li a {
    text-decoration: none
}

.flex-item:nth-child(1), .flex-item:nth-child(2) {
    -webkit-align-self: auto;
    transition: order 1s ease-out
}

.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=email]:focus, .gform_wrapper textarea:focus, input[type=textbox]:focus {
    box-shadow: 0 0 2px 2px rgba(168, 198, 15, .8)
}

.flex-container a:focus, .flex-container a:hover, .flex-slider a:focus, .flex-slider a:hover, h3:active, h3:focus, input, textarea {
    outline: 0
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-size: 100%
}

body {
    line-height: 1;
    color: #646464;
    font-size: 87.5%;
    font-family: Lato, sans-serif;
    background: #fff
}

h1 {
    font-size: 1.5rem;
    font-weight: 900
}

h2 {
    font-size: 1.625rem;
    font-weight: 600
}

h3 {
    font-size: 1.375rem;
    font-weight: 400;
    font-style: italic
}

h4 {
    font-size: 1.125rem
}

p {
    line-height: 1.5rem
}

a {
    color: #a9c833
}

a:hover {
    color: #426da9
}

a[href^=tel] {
    color: inherit
}

input[type=text], input[type=email], input[type=button], input[type=submit], input[type=textbox], textarea {
    -webkit-appearance: none;
    border-radius: 0
}

input[type=textbox] {
    background: rgba(192, 214, 83, .2);
    border: none;
    font-size: 1.125rem;
    line-height: 36px;
    margin-bottom: .375em;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 2px;
    width: 100%
}

img {
    height: auto;
    max-width: 100%
}

audio, canvas, img, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

::-moz-selection {
    background-color: #1e1e1e;
    color: #fff
}

::selection {
    background-color: #1e1e1e;
    color: #fff
}

a img {
    border: none
}

strong {
    font-weight: 900
}

.entry-content img {
    margin: 0 0 1.5em
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: none
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: none
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.alignnone, img.alignnone {
    float: none
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.wp-caption img {
    border: 0;
    padding: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

*, :after, :before {
    box-sizing: border-box
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix {
    clear: both
}

sup {
    font-size: 50%;
    vertical-align: super
}

p:empty {
    display: none
}

@-moz-document url-prefix() {
    .container {
        width: 100%;
        -moz-box-sizing: border-box
    }
}

.site-header {
    background: url(../images/header-bg.png) 0 100% repeat-x #9fc73b;
    padding-bottom: 53px;
    padding-top: 57px;
    position: relative
}

.logo {
    bottom: 0;
    position: absolute
}

.logo a {
    display: block
}

.site-description {
    display: none;
    float: right;
    margin-right: 5px;
    margin-top: -6px;
    position: absolute;
    right: 0
}

.site-description p {
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    font-style: italic
}

.header-nav {
    background: #F8F8F8;
    position: relative
}

.nav-primary {
    background-color: #426da9;
    margin-bottom: 0px;
    margin-top: 23px;
    width: 100%
}

.nav-primary .menu-item:before {
    color: #fff;
    display: block;
    font-family: Font Awesome;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    line-height: 0;
    margin: 0;
    position: relative;
    text-align: left;
    top: 20px;
    vertical-align: bottom;
    padding-right: 40px
}

.nav-primary .fa-home:before {
    content: '\f015';
}

.fa-home a {
    text-indent: -9999px
}

.hamburger {
    color: #fff;
    background: url(../images/hamburger.png) 10px 15px no-repeat;
    font-size: 1.2rem;
    display: block;
    cursor: pointer;
    text-align: left;
    padding-left: 15%;
    line-height: 50px
}

.sf-menu {
    margin: 0;
    display: none;
    z-index: 3000
}

nav li {
    display: inline-block;
    color: #ddd;
    line-height: 55px;
    border-right: 1px solid #202020;
    border-left: 1px solid #3a3a3a;
    position: relative
}

nav li ul, nav li.home span, nav li:hover ul {
    display: none
}

.header-widget-area, .lang_sel_list_horizontal li a, nav li a, nav li a:hover, nav li:hover {
    color: #fff
}

nav li.home, nav li:last-child, nav li > ul > li {
    border-right: none
}

nav li:first-child, nav li > ul > li {
    border-left: none
}

nav li ul {
    background: #426da9;
    padding: 0;
    position: absolute
}

.sf-menu, .sf-menu a {
    position: relative
}

nav li > ul > li {
    border-top: 1px solid #474747;
    border-bottom: 1px solid #141414
}

nav li ul li:first-child {
    border-top: none
}

nav li ul li:last-child {
    border-bottom: none
}

nav li ul li a {
    padding: 10px 15px;
    line-height: 1em
}

nav li ul li:hover {
    padding-left: 5px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

nav li a {
    font-size: 1.15rem;
    padding: 0 22px 0 0
}

nav li.home {
    min-width: 46px;
    background: #dd374e;
    text-align: center
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu a {
    display: block
}

.sf-menu li.sfHover ul, .sf-menu li:hover ul {
    display: none;
    top: 100%;
    z-index: 100000
}

ul.sf-menu li.sfHover li ul, ul.sf-menu li:hover li ul {
    top: -999em
}

ul.sf-menu li li.sfHover ul, ul.sf-menu li li:hover ul {
    left: 10em;
    top: 0
}

ul.sf-menu li li.sfHover li ul, ul.sf-menu li li:hover li ul {
    top: -999em
}

ul.sf-menu li li li.sfHover ul, ul.sf-menu li li li:hover ul {
    left: 10em;
    top: 0
}

.header-widget-area {
    float: right;
    left: 51.563%;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 16px;
    position: absolute;
    text-align: right;
    top: 0;
    transition: width .5s ease 0s;
    width: 48.4375%;
    z-index: 3010
}

.blue-box, .catalog, .prima-pager {
    text-align: center
}

.mehr-informationen, .one-third, .sidebar {
    transition: width .5s ease
}

.lang_sel_list_horizontal li {
    position: relative;
    top: 5px;
    display: inline-block;
    padding: 18px 0
}

#icl_lang_sel_widget-3 {
    float: right
}

.icl-de {
    content: "/";
    position: absolute
}

#lang_sel_list a, #lang_sel_list a:visited {
    color: #fff;
    background: 0 0 !important;
    font-size: 14px;
    line-height: 18px;
    padding-left: 5px;
    text-decoration: none !important
}

.mehr-informationen h1, .mehr-informationen h3 {
    line-height: 3.1rem;
    padding-bottom: 1rem
}

#lang_sel_list a.lang_sel_sel:hover {
    color: #fff !important
}

#lang_sel_list a.lang_sel_sel {
    color: #fff;
    font-weight: 700
}

#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
    color: #fff
}

.content-sidebar-wrap {
    overflow: hidden
}

.site-inner {
    margin-top: 31px
}

.slider {
    transform: translate(0, -10px)
}

.prima-pager {
    overflow: hidden;
    position: relative;
    top: -29px;
    width: 100%;
    z-index: 500
}

.prima-pager span, .prima-pager span.cycle-pager-active {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    width: 11px
}

.prima-pager span {
    background-position: -346px 0
}

.prima-pager span.cycle-pager-active {
    background-position: -358px 0
}

.mehr-informationen {
    margin: 0 auto;
    text-align: center;
    width: 90%
}

.mehr-informationen h1 {
    color: #19232d
}

.mehr-informationen > p {
    padding-bottom: 15px
}

.button, .button-small {
    display: inline-block;
    font-weight: 600;
    margin: 0 auto;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 0;
    color: #fff
}

.button {
    background: url(../images/button-bg.png) repeat-x;
    line-height: 50px
}

.button:hover {
    color: #fff;
    background: url(../images/button-bg-hv.png) repeat-x
}

.button-small {
    background: url(../images/btn-sm.png) repeat-x;
    font-size: .875rem;
    line-height: 40px
}

.button-small:hover {
    background: url(../images/btn-sm-hv.png) repeat-x;
    color: #fff
}

.white .button-small {
    display: none
}

.flex-container, .product-listing {
    display: -webkit-flex;
    display: -ms-flexbox
}

.sidebar {
    margin-top: 30px;
    margin-bottom: 30px
}

.page-id-60 .sidebar {
    margin-top: 60px
}

.blue-box {
    color: #fff;
    background: #426da9
}

.blue-box a {
    color: #fff;
    text-decoration: none
}

.blue-box a:hover {
    color: #fff
}

.blue-icon {
    padding-top: 1.313rem
}

.blue-text p {
    font-weight: 300;
    padding: .5625rem 0 0
}

.blue-text h3 {
    padding-bottom: 30px
}

.blue-text h4 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 52px;
    padding-bottom: 1rem
}

.rectangle, .widget-bottom > h3 {
    line-height: 40px;
    font-style: italic
}

.flex-container {
    background: #F8F8F8;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.assortment, .pdf-catalog span, .rectangle {
    display: block
}

.one-third {
    width: 100%
}

.flex-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}

.flex-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}

.flex-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    transition: order 1s ease-out
}

.widget-wrapper {
    margin: 0 0 30px auto;
    width: 94%;
    transition: width .5s ease
}

.home .widget-wrapper.app_promotion, .widget-wrapper.maps {
    margin-bottom: -9px
}

.widget-wrapper.maps {
    position: relative;
    top: -39px
}

.widget-top {
    background: #fff
}

.rectangle {
    background: #426da9;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 17px;
    position: relative;
    top: 20px;
    width: 82%;
    z-index: 100
}

.entry-content h2, .entry-content h3, .entry-title {
    font-weight: 900;
    color: #19232d
}

.sidebar .rectangle {
    top: 73px
}

.sidebar .app_promotion .rectangle {
    top: 33px;
    width: 50%
}

.widget-top .sidetitle {
    top: 30px
}

.map {
    background: #fff;
    z-index: 10
}

.google-maps {
    height: 0;
    overflow: hidden;
    padding-bottom: 63%
}

.google-maps iframe {
    height: 120%;
    left: 0;
    position: absolute;
    top: -70px;
    width: 100%
}

.widget-bottom {
    background: #ededed;
    padding-left: 14px
}

.widget-bottom-no-sales {
    padding-top: 40px;
    padding-bottom: 30px;
}

.widget-bottom > h3 {
    color: #232323;
    font-size: 1.625rem;
    padding-bottom: 8px;
    padding-top: 14px
}

.subtitle, .subtitle a {
    color: #747474
}

.sidebar .widget-bottom {
    padding: 0 14px
}

.sidebar .widget-bottom > h3, .white h3 {
    background: url(../images/h3-bg.png) left bottom no-repeat;
    padding-bottom: 20px
}

.subtitle {
    font-size: .875rem;
    font-style: italic;
    padding-bottom: 6px;
    padding-top: 3px
}

.subtitle a:hover {
    color: #a9c833
}

.catalog {
    background: #fff;
    margin-top: 43px;
    padding-bottom: 10px
}

.pdf-catalog {
    background: url(../images/h3-bg.png) left top no-repeat;
    padding-bottom: 10px
}

.pdf-catalog a {
    color: #a9c833;
    font-size: .875rem
}

.pdf-catalog a:hover {
    color: #426da9
}

.product-slider {
    margin-top: -2px
}

.product-slider .cycle-slideshow {
    background: #fff
}

.product-slider li.cycle-slide img {
    margin: auto;
    bottom: 0;
    right: 0;
    max-height: 189px;
    width: auto;
    vertical-align: middle
}

.prices {
    float: right;
    z-index: 10;
    width: inherit
}

.the-price {
    float: left
}

.valid {
    float: right;
    margin-right: 20px
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .valid {
        font-size: 9px;
        margin-top: 10px
    }
}

.valid-heading {
    display: block;
    text-align: right;
    line-height: 20px
}

.sale-price {
    font-size: 1.875rem;
    font-weight: 900;
    color: #a9c833
}

.regular-price {
    color: #1b1a1a;
    font-size: .875rem;
    text-transform: lowercase;
    margin-left: 5px
}

.product-meta {
    background: #ededed;
    margin-top: 40px;
    padding-left: 12px;
    white-space: normal;
    transform: translate(0, 20px);
    width: 100%
}

h3.product-title {
    background: url(../images/h3-bg.png) left bottom no-repeat;
    color: #232323;
    font-size: 1.625rem;
    font-style: italic;
    line-height: 27px;
    padding-bottom: 8px;
    padding-top: 20px
}

.breadcrumb, .breadcrumb a, .white > p {
    color: #231f20
}

.assortments {
    margin-top: 10px;
    padding-bottom: 25px
}

.assortment {
    font-size: 14px;
    font-style: italic;
    line-height: 17px
}

.assortment:last-of-type {
    padding-bottom: 10px
}

.flex-product .product-assortments {
    min-height: 44px
}

.product-navigation {
    position: relative
}

.next-product, .prev-product {
    cursor: pointer;
    height: 45px;
    position: absolute;
    top: -270px;
    width: 45px;
    z-index: 100
}

.prev-product {
    background: url(../images/sprite.png) no-repeat;
    left: -3%
}

.next-product {
    background: url(../images/sprite.png) -55px 0 no-repeat;
    right: -3%
}

.expiration-date {
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: right
}

.exp-heading {
    display: inline-block;
    line-height: 20px;
    width: 100%
}

.blog-thumb {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -53px;
    min-height: 276px;
    position: relative;
    top: -40px;
    overflow: hidden
}

.white {
    background: #fff;
    padding-bottom: 16px
}

.sidebar .white {
    margin-top: 30px
}

.white h3 {
    line-height: 35px;
    margin-top: 9px;
    padding-bottom: 20px
}

.white .meta-info {
    background: url(../images/h3-bg.png) left bottom no-repeat;
    margin-bottom: 3px;
    padding-bottom: 22px
}

.white .meta-info p {
    background: url(../images/clock.png) left 4px no-repeat;
    line-height: 22px;
    padding-left: 27px
}

.white > p {
    font-size: .875rem;
    line-height: 24px;
    padding: 9px 0 7px
}

.page .content, .page .site-container, .page .site-inner {
    background: #f8f8f8
}

.entry-content {
    margin: 0 auto;
    width: 94%
}

.breadcrumb {
    text-align: right;
    margin-bottom: 36px
}

.entry-header {
    margin-left: 3%
}

.entry-content h1 {
    color: #19232d;
    margin: 5px 0
}

.entry-title {
    font-size: 1.5rem;
    margin-bottom: 36px
}

.entry-content h2 > a {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%
}

.entry-content h2 {
    font-size: 1.25rem;
    padding-bottom: 26px;
    padding-top: 10px
}

.entry-content h3 {
    font-size: 1.125rem;
    font-style: normal;
    padding-bottom: 28px;
    padding-top: 28px
}

.entry-content p {
    padding-bottom: 8px;
    padding-top: 8px
}

.entry-content ul {
    list-style: disc inside
}

.entry-content li {
    padding-bottom: 16px
}

blockquote {
    background: url(../images/quote.png) left 24px no-repeat
}

blockquote p {
    font-style: italic;
    padding-left: 70px
}

.blue-button, .gray-button, .gray-label-button, .green-button, .green-label-button {
    color: #fff;
    font-weight: 900;
    line-height: 60px;
    padding: 12px 33px;
    -webkit-appearance: none;
    border-radius: 0;
    text-transform: uppercase
}

.green-label-button {
    background: url(../images/green-label-bg.png) left top repeat-x;
    margin: 0 11px
}

.gray-label-button {
    background: url(../images/gray-label-bg.png) left top repeat-x;
    margin: 0 11px
}

.green-button {
    background: #a9c833;
    margin: 0 11px
}

.blue-button {
    background: #426da9;
    margin: 0 11px
}

.gray-button {
    background: #7d7d7d
}

.page-gallery li.cycle-slide {
    margin-left: 3px;
    margin-right: 3px;
    max-height: 160px;
    padding-bottom: 0;
    position: relative !important
}

.image-overlay, .max-button {
    position: absolute;
    width: 100%
}

.page-gallery li.cycle-slide img {
    margin-bottom: 0
}

.image-overlay {
    background: rgba(169, 200, 51, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    margin: 0 auto
}

.page-gallery li:hover .image-overlay {
    background: rgba(169, 200, 51, .66)
}

.max-button {
    visibility: hidden;
    margin: -10px 0 0;
    opacity: 0;
    text-align: center;
    top: 50%
}

.page-gallery li:hover:hover .max-button {
    opacity: 1;
    visibility: visible
}

.glass-button {
    background: url(../images/sprite.png) -69px -56px no-repeat;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    width: 40px
}

.glass-button > a {
    display: block
}

.gallery-nav {
    position: relative;
    top: -105px
}

.next-picture, .prev-picture {
    height: 30px;
    position: absolute;
    width: 25px;
    cursor: pointer
}

.prev-picture {
    background: url(../images/sprite.png) 0 -53px no-repeat;
    left: 0
}

.next-picture {
    background: url(../images/sprite.png) -32px -53px no-repeat;
    right: 0
}

.kontakt-page-map {
    max-width: 1170px;
    margin: 0 auto 2.188rem;
    width: 100%
}

.kontakt-page-map iframe {
    width: 100%
}

.sidebar-content .content {
    margin-right: auto;
    margin-left: auto;
    margin-top: -24px;
    width: 98%
}

.left-sidebar {
    width: 100%
}

.left-sidebar li {
    color: #343434;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.625rem
}

.kontakt .entry-content h1 {
    margin: 0 0 .5rem
}

.address {
    background: url(../images/sprite-kontakt.png) 0 -3.75rem no-repeat;
    margin-bottom: 1.25rem;
    padding-left: 3.563rem
}

.business-hours, .email, .kontakt-phone {
    margin-bottom: 20px;
    padding-left: 57px
}

.email {
    background: url(../images/sprite-kontakt.png) no-repeat;
    background-size: 50px
}

.kontakt-phone {
    background: url(../images/sprite-kontakt.png) 0 -120px no-repeat;
    background-size: 50px
}

.business-hours {
    background: url(../images/sprite-kontakt.png) 0 -180px no-repeat;
    background-size: 50px
}

#gform_wrapper_1 {
    margin: 0 auto;
    width: 98%
}

body .gform_wrapper .ginput_container, body .gform_wrapper div.gf_page_steps, body .gform_wrapper div.gf_page_steps div, body .gform_wrapper div.ginput_complex {
    min-width: 100%
}

body .gform_wrapper .ginput_container input.large, body .gform_wrapper .ginput_container input.medium, body .gform_wrapper .ginput_container input.small, body .gform_wrapper .ginput_container select.large, body .gform_wrapper .ginput_container select.medium, body .gform_wrapper .ginput_container select.small, body .gform_wrapper .ginput_container textarea.large, body .gform_wrapper .ginput_container textarea.medium, body .gform_wrapper .ginput_container textarea.small {
    min-width: 100%;
    margin: 0 auto
}

.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper textarea {
    background: rgba(192, 214, 83, .2)
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: .25em !important
}

#input_1_1_6_container > label, #input_1_5_3_container > label {
    display: none
}

.gform_wrapper div.validation_error {
    border-bottom: 1px solid #790000 !important;
    border-top: 1px solid #790000 !important
}

.gform_wrapper .gform_footer {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important
}

.stores {
    margin: 30px 0
}

.stores::after {
    display: table;
    content: '';
    clear: both
}

.store:nth-of-type(1) {
    border-bottom: 0 solid #a8c610
}

.store:last-of-type {
    border-bottom: 1px solid #a8c610;
    margin-bottom: .625rem
}

.store {
    border-top: 1px solid #a8c610;
    float: left;
    width: 100%
}

.store-figure {
    float: left;
    padding: .625rem
}

.store-figure img {
    margin-bottom: 0
}

.store-short-address {
    float: left;
    padding: .625rem 0;
    margin-left: 1%;
    width: 40%
}

.store-short-address p {
    color: #000;
    line-height: 1rem;
    padding-bottom: 0;
    padding-top: 0
}

.load-more {
    background: url(../images/btn-sm.png) left top repeat-x;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-weight: 600;
    line-height: 2.375rem;
    max-width: 100%;
    padding: 0 2.188rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.load-more:hover {
    color: #fff;
    background: url(../images/btn-sm-hv.png) left top repeat-x
}

.rwd-line {
    display: block;
    word-break: keep-all
}

.more-about {
    margin-right: 1%;
    margin-top: 1.5rem;
    padding-top: .625rem
}

.more-about h3 {
    background: url(../images/view-more.png) right center no-repeat;
    float: right;
    font-size: 1em;
    font-weight: 400;
    padding-bottom: 1rem;
    padding-right: 2.2rem;
    padding-top: 12px;
    position: relative;
    top: 0
}

.more-about h3.active {
    background: url(../images/close.png) right center no-repeat
}

.more-about h3:hover {
    cursor: pointer
}

.store-details {
    display: none;
    background: #D9D9D9;
    float: left;
    padding-bottom: 3px;
    padding-top: 15px;
    width: 100%
}

.full-address p, p.firma {
    padding-bottom: 0
}

.store-picture {
    margin-top: .1rem;
    text-align: center;
    width: 100%
}

.full-address p {
    color: #000;
    padding-top: 1rem;
    text-align: center
}

.full-address p a {
    color: #000
}

.store-business-hours p {
    color: #000;
    text-align: center;
    padding-top: 0
}

.store-business-hours ul {
    list-style: none;
    text-align: center
}

.store-business-hours ul li {
    color: #000;
    line-height: 21px
}

#panel {
    margin: .2rem 0 3.438rem
}

.first, .flex-product, .product {
    margin-left: 0
}

#panel input[type=button] {
    background: url(../images/btn-sm.png) left top repeat-x;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 0;
    cursor: pointer;
    line-height: 2.375rem;
    padding: 0 2.188rem;
    text-transform: uppercase;
    float: right;
    max-width: 100%;
    width: 100%
}

#panel input[type=button]:hover {
    background: url(../images/btn-sm-hv.png) left top repeat-x
}

.product-listing {
    overflow: hidden;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product {
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin-bottom: 1.875rem;
    padding: 0 1.5% 1.5%;
    width: 100%
}

.product-item {
    overflow: hidden;
    width: 100%
}

.product-thumb {
    margin-top: 15px;
    text-align: center;
    margin-bottom: -1px
}

.product-price {
    background: url(../images/h3-bg.png) left top no-repeat;
    padding-bottom: .625rem;
    padding-top: .625rem
}

h3.product-meta-title {
    color: #232323;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: italic;
    line-height: 27px;
    padding-bottom: 8px;
    padding-top: 0
}

.flex-product-listing {
    margin-bottom: 100px;
}

.flex-product h3.product-meta-title {
    min-height: 60px
}

.flexslider {
    width: 100%
}

.flex-product {
    float: left;
    width: 100%
}

.flex-product-item {
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding-left: .625rem;
    width: 90%
}

.flex-product-thumb {
    margin-top: 10px;
    text-align: center;
    min-height: 200px
}

.flex-direction-nav > li {
    list-style: none
}

.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    padding: 0;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2)
}

.flexslider .slides > li {
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
    display: block;
    vertical-align: middle
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides > li:first-child {
    display: block
}

.flexslider .slides {
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    height: 0;
    margin-top: -40px
}

.flex-direction-nav a {
    background: url(../images/sprite.png);
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 40%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-indent: -9999px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a.flex-next:before {
    content: ''
}

.flex-direction-nav .flex-prev {
    background-position: 0 -2px;
    background-repeat: no-repeat;
    left: 0
}

.flex-direction-nav .flex-next {
    background-position: -58px -1px;
    background-repeat: no-repeat;
    right: 0
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a .flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    display: none;
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

.site-footer {
    background: url(../images/footer-bg.png) left top repeat-x;
    padding-bottom: 27px
}

.footer-nav {
    margin: 0 auto;
    padding-bottom: 23px;
    padding-top: 25px;
    width: 93.75%
}

.footer-nav li:after {
    content: " | ";
    padding-left: 4px;
    padding-right: 4px;
    position: relative
}

.footer-nav li:last-child:after {
    content: " "
}

.footer-nav li {
    display: inline-block;
    padding-bottom: 1px
}

.footer-nav li a {
    color: #646464;
    font-size: .79rem
}

.copyright {
    float: left;
    padding-right: 1px
}

.ui-autocomplete {
    background: #ECF1D7;
    font-size: 1.125rem;
    width: 552px !important;
    padding: 3px 5px
}

.ui-autocomplete li {
    margin: 0 0 5px
}

.ui-autocomplete li:hover {
    color: #a8c610;
    cursor: pointer
}

.ui-helper-hidden-accessible {
    display: none
}

.search-form {
    display: inline-block;
    padding-left: 4px;
    width: 100%
}

input[type=search] {
    background: rgba(192, 214, 83, .2);
    border: none;
    font-size: 1.125rem;
    line-height: 36px;
    margin-bottom: .375em;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 2px;
    width: 100%
}

input[type=search]:focus {
    box-shadow: 0 0 2px 2px rgba(168, 198, 15, .8)
}

.search-form input[type=submit] {
    background: url(../images/btn-sm.png) left top repeat-x;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 0;
    cursor: pointer;
    line-height: 2.375rem;
    padding: 0 2.188rem;
    text-transform: uppercase;
    float: right;
    max-width: 100%;
    width: 100%
}

.search-form input[type=submit]:hover {
    background: url(../images/btn-sm-hv.png) left top repeat-x
}

#focus {
    height: 277px;
    transition: height .5s ease
}

.focuspoint {
    position: relative;
    overflow: hidden
}

.focuspoint img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none
}

ul.shopsinitials {
    margin-left: 10px;
    margin-bottom: 10px;
}

ul.shopsinitials li {
    list-style: none;
    display: inline;
    margin-right: 23px
}

ul.shopsinitials li:last-child {
    margin-right: 0;
}

.cwpreloader {
    display: none;
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    border-top-color: rgba(69, 112, 175, .65);
    border-bottom-color: rgba(69, 112, 175, .65);
    border-left-color: rgba(69, 112, 175, .15);
    border-right-color: rgba(69, 112, 175, .15);
    -webkit-animation: cwpreloader .8s ease-in-out infinite alternate;
    animation: cwpreloader .8s ease-in-out infinite alternate;
    z-index: 10001
}

@keyframes cwpreloader {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cwpreloader {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.standorte-map {
    position: relative
}

.standorte-map .standorte-map-preload {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0;
    z-index: 10000
}

.standorte-map .cwpreloader {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block
}

.gm-style-iw div * {
    overflow: hidden !important;
    line-height: 1.35em
}

.cycle-pager, .fancybox-inner {
    overflow: hidden
}

.cycle-slideshow, .cycle-slideshow * {
    box-sizing: border-box
}

.cycle-slideshow {
    width: 100%;
    min-width: 200px;
    max-width: 100%;
    margin: 10px auto 0;
    padding: 0;
    position: relative
}

.cycle-slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    display: block
}

.cycle-slideshow img:first-child {
    position: static;
    z-index: 100
}

.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 10px
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer
}

.cycle-pager span.cycle-pager-active {
    color: #D69746
}

.cycle-pager > * {
    cursor: pointer
}

.cycle-caption {
    position: absolute;
    color: #fff;
    bottom: 15px;
    right: 15px;
    z-index: 700
}

.cycle-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    padding: 15px
}

.cycle-next, .cycle-prev {
    position: absolute;
    top: 0;
    width: 30%;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer
}

.cycle-prev {
    left: 0;
    background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat
}

.cycle-next {
    right: 0;
    background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat
}

.cycle-next:hover, .cycle-prev:hover {
    opacity: .7;
    -ms-filter: alpha(opacity=70)
}

.cycle-paused:after, .disabled {
    opacity: .5;
    -ms-filter: alpha(opacity=50)
}

.cycle-paused:after {
    content: 'Paused';
    color: #fff;
    background: #000;
    padding: 10px;
    z-index: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
    position: relative
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close, .fancybox-nav, .fancybox-nav span {
    cursor: pointer;
    z-index: 8040;
    position: absolute
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(blank.gif);
    -webkit-tap-highlight-color: transparent
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock, .fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media screen and (max-width: 767px) {
    .header-widget-area, nav ul li {
        background: #426da9
    }

    nav .hamburger {
        display: block;
        width: 50%;
        transition: width .5s ease
    }

    nav > ul {
        display: none;
        padding: 0
    }

    nav ul li {
        width: 100%;
        padding-left: 15%;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #fff
    }

    nav ul li:last-child {
        border-bottom: none
    }

    nav ul li ul {
        width: 100% !important
    }

    #bottombox1 {
        order: 1;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        -moz-box-ordinal-group: 1
    }

    #bottombox2 {
        order: 0;
        -webkit-box-ordinal-group: 0;
        -webkit-order: 0;
        -ms-flex-order: 0;
        -moz-box-ordinal-group: 0
    }

    #bottombox3 {
        order: 2;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        -moz-box-ordinal-group: 2
    }

    .more-about h3 {
        top: -10px
    }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    #menu-item-444 {
        display: none
    }

    li#menu-item-99::after {
        content: ""
    }

    #map-canvas {
        max-height: 320px
    }

    #map-canvas a.fancybox img {
        max-width: 100%
    }

    #map-canvas .map_info_left {
        width: 75px !important;
        margin-right: 8px !important
    }

    #map-canvas .map_info_right {
        width: 130px !important
    }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-overlay {
        padding: 4px
    }

    .cycle-caption {
        bottom: 4px;
        right: 4px
    }
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

@media only screen and (min-width: 480px) {
    .store-short-address {
        margin-left: 5%;
        width: 22%
    }
}

@media only screen and (min-width: 768px) {
    .entry-content, .slider {
        width: 100%
    }

    .full-address, .full-address p, .store-business-hours p, .store-business-hours ul, .store-picture {
        text-align: left
    }

    .alignleft, img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left
    }

    .alignright, img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right
    }

    .aligncenter, img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both
    }

    .alignnone, img.alignnone {
        float: none
    }

    .site-header {
        padding-bottom: 30px;
        padding-top: 80px
    }

    .hamburger {
        display: none
    }

    .sf-menu, .sf-menu li.sfHover ul, .sf-menu li:hover ul, nav li ul, nav li:hover ul {
        display: block
    }

    .nav-primary .menu-item:before {
        left: 20px;
        top: 25px
    }

    nav ul li ul li:hover a:after {
        border: none
    }

    nav ul li:hover > a {
        position: relative
    }

    nav ul li:hover {
        background: #426da9
    }

    .header-widget-area {
        background: #cccbc9
    }

    #lang_sel_list {
        top: 6px
    }

    .site-description p {
        font-size: 1.875rem
    }

    .site-inner {
        background: #fff;
        margin: 0 auto;
        max-width: 1170px
    }

    .entry-header {
        margin-left: 0
    }

    .content-sidebar .content-sidebar-wrap {
        clear: both;
        width: 100%
    }

    .footer-widgets {
        background: #F8F8F8
    }

    .flex-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 41px
    }

    .prices {
        background: url(../images/h3-bg.png) left top no-repeat
    }

    h3.product-title {
        background: 0 0;
        font-size: 1.25rem
    }

    blockquote {
        background-position: left 10px
    }

    #panel {
        margin: .8rem 3px
    }

    #panel input[type=button] {
        max-width: 26%
    }

    .more-about h3 {
        padding-right: 7.2rem;
        width: 35%
    }

    .store-picture {
        float: left;
        margin-left: 1.4%;
        width: 30%
    }

    .store-full-details {
        float: left;
        width: 65%
    }

    .full-address {
        float: left;
        width: 51%
    }

    .full-address p {
        padding-top: .5rem
    }

    .store-business-hours {
        float: right;
        width: 49%
    }

    .gform_wrapper {
        max-width: 100% !important
    }

    .gform_wrapper .top_label input.large, .gform_wrapper .top_label li.gfield.gf_left_half input.large, .gform_wrapper .top_label li.gfield.gf_left_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half select.large, .gform_wrapper .top_label li.gfield.gf_left_half select.medium, .gform_wrapper .top_label li.gfield.gf_right_half input.large, .gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_right_half select.large, .gform_wrapper .top_label li.gfield.gf_right_half select.medium, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
        width: 100% !important
    }

    #gform_1 .gfield_label {
        font-weight: 400
    }

    .gform_wrapper input[type=url], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper textarea {
        font-size: 1.125rem !important;
        line-height: 28px;
        border: none
    }

    .gform_wrapper .gform_footer {
        margin: 3px 0 0 !important;
        padding: 5px 0 10px !important
    }

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
        background: url(../images/green-label-bg.png) left top repeat-x;
        line-height: 38px;
        padding: 0 35px;
        border: none;
        -webkit-appearance: none;
        border-radius: 0;
        cursor: pointer
    }

    .gform_wrapper .gform_footer input:hover.button, .gform_wrapper .gform_footer input:hover[type=submit] {
        background: url(../images/btn-sm-hv.png) left top repeat-x
    }

    input[type=search] {
        min-width: 80%;
        width: 80%
    }

    .search-form input[type=submit] {
        max-width: 19%
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #focus {
        height: 150px
    }

    .logo {
        margin-left: 0
    }

    .site-description {
        margin-top: 2px
    }

    .content-sidebar-wrap, .row {
        margin: 0 auto;
        overflow: hidden;
        width: 97.39583%
    }

    .nav-primary {
        background-color: #cccbc9;
        float: left;
        margin-bottom: 30px;
        margin-top: 15px
    }

    .nav-primary .menu-item:before {
        left: 10px;
        padding-right: 15px
    }

    nav ul {
        padding: 0
    }

    nav ul li {
        display: block;
        float: left;
        border: none
    }

    nav ul li a {
        color: #fff;
        font-size: 1rem;
        padding: 0 .5rem
    }

    .header-widget-area {
        margin-top: 16px;
        padding-top: 0;
        padding-bottom: 11px;
        left: 86%;
        width: 12%
    }

    .lang_sel_list_horizontal li {
        padding: 14px 0
    }

    .site-inner {
        margin-top: 0;
        width: 97.3958%
    }

    .page-id-60 .sidebar, .sidebar {
        margin-top: 3px
    }

    .content {
        background: #fff;
        float: left;
        width: 54.94791%
    }

    .page-template-page-standorte .content {
        width: 100%
    }

    .page-template-page-standorte .sidebar {
        display: none
    }

    .sidebar-content .content {
        float: right;
        width: 54.94791%
    }

    .sidebar {
        float: right;
        margin-bottom: 40px;
        width: 39.0625%
    }

    .left-sidebar {
        float: left;
        width: 39.0625%
    }

    .left-sidebar li {
        width: 100%
    }

    .slider {
        float: left;
        margin-right: 2.66666%;
        padding-top: 22px
    }

    .mehr-informationen {
        float: left;
        margin-bottom: 4px;
        text-align: justify;
        transform: translateY(-22px);
        width: 100%
    }

    .mehr-informationen > p {
        color: #646464;
        padding-bottom: 9px
    }

    .phone {
        background-position: center 21px
    }

    .phone p {
        font-size: 1rem;
        padding: 67px 0 0
    }

    .product-slider .cycle-slideshow, h3.product-title {
        padding-bottom: 8px
    }

    .one-third {
        float: left;
        margin-left: 2.669%;
        width: 31.5%
    }

    .rectangle, .widget-wrapper {
        width: 100%
    }

    .flex-item {
        margin-top: 40px
    }

    .flex-item:nth-child(1) {
        margin-left: 0
    }

    .flex-item:nth-child(2) {
        margin-left: 2.5%
    }

    .widget-bottom > h3 {
        font-size: 1.25rem
    }

    .rectangle {
        font-size: 1.1rem;
        text-align: center
    }

    .product-slider {
        margin-bottom: -20px
    }

    .product-slider li.cycle-slide img {
        bottom: 0;
        left: 4%;
        position: relative;
        right: 0;
        top: 0;
        margin: inherit
    }

    .product-slider .cycle-slideshow li.cycle-slide {
        min-width: 100%
    }

    .product-meta {
        margin-bottom: -25px;
        margin-top: 23px;
        transform: inherit
    }

    .prices {
        bottom: 0;
        margin-left: 12px;
        padding-top: 10px;
        position: absolute
    }

    h3.product-title {
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding-top: 10px
    }

    .assortments {
        margin-top: 0;
        padding-bottom: 59px
    }

    .next-product {
        right: 0
    }

    .prev-product {
        left: 0
    }

    .white {
        padding-bottom: 7px
    }

    .catalog {
        margin-bottom: 0;
        margin-top: 40px;
        padding-bottom: 33px
    }

    .pdf-catalog {
        padding-bottom: 3px
    }

    .map {
        top: -40px
    }

    .footer-nav {
        padding-bottom: 24px;
        padding-top: 24px;
        width: 100%
    }

    .more-about {
        margin-top: 0
    }

    .product {
        margin-bottom: .5rem;
        width: 48%
    }

    .product:nth-of-type(odd) {
        margin-right: 2%
    }

    input[type=textbox] {
        max-width: 72.3%
    }
}

@media only screen and (min-width: 1024px) {
    .nav-row, .row {
        width: 98%;
        max-width: 1170px
    }

    .pdf-catalog span, .standorte-map {
        display: block
    }

    .flex-product-item {
        min-height: 390px;
        position: relative
    }

    .flex-product-thumb {
        height: 200px;
        position: relative
    }

    .site-header {
        padding: 0;
        position: relative
    }

    .logo {
        margin-left: 0;
        margin-top: 10px
    }

    .row {
        margin: 0 auto;
        overflow: hidden
    }

    .site-description {
        display: block;
        margin-top: 0;
        top: 35%
    }

    .nav-row {
        margin: 0 auto
    }

    .site-header .row {
        padding-bottom: 55px;
        padding-top: 55px;
        position: relative
    }

    .header-nav {
        margin: 0 auto;
        position: relative
    }

    .nav-primary {
        background-color: #CCCBC9
    }

    .nav-primary .menu-item:before {
        top: 26px
    }

    nav li {
        border: none
    }

    nav ul li a {
        color: #3e3e3e;
        font-size: 1rem;
        padding: 3px 22px 0
    }

    .header-widget-area {
        background: 0 0;
        float: right;
        left: 0;
        margin-bottom: -41px;
        padding-top: 4px;
        position: relative;
        top: -58px;
        width: 30%
    }

    .lang_sel_list_horizontal li {
        color: #3d3d3d;
        padding: 15px 0
    }

    .lang_sel_list_horizontal li a {
        color: #3d3d3d !important
    }

    .lang_sel_sel {
        font-weight: 700 !important
    }

    .lang_sel_list_horizontal li:first-child:after {
        font-weight: 300
    }

    .site-inner {
        margin: 0 auto;
        width: 98%
    }

    .page-id-60 .sidebar, .sidebar {
        margin-top: 0
    }

    .content {
        background: #fff;
        float: left;
        margin-right: 2.5641%;
        width: 65.72649%
    }

    .flex-item:nth-child(1), .one-third {
        margin-right: 2.5%
    }

    .sidebar-content .content {
        float: right;
        margin-left: 2.5641%;
        width: 65.72649%
    }

    .sidebar {
        float: right;
        margin-bottom: 40px;
        width: 31.70939%
    }

    .left-sidebar {
        float: left;
        width: 31.70939%
    }

    .mehr-informationen {
        float: left;
        text-align: justify;
        margin-bottom: 12px;
        margin-top: -14px;
        width: 100%
    }

    .mehr-informationen > p {
        font-size: 1rem;
        padding-bottom: 24px;
        padding-top: 0
    }

    .mehr-informationen > p:last-of-type {
        padding-bottom: 25px
    }

    .flex-container .widget-wrapper {
        width: 100%
    }

    .one-third {
        float: left;
        width: 31.62393%
    }

    .flex-item {
        max-width: 31.6239%;
        margin-top: 34px
    }

    .flex-item:nth-child(3), .more-about {
        margin-right: 0
    }

    .rectangle {
        width: 80%
    }

    .product-slider .cycle-slideshow li.cycle-slide {
        min-width: 370px
    }

    .prices {
        bottom: 20px;
        margin-left: 13px;
        padding-top: 10px;
        position: absolute
    }

    .product-meta {
        margin-top: 25px;
        margin-bottom: -1px;
        transform: inherit
    }

    .assortments {
        margin-top: -9px;
        padding-bottom: 81px
    }

    .next-product {
        right: 0;
        top: -315px
    }

    .prev-product {
        left: 0;
        top: -315px
    }

    .widget-bottom > h3 {
        font-size: 1.25rem
    }

    .white {
        padding-bottom: 34px
    }

    .map {
        top: -39px
    }

    .google-maps {
        padding-bottom: 84%
    }

    .google-maps img {
        height: 100%;
        max-height: 293px;
        max-width: 150%;
        min-height: 293px
    }

    .catalog {
        background: #fff;
        margin-bottom: 0;
        padding-bottom: 30px
    }

    .pdf-catalog {
        margin-top: 7px;
        padding-top: 11px
    }

    .blog-thumb {
        margin-bottom: -67px
    }

    .app_promotion .blog-thumb {
        margin-bottom: -40px
    }

    .blog-image-wrap {
        margin-top: 0;
        padding-bottom: 74%
    }

    .blog-image-wrap img {
        height: 100%;
        max-height: 310px;
        max-width: 150%;
        min-height: 310px
    }

    .footer-nav {
        width: 100%
    }

    .product {
        margin-left: 2%;
        width: 32%
    }

    .first {
        margin-left: 0
    }

    .store-figure {
        float: left;
        padding: .625rem
    }

    .store-short-address {
        margin-left: 10%;
        width: 30%
    }

    .more-about {
        margin-top: 0
    }

    .more-about h3 {
        padding-bottom: .625rem;
        width: 260px
    }

    .store-picture {
        margin-top: 10px;
        margin-left: .625rem
    }

    .full-address {
        float: left;
        width: 53%
    }

    .full-address p {
        padding-left: .625rem
    }

    .store-business-hours {
        float: left;
        width: 47%
    }

    .store-business-hours p {
        padding-top: .5rem
    }

    input[type=textbox] {
        max-width: 72.3%;
        min-width: 52%
    }

    .ui-autocomplete-input {
        background: red
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    #focus {
        height: 230px
    }
}

.wpml-ls-sidebars-header-right, .wpml-ls-sidebars-header-right .wpml-ls-sub-menu, .wpml-ls-sidebars-header-right a {
    border-color: transparent;
}

#stores-container {
    margin-top: 10px;
}

#accordion .shopsinitials {
    display: none;
}

.reset-geocode-container {
    display: none;
}

.reset-geocode-container {
    text-align: center;
}

#reset-store {
    background: url(../images/btn-sm.png) left top repeat-x;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 0;
    cursor: pointer;
    line-height: 2.375rem;
    padding: 0 2.188rem;
    text-transform: uppercase;
    max-width: 100%;
}

#reset-store:hover {
    background: url(../images/btn-sm-hv.png) left top repeat-x
}

.wpml-ls-current-language a span {
    font-weight: bold;
}
