
.slick-slider
{
    position:relative;

    display:block;

    -moz-box-sizing:border-box;
         box-sizing:border-box;

    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;

    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
        touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
}

.slick-list
{
    position:relative;

    display:block;
    overflow:hidden;

    margin:0;
    padding:0;
}
.slick-list:focus
{
    outline:none;
}
.slick-list.dragging
{
    cursor:pointer;
    cursor:hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform:translate3d(0, 0, 0);
       -moz-transform:translate3d(0, 0, 0);
        -ms-transform:translate3d(0, 0, 0);
         -o-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0);
}

.slick-track
{
    position:relative;
    top:0;
    left:0;

    display:block;
}
.slick-track:before,
.slick-track:after
{
    display:table;

    content:'';
}
.slick-track:after
{
    clear:both;
}
.slick-loading .slick-track
{
    visibility:hidden;
}

.slick-slide
{
    display:none;
    float:left;

    height:100%;
    min-height:1px;
}
[dir='rtl'] .slick-slide
{
    float:right;
}
.slick-slide img
{
    display:block;
}
.slick-slide.slick-loading img
{
    display:none;
}
.slick-slide.dragging img
{
    pointer-events:none;
}
.slick-initialized .slick-slide
{
    display:block;
}
.slick-loading .slick-slide
{
    visibility:hidden;
}
.slick-vertical .slick-slide
{
    display:block;

    height:auto;

    border:1px solid transparent;
}
.slick-arrow.slick-hidden {
    display:none;
}@charset 'UTF-8';

.slick-loading .slick-list
{
    background:#fff url('./ajax-loader.gif') center center no-repeat;
}


@font-face
{
    font-family:'slick';
    font-weight:normal;
    font-style:normal;

    src:url('./fonts/slick.eot');
    src:url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next
{
    font-size:0;
    line-height:0;

    position:absolute;
    top:50%;

    display:block;

    width:20px;
    height:20px;
    margin-top:-10px;
    padding:0;

    cursor:pointer;

    color:transparent;
    border:none;
    outline:none;
    background:transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color:transparent;
    outline:none;
    background:transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity:1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity:.25;
}

.slick-prev:before,
.slick-next:before
{
    font-family:'slick';
    font-size:20px;
    line-height:1;

    opacity:.75;
    color:white;

    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.slick-prev
{
    left:-25px;
}
[dir='rtl'] .slick-prev
{
    right:-25px;
    left:auto;
}
.slick-prev:before
{
    content:'←';
}
[dir='rtl'] .slick-prev:before
{
    content:'→';
}

.slick-next
{
    right:-25px;
}
[dir='rtl'] .slick-next
{
    right:auto;
    left:-25px;
}
.slick-next:before
{
    content:'→';
}
[dir='rtl'] .slick-next:before
{
    content:'←';
}


.slick-slider
{
    margin-bottom:30px;
}

.slick-dots
{
    position:absolute;
    bottom:-45px;

    display:block;

    width:100%;
    padding:0;

    list-style:none;

    text-align:center;
}
.slick-dots li
{
    position:relative;

    display:inline-block;

    width:20px;
    height:20px;
    margin:0 5px;
    padding:0;

    cursor:pointer;
}
.slick-dots li button
{
    font-size:0;
    line-height:0;

    display:block;

    width:20px;
    height:20px;
    padding:5px;

    cursor:pointer;

    color:transparent;
    border:0;
    outline:none;
    background:transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline:none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity:1;
}
.slick-dots li button:before
{
    font-family:'slick';
    font-size:6px;
    line-height:20px;

    position:absolute;
    top:0;
    left:0;

    width:20px;
    height:20px;

    content:'•';
    text-align:center;

    opacity:.25;
    color:black;

    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity:.75;
    color:black;
}






html,
button,
input,
select,
textarea {
    color:#222;
}

html {
    font-size:1em;
    line-height:1.4;
}



::-moz-selection {
    background:#b3d4fc;
    text-shadow:none;
}

::selection {
    background:#b3d4fc;
    text-shadow:none;
}



hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}



audio,
canvas,
img,
video {
    vertical-align:middle;
}



fieldset {
    border:0;
    margin:0;
    padding:0;
}



textarea {
    resize:vertical;
}



.browsehappy {
    margin:0.2em 0;
    background:#ccc;
    color:#000;
    padding:0.2em 0;
}























.ir {
    background-color:transparent;
    border:0;
    overflow:hidden;
    
    *text-indent:-9999px;
}

.ir:before {
    content:"";
    display:block;
    width:0;
    height:150%;
}



.hidden {
    display:none !important;
    visibility:hidden;
}



.visuallyhidden {
    border:0;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
}



.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    width:auto;
}



.invisible {
    visibility:hidden;
}



.clearfix:before,
.clearfix:after {
    content:" "; 
    display:table; 
}

.clearfix:after {
    clear:both;
}



.clearfix {
    *zoom:1;
}



@media only screen and (min-width:35em) {
    
}

@media print,
       (-o-min-device-pixel-ratio:5/4),
       (-webkit-min-device-pixel-ratio:1.25),
       (min-resolution:120dpi) {
    
}



@media print {
    * {
        background:transparent !important;
        color:#000 !important; 
        box-shadow:none !important;
        text-shadow:none !important;
    }

    a,
    a:visited {
        text-decoration:underline;
    }

    a[href]:after {
        content:" (" attr(href) ")";
    }

    abbr[title]:after {
        content:" (" attr(title) ")";
    }

    

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }

    pre,
    blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }

    thead {
        display:table-header-group; 
    }

    tr,
    img {
        page-break-inside:avoid;
    }

    img {
        max-width:100% !important;
    }

    @page {
        margin:0.5cm;
    }

    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }

    h2,
    h3 {
        page-break-after:avoid;
    }
}






article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display:block;
}



audio,
canvas,
video {
    display:inline-block;
    *display:inline;
    *zoom:1;
}



audio:not([controls]) {
    display:none;
    height:0;
}



[hidden] {
    display:none;
}





html {
    font-size:100%; 
    -ms-text-size-adjust:100%; 
    -webkit-text-size-adjust:100%; 
}



html,
button,
input,
select,
textarea {
    font-family:sans-serif;
}



body {
    margin:0;
}





a:focus {
    outline:thin dotted;
}



a:active,
a:hover {
    outline:0;
}





h1 {
    font-size:2em;
    margin:0.67em 0;
}

h2 {
    font-size:1.5em;
    margin:0.83em 0;
}

h3 {
    font-size:1.17em;
    margin:1em 0;
}

h4 {
    font-size:1em;
    margin:1.33em 0;
}

h5 {
    font-size:0.83em;
    margin:1.67em 0;
}

h6 {
    font-size:0.67em;
    margin:2.33em 0;
}



abbr[title] {
    border-bottom:1px dotted;
}



b,
strong {
    font-weight:bold;
}

blockquote {
    margin:1em 40px;
}



dfn {
    font-style:italic;
}



hr {
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
}



mark {
    background:#ff0;
    color:#000;
}



p,
pre {
    margin:1em 0;
}



code,
kbd,
pre,
samp {
    font-family:monospace, serif;
    _font-family:'courier new', monospace;
    font-size:1em;
}



pre {
    white-space:pre;
    white-space:pre-wrap;
    word-wrap:break-word;
}



q {
    quotes:none;
}



q:before,
q:after {
    content:'';
    content:none;
}



small {
    font-size:80%;
}



sub,
sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}

sup {
    top:-0.5em;
}

sub {
    bottom:-0.25em;
}





dl,
menu,
ol,
ul {
    margin:0 0;
}

dd {
    margin:0 0 0 40px;
}



menu,
ol,
ul {
    padding:0 0 0 0;
}



nav ul,
nav ol {
    list-style:none;
    list-style-image:none;
}





img {
    border:0; 
    -ms-interpolation-mode:bicubic; 
}



svg:not(:root) {
    overflow:hidden;
}





figure {
    margin:0;
}





form {
    margin:0;
}



fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em;
}



legend {
    border:0; 
    padding:0;
    white-space:normal; 
    *margin-left:-7px; 
}



button,
input,
select,
textarea {
    font-size:100%; 
    margin:0; 
    vertical-align:baseline; 
    *vertical-align:middle; 
}



button,
input {
    line-height:normal;
}



button,
select {
    text-transform:none;
}



button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance:button; 
    cursor:pointer; 
    *overflow:visible;  
}



button[disabled],
html input[disabled] {
    cursor:default;
}



input[type="checkbox"],
input[type="radio"] {
    box-sizing:border-box; 
    padding:0; 
    *height:13px; 
    *width:13px; 
}



input[type="search"] {
    -webkit-appearance:textfield; 
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
    border:0;
    padding:0;
}



textarea {
    overflow:auto; 
    vertical-align:top; 
}





table {
    border-collapse:collapse;
    border-spacing:0;
}
.clearfix {
  zoom:1;
}
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
img,
.wp-caption {
  max-width:100%;
  height:auto;
}

.pricetag-wrapper {
  position:absolute;
  top:0;
  left:0;
}
.special-action-wrapper {
  position:absolute;
  right:20px;
  bottom:70px;
}
.iframe-wrapper {
  padding-bottom:56%;
  width:100%;
  position:relative;
}
.iframe-wrapper iframe {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:none;
}
img.lxit-responsive {
  display:block;
  float:none;
}
@media screen and (min-width:500px) {
  img.lxit-responsive {
    float:left;
    display:inline-block;
  }
}
a[href^=tel] {
  text-decoration:inherit;
  color:inherit;
}
.wrapper,
.flex1,
.flex2,
.flex3,
.flex4,
.flex7,
.flex8,
.flex9,
header,
.navi,
.slider,
.content,
footer {
  max-width:100%;
}
.flex1_in,
.flex2_in,
.flex3_in,
.flex4_in,
.flex7_in,
.flex8_in,
.flex9_in,
.header_in,
nav,
.slider_in,
.content_in,
.footer_in {
  max-width:1250px;
  margin:0 auto;
}
body {
  position:relative;
}
.table {
  display:table;
  width:100%;
}
ol,
ul {
  padding-left:25px;
}
.table_col {
  display:table-cell;
  vertical-align:middle;
  width:50%;
}
.jumper {
  position:fixed;
  right:20px;
  bottom:20px;
  transition:all .3s ease;
  background:#0073c0;
  border-top-left-radius:5px;
  border-bottom-right-radius:5px;
  z-index:999999;
  display:none;
}
.jumper:hover {
  opacity:1;
  background:#ff9600;
}
.position-relative {
  position:relative;
}
.usp-mobile {
  background-color:#0072c0;
  color:white;
  padding:10px 20px;
  font-weight:bold;
}
.usp-mobile .usp {
  padding:5px 0px;
}
@media screen and (min-width:768px) {
  .usp-mobile {
    display:none;
  }
}
.flex1 {
  background:#0073c0;
  border-top:4px solid #fff;
}
.flex1_in {
  padding:15px 0;
}
.usp img {
  float:left;
  margin-right:15px;
  opacity:0;
  transition:all .4s ease;
}
.usp img.on {
  opacity:1;
}
.usp p {
  color:#fff;
  margin:0;
}
.usp {
  padding:0px 4%;
}
.usp p {
  font-size:14px;
  line-height:20px;
  font-weight:600;
  color:white;
  letter-spacing:0.5px;
  max-width:300px;
}
@media screen and (min-width:900px) {
  .usp p {
    font-size:18px;
  }
}
@media screen and (min-width:1200px) {
  .usp p {
    font-size:20px;
    line-height:28px;
  }
}
.usp p span {
  font-family:arial;
  font-size:14px;
  margin-left:2px;
}
.flex2 .table_col {
  padding:50px 0;
}
.flex2 .table_col:first-of-type {
  padding-left:5vw;
  padding-right:5vw;
}
.flex2 .table_col:last-of-type {
  background:#e6e7e9;
}
.video1 {
  display:table;
  margin:0 auto;
  box-shadow:0 0 16px 0 rgba(0, 0, 0, 0.8);
  transition:all .3s ease;
  opacity:1;
  position:relative;
  cursor:pointer;
  padding-bottom:56%;
  width:100%;
}
.video1 iframe {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:none;
}
@media screen and (min-width:1270px) {
  .video1 {
    margin-top:75px;
  }
}
.video1.locked:before {
  position:absolute;
  z-index:2;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#fff;
  content:" ";
  display:block;
  background:url(../img/logo_play.png) rgba(255, 255, 255, 0.5);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:200px;
  transition:all .3s ease;
}
.video1.locked:hover:before {
  opacity:0.5;
}
.flex3 {
  background:url(../img/p_slider_bg.jpg);
  background-size:cover;
  background-position:center center;
  position:relative;
}
.flex3_in {
  padding:55px 0;
}
.flex3 .button_before_fake,
.flex3 .button_next_fake {
  position:absolute;
  top:50%;
  margin-top:-23px;
  opacity:0.8;
  cursor:pointer;
}
.flex3 .button_before_fake:hover,
.flex3 .button_next_fake:hover {
  opacity:1;
}
.flex3 .button_before_fake {
  left:0;
}
.flex3 .button_next_fake {
  right:0;
}
.flex3 .slick-arrow {
  display:none!important;
}
.product_slider_area .button_before_fake,
.product_slider_area .button_next_fake {
  z-index:99999;
}
.product_slider_area .product_slider {
  padding-left:30px;
  padding-right:30px;
}
.product_slider_item {
  padding:15px;
}
.product_slider_item a {
  display:block;
  background:#fff;
  padding:30px 25px 28px;
  transition:all .3s ease;
}
.product_slider_item a:hover {
  box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.product_slider_item .product_image {
  background-size:cover;
  background-position:center center;
}
.product_slider_item .product_image img {
  width:100%;
  height:auto;
}
.product_slider_item p:first-of-type {
  font-size:14px;
  font-weight:600;
  color:#0072c0;
  text-align:center;
  margin:20px 0 10px 0;
  height:70px;
}
.product_slider_item p:nth-of-type(2) {
  font-size:13.35px;
  font-weight:100;
  color:#9fa4a4;
  text-align:center;
  margin:0;
  height:80px;
}
.product_slider_item p:last-of-type {
  font-size:18px;
  font-weight:400;
  color:#ff9600;
  text-align:center;
  margin:15px 0 10px 0;
}
.product_slider_item p:last-of-type .woocommerce-price-suffix {
  font-size:14px;
}
.product_slider_item .button {
  margin:0 auto!important;
  display:table;
  float:none;
  font-size:18px!important;
  font-weight:bold!important;
  padding-top:5px!important;
  padding-bottom:5px!important;
}
.shop .product_slider_item {
  width:32.333%;
  margin-right:1.5%;
  margin-bottom:1.5%;
  float:left;
  padding:0;
}
.shop .product_slider_item:nth-of-type(3n) {
  margin-right:0;
  float:right;
}
.flex2.table #vid_content {
  background-color:transparent;
  margin:4vw;
}
.flex2.table #vid_content .video1 {
  box-shadow:none;
}
.flex4 {
  background:#e6e7e9;
}
.flex4_in {
  padding:65px 0 60px;
  max-width:1000px;
}
.blog .title_ext h1 {
  font-size:20px;
  font-weight:600;
  margin-bottom:2px;
}
.blog .title_ext h2 {
  display:none;
}
.blog_article_tripple {
  background:#fff;
  transition:all .3s ease;
  width:30%;
  float:left;
  margin-right:5%;
}
.blog_article_tripple:last-of-type {
  margin-right:0;
  float:right;
}
.blog_article_tripple:hover {
  box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.blog_article_tripple .blog_preview_pic {
  background-position:center center;
  background-size:cover;
}
.blog_article_tripple p:first-of-type {
  font-size:20px;
  color:#0072c0;
  margin:15px 0;
  text-align:center;
  padding:0 30px;
  height:48px;
}
.blog_article_tripple p:last-of-type {
  font-size:15px;
  color:#444444;
  margin:0 0 15px;
  text-align:center;
  font-weight:100;
  padding:0 30px;
  height:78px;
}
.blog_article_tripple .bottom {
  background:#d2d3d5;
}
.blog_article_tripple .bottom span {
  color:#fff;
  display:table;
  margin:0 auto;
  background:#0072c0;
  font-size:15px;
  font-weight:100;
  transition:all .3s ease;
  padding:4px 20px;
}
.blog_article_tripple:hover .bottom span {
  background:#ff9600;
}
.content .link_box a {
  white-space:nowrap;
}
.link_box {
  width:100%;
  margin-left:0;
  margin-right:0;
  max-width:none;
}
.link_box a,
footer a {
  padding-left:11px;
  position:relative;
}
.link_box a:before,
footer a:before {
  content:" ";
  display:block;
  width:7px;
  height:7px;
  background-image:url(../img/left.png);
  background-size:cover;
  position:absolute;
  top:7px;
  left:0px;
}
.cbp-fwslider li {
  padding:0 140px 0 200px!important;
}
.cbp-fwslider li p {
  font-weight:100;
  color:#444444;
  font-size:16px;
  margin:0;
}
.cbp-fwslider li h3 {
  font-weight:700;
  color:#0072c0;
  font-size:25px;
}
.big_bg {
  background-size:contain;
  background-position:center center;
  background-repeat:no-repeat;
}
.flex8 .table_col p {
  margin:0;
}
.flex8 .table_col:first-of-type {
  padding:5vw 5vw;
}
.flex7 .table_col {
  padding:5vw 5vw;
  width:100%;
}
@media screen and (min-width:800px) {
  .flex7 .table_col {
    width:50%;
  }
}
.flex7 .table_col.big_bg {
  display:none;
}
@media screen and (min-width:800px) {
  .flex7 .table_col.big_bg {
    display:table-cell;
  }
}
header {
  background:#0072c0;
  height:32px;
}
header .header_in {
  color:white;
}
header .header_in .number {
  color:white;
  font-family:'Source Sans Pro', sans-serif;
  position:absolute;
  top:4px;
  right:15px;
}
header .header_in .number img {
  margin-top:-2px;
  width:12px;
}
@media screen and (min-width:768px) {
  header .header_in .number {
    display:none;
  }
}
header .header_in {
  position:relative;
}
header .header_in .w_33 {
  text-align:center;
  float:none;
  margin:0px auto;
  width:calc(100% / 3);
}
header .header_in .w_33.w_last {
  text-align:right;
}
header .header_in .w_33.w_last .usp {
  padding-right:0px;
}
header .header_in .w_33 .lang {
  padding-top:6px;
}
header .header_in .w_33 .lang span {
  float:left;
}
header .header_in .w_33 .lang ul {
  margin-top:-4px;
  display:inline-block;
  float:none;
}
header .header_in .w_33 .usp {
  display:none;
  padding-top:6px;
}
header .header_in .w_33 span {
  font-size:14px;
  display:none;
}
@media screen and (min-width:768px) {
  header .header_in .w_33 {
    float:left;
  }
  header .header_in .w_33:first-child {
    text-align:left;
  }
  header .header_in .w_33 .usp {
    display:block;
  }
  header .header_in .w_33 span {
    display:block;
  }
}
.language-chooser.language-chooser-image.qtranxs_language_chooser {
  float:right;
  list-style:none;
}
.language-chooser.language-chooser-image.qtranxs_language_chooser li {
  float:left;
}
.language-chooser.language-chooser-image.qtranxs_language_chooser li.active img {
  opacity:1!important;
}
.navi {
  box-shadow:0 5px 5px 0 rgba(0, 0, 0, 0.41);
  background:#fff;
}
.logo {
  float:left;
  margin:10px 20px 0 0;
  position:absolute;
  z-index:9;
  left:10px;
  top:-10px;
}
.logo img {
  width:96px;
}
@media screen and (min-width:768px) {
  .logo {
    top:30px;
  }
  .logo img {
    width:135px;
  }
}
@media screen and (min-width:1151px) {
  .logo {
    top:32px;
  }
  .logo img {
    width:auto;
  }
}
.navi nav {
  position:relative;
  width:100%;
  zoom:1;
}
.navi nav:before,
.navi nav:after {
  content:"";
  display:table;
}
.navi nav:after {
  clear:both;
}
@media screen and (min-width:768px) {
  .navi nav .menu_toggler .m_active {
    padding-left:135px;
  }
}
.navi nav #menu-main-menue {
  margin-left:15px;
}
@media screen and (min-width:768px) {
  .navi nav #menu-main-menue {
    margin-left:147px;
  }
}
@media screen and (min-width:1151px) {
  .navi nav #menu-main-menue {
    float:right;
    margin-left:0px;
  }
}
.navi nav .phone {
  position:absolute;
  left:190px;
  top:8px;
  display:none;
}
.navi nav .phone .number {
  color:#0072c0;
  font-weight:bold;
  font-family:'Source Sans Pro', sans-serif;
  font-size:27px;
}
.navi nav .phone .subtext {
  color:#0072c0;
  font-size:12px;
}
@media screen and (min-width:1151px) {
  .navi nav .phone {
    display:block;
  }
}
.shop_nav {
  float:right;
  display:table;
}
.shop_nav a {
  float:left;
  margin-left:20px;
  margin-top:20px;
  font-size:13px;
  font-weight:100;
  color:#444444;
  position:relative;
}
.shop_nav a:hover img {
  opacity:1;
}
.shop_nav a img {
  display:block;
  margin:0 auto 5px;
  opacity:0.5;
}
.shop_nav a:last-of-type img {
  margin:0 auto 8px;
}
.shop_nav a span {
  background:#0072c0;
  border-radius:50px;
  color:#fff;
  font-size:14px;
  font-weight:600;
  height:25px;
  line-height:24px;
  position:absolute;
  right:4px;
  text-align:center;
  top:-14px;
  transform:scale(0.7);
  width:25px;
  transition:all .3s ease;
}
.shop_nav a:hover span {
  background:#f90;
  color:#fff;
}
#start {
  overflow:auto;
}
#start .slider {
  background-image:url(../img/bg_slider-small.png);
  position:relative;
  padding:9.6vh 5vw;
  background-size:contain;
  background-position:center top;
  background-repeat:no-repeat;
  background-color:#f0f4f7;
}
@media screen and (min-width:500px) {
  #start .slider {
    background-image:url(../img/bg_slider-medium.png);
  }
}
@media screen and (min-width:1000px) {
  #start .slider {
    background-image:url(../img/bg_slider.png);
  }
}
#start .slider .slider_in {
  max-width:none;
  text-align:right;
  margin-top:40vw;
}
#start .slider .slider_in .intro-text {
  color:#023c64;
  max-width:510px;
  box-sizing:content-box;
  display:inline-block;
  width:100%;
}
#start .slider .slider_in .intro-text .headline {
  font-size:20px;
  text-align:left;
  font-weight:bold;
}
#start .slider .slider_in .intro-text .quote {
  font-style:italic;
  margin:2vh 0px;
  font-size:18px;
  text-align:left;
}
#start .slider .slider_in .intro-text .reference {
  font-size:14px;
  text-align:left;
}
#start .slider .slider_in .intro-text img {
  margin-top:40px;
  max-width:500px;
  width:100%;
}
#start .slider .slider_in .intro-text p {
  margin-top:20px;
}
#start .slider .slider_in .intro-text p strong a {
  border:none;
}
@media screen and (min-width:540px) {
  #start .slider {
    background-size:cover;
    background-position:center center;
  }
  #start .slider .slider_in {
    margin-top:0px;
  }
  #start .slider .slider_in .intro-text .headline {
    font-size:30px;
  }
  #start .slider .slider_in .intro-text .quote {
    font-size:24px;
  }
  #start .slider .slider_in .intro-text .reference {
    font-size:20px;
  }
  #start .slider .slider_in .intro-text p {
    margin-top:-3vh;
  }
}
.reason {
  display:table;
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
  overflow:hidden;
  margin-bottom:25px;
  height:40px;
  margin-left:-110px;
}
.reason:first-of-type {
  margin-top:40px;
}
.reason:not(.season) span img {
  margin-top:5px;
}
.reason:not(.season) span:first-of-type {
  background:#ffa800;
  padding:10px 9px;
  display:block;
  float:left;
  border:1px solid #ffa800;
}
.reason span:last-of-type {
  border-bottom-right-radius:10px;
  background:#fff;
  color:#0071bb;
  font-size:22px;
  padding:8px 10px;
  display:block;
  float:right;
  border:1px solid #fff;
  transition:all .3s ease;
}
.reason:hover span:last-of-type {
  background:#0072c0;
  color:#fff;
  border:1px solid #0072c0;
}
.reason.season img {
  margin:-3px -6px 0 0;
}
.reason.season span:last-of-type {
  border-top-left-radius:10px;
}
.slider_in .w_50.w_last {
  position:relative;
}
.video_button {
  left:-110px;
  bottom:-232px;
  position:absolute!important;
}
.whitee {
  color:#fff!important;
}
.slider_in a:hover .whitee {
  color:#0072c0!important;
}
.shop {
  background:#f5f6f8;
  box-shadow:0px -18px 20px -18px rgba(0, 0, 0, 0.5) inset;
  padding:20px 0 50px;
}
.content_in {
  margin-top:20px;
  position:relative;
}
.content_in .blogcontent {
  position:relative;
  border:solid 20px rgba(255, 255, 255, 0.6);
  background:#fff;
}
@media screen and (min-width:1151px) {
  .content_in .blogcontent.float-left {
    float:left;
    width:calc(100% - 340px);
  }
}
.content_in .article-box {
  background-color:white;
  color:#444444;
  -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.25);
  padding:10px;
  margin-bottom:20px;
}
.content_in .article-box .price {
  font-size:12px;
  margin-top:12px;
  text-align:center;
}
.content_in .article-box .product-link {
  margin-right:0px;
}
.content_in .article-box .product-link a {
  margin-right:0px;
}
.content_in .article-box.mobile .btn-wrapper {
  text-align:center;
  margin-top:15px;
  margin-bottom:10px;
}
.content_in .article-box.mobile .article-name {
  text-align:center;
}
.content_in .article-box.mobile .usps {
  max-width:240px;
  margin:0px auto;
}
@media screen and (min-width:600px) {
  .content_in .article-box.mobile .img-wrapper {
    float:left;
    width:60%;
  }
  .content_in .article-box.mobile .details-wrapper {
    float:right;
    width:40%;
    margin-top:1vw;
  }
  .content_in .article-box.mobile .details-wrapper .article-name {
    text-align:left;
  }
  .content_in .article-box.mobile .details-wrapper .usps {
    max-width:none;
  }
  .content_in .article-box.mobile .details-wrapper .price {
    text-align:left;
  }
  .content_in .article-box.mobile .details-wrapper .btn-wrapper {
    text-align:left;
  }
}
.content_in .article-box.fixed {
  opacity:0;
  width:317px;
  position:absolute;
  right:0px;
  top:82px;
  padding:20px;
}
.content_in .article-box.fixed .price {
  float:right;
}
.content_in .article-box.fixed .product-link {
  float:right;
  margin-top:20px;
}
.content_in .article-box.fixed .product-link a {
  margin:0px;
}
@media screen and (min-width:1151px) {
  .content_in .article-box.fixed {
    opacity:1;
    display:block;
  }
}
@media screen and (min-width:1151px) {
  .content_in .article-box {
    display:none;
  }
}
.content_in .article-box .article-name {
  font-weight:bold;
  font-size:20px;
  margin:5px 0px 12px 0px;
  font-family:'Source Sans Pro', sans-serif;
}
.content_in .article-box .usps {
  padding-right:5px;
}
.content_in .article-box .usps span.tick {
  font-weight:bold;
  color:green;
}
.content_in .article-box .price .amount {
  font-size:30px;
  font-weight:bold;
}
.title_ext {
  padding:10px;
  background:#8dd8f8;
  border-bottom-left-radius:10px;
  border-top-right-radius:10px;
  margin-bottom:20px;
}
.title_ext h1 {
  color:#0072c0;
}
.title_ext h2 {
  margin-bottom:0;
  color:#0072c0;
}
.sidebar {
  margin-top:165px;
  background:#fff;
  padding:20px;
}
.sidebar .kachel {
  margin-bottom:10px;
  float:left;
  width:100%;
  border:1px solid #efefef;
}
.sidebar .kachel img {
  width:100%;
  height:auto;
}
.sidebar .kachel span {
  display:block;
  width:100%;
  background:#ffa800;
  transition:all .3s ease;
}
.sidebar .kachel span span {
  background:#ffa800;
  color:#fff;
  margin:0 auto;
  display:table;
  width:auto;
  padding:5px 15px;
  transition:all .3s ease;
}
.sidebar .kachel:hover span span,
.sidebar .kachel:hover span {
  background:#0072c0;
}
.sidebar .headline {
  margin:20px 0 0;
  float:left;
  width:100%;
}
.sidebar .headline p {
  font-size:20px;
  text-align:center;
  color:#555555;
  margin:0;
}
.sidebar .blog_link {
  border-bottom:1px solid #efefef;
  float:left;
  padding-bottom:15px;
  padding-top:15px;
  opacity:0.7;
  transition:all .3s ease;
  width:100%;
}
.sidebar .blog_link:hover {
  opacity:1;
}
.sidebar .blog_link:first-of-type {
  padding-top:0;
}
.sidebar .blog_link:last-of-type {
  border-bottom:0px solid #fff;
  padding-bottom:0;
}
.sidebar .blog_link .w_33 {
  background-position:center center;
  background-size:cover;
}
.sidebar .blog_link img {
  width:100%;
  height:auto;
}
.sidebar .blog_link .w_66 p:first-of-type {
  margin:0;
  color:#0072c0;
  font-size:16px;
  font-weight:900;
  line-height:16px;
}
.sidebar .blog_link .w_66 p:nth-of-type(2) {
  margin:0;
  color:#999999;
  font-size:13px;
  font-weight:100;
}
.sidebar .blog_link .w_66 p:last-of-type {
  margin:0;
  color:#555;
  font-size:14px;
}
.shopheader.flex3.product_slider_area {
  padding-top:180px;
  background-image:none;
}
.link_box {
  border:1px solid #efefef;
  display:table;
  float:left;
  margin:0 20px 20px 0;
  padding:15px;
}
.single .link_box {
  margin-right:0!important;
  max-width:none;
}
.link_box a {
  display:block;
  color:#0072c0;
}
.breadcrump {
  background:#d6effe;
  color:#333333;
  font-size:14px;
  font-weight:100;
  padding:15px 20px;
  margin-bottom:20px;
}
.breadcrump a {
  color:#0072c0;
  font-size:14px;
  font-weight:100;
}
.category_wrapper {
  background:#fff;
  width:100%;
  float:left;
}
.category_wrapper ul {
  list-style:none;
  padding:11px 20px;
  border-left:1px solid #efefef;
  border-right:1px solid #efefef;
  border-bottom:1px solid #efefef;
}
.category_wrapper ul li {
  border-bottom:1px solid #f2f2f2;
}
.category_wrapper ul li:last-of-type {
  border-bottom:0px solid #f2f2f2;
}
.category_wrapper ul li a {
  color:#444444;
  font-size:18px;
  font-weight:100;
  margin:0;
  padding:9px 0;
  line-height:16px;
  display:block;
}
.category_wrapper ul li:hover a {
  color:#0072c0;
}
.category_header {
  background:#0072c0;
  padding:20px 15px;
}
.category_header p {
  color:#fff;
  font-size:20px;
  font-weight:200;
  margin:0;
  line-height:20px;
}
.archive.woocommerce-page .flex5.w_25.pad_top {
  margin-top:150px;
}
footer {
  background:#f5f6f8;
  padding:25px 0 15px;
  border-bottom:8px solid #0072c0;
}
.footer_in .social_wrapper {
  max-width:120px;
}
.footer_in .social {
  background:#0072c0;
  float:left;
  margin-right:5px;
  margin-bottom:5px;
  transition:all .3s ease;
  padding:5px;
}
.footer_in .social:hover {
  background:#ff9600;
}
.footer_in aside {
  width:25%;
  float:left;
}
.footer_in a,
.footer_in img {
  display:block;
}
.footer_in .footer_headline {
  font-size:20px;
  font-weight:100;
  color:#555555;
  margin:0 0 15px;
}
.footer_in a {
  color:#0073c0;
  font-size:16px;
  font-weight:100;
}
.footer_in a:hover {
  color:#ff9600;
}
.item_module {
  min-height:100%;
  width:25%;
  padding:10px;
  background-color:blue;
}
.button_wrapper {
  display:table;
  margin:0 auto;
  float:none;
}
.button {
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
  overflow:hidden;
  float:left;
  font-size:25px;
  padding:2px 20px;
  position:relative;
  margin-right:25px;
}
.button:last-of-type {
  margin-right:0;
}
.button span {
  font-weight:900;
  color:#ff9600;
}
.button b {
  font-weight:400;
  position:relative;
  top:-2px;
}
.button.blue {
  background:#0072c0;
  color:#fff;
  border:1px solid #fff;
  transition:all .3s ease;
}
.button.blue:hover {
  background:#fff;
  color:#0072c0;
}
.button.blue2white {
  background:#0072c0;
  color:#ffffff;
  border:1px solid #0072c0;
  transition:all .3s ease;
}
.button.blue2white:hover,
.product_slider_item:hover .button.blue2white {
  background:#fff;
  color:#444444;
  border:1px solid #ff9600;
}
.button.icon {
  padding-left:60px;
}
.button.icon:before,
.button.icon:after {
  position:absolute;
  transition:all .3s ease;
}
.button.icon:hover:after,
.product_slider_item:hover .button.icon:after {
  opacity:0;
}
.button.blue.icon_cart:after {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_white.png);
}
.button.blue.icon_cart:before {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_blue.png);
}
.button.blue2white.icon_cart:after {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_white.png);
}
.button.blue2white.icon_cart:before {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_orange.png);
}
.button.blue.icon_search:after {
  display:block;
  content:" ";
  width:19px;
  height:19px;
  top:11px;
  left:24px;
  background-image:url(../img/icon_search_white.png);
}
.button.blue.icon_search:before {
  display:block;
  content:" ";
  width:19px;
  height:19px;
  top:11px;
  left:24px;
  background-image:url(../img/icon_search_blue.png);
}
.button.white.icon_cart:after {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_orange.png);
}
.button.white.icon_cart:before {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_white.png);
}
.button.end {
  display:table;
  float:none;
  margin-top:20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
li,
a {
  font-family:'Source Sans Pro', sans-serif;
}
h1 {
  font-size:12px;
  font-weight:100;
  color:#999;
  margin:0 0 -3px;
}
h2 {
  font-size:20px;
  font-weight:600;
  color:#0072c0;
  margin:0 0 20px;
}
h3 {
  font-weight:500;
  color:#0072c0;
  font-size:25px;
  margin:10px 0;
}
p,
.wpcf7 span {
  font-size:18px;
  color:#444444;
  margin:0 0 20px;
  font-weight:400;
}
a {
  text-decoration:none;
  color:#0072c0;
}
a:hover {
  color:#ff9600;
}
a.res_in {
  display:none;
}
strong a,
b a,
.end_button {
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
  overflow:hidden;
  font-size:25px;
  padding:2px 20px!Important;
  position:relative;
  margin-right:25px;
  background:#0072c0;
  color:#fff!Important;
  border:1px solid #fff;
  transition:all .3s ease;
}
strong a:hover,
b a:hover,
.end_button:hover {
  color:#ff9600!important;
}
.end_button {
  display:table;
  margin-top:15px;
}
.vid_icon {
  margin:-5px 10px 0 0;
  width:27px;
}
.content_text {
  font-weight:100;
}
.fake_h2 {
  font-size:20px;
  font-weight:600;
  color:#0072c0;
  margin:0 0 20px;
  text-align:center;
}
.blog_article .table_col p:first-of-type {
  font-size:20px;
  font-weight:600;
  color:#0072c0;
  margin:0px;
}
.blog_article .table_col p:nth-of-type(2) {
  font-size:12px;
  font-weight:100;
  color:#999999;
  margin:0px;
}
.blog_article:hover .table_col p {
  color:#fff!important;
}
.wc-terms-and-conditions {
  color:red;
  font-size:17px;
  font-weight:800;
}


.menu_toggler {
  font-size:26px;
  font-weight:bold;
  padding:15px 15px 10px 10px;
  color:#0072c0;
  background-color:#fff;
  margin:0 10px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.menu_toggler:hover {
  cursor:pointer;
}
@media screen and (min-width:1151px) {
  .menu_toggler {
    display:none;
  }
}
.vis {
  max-height:1000px !important;
}
.exist {
  display:block;
}
.non_exist {
  display:none;
}
.nav {
  -webkit-transition:max-height 0.75s ease-out;
  
  -moz-transition:max-height 0.75s ease-out;
  
  -o-transition:max-height 0.75s ease-out;
  
  transition:max-height 0.75s ease-out;
  
}

.nav_hor {
  list-style:none;
  background:#1a1917;
  padding:0px;
  margin:0px;
}
.nav_hor a:active,
.nav_hor a:visited {
  color:#fff;
}
.nav_hor:after {
  clear:both;
  content:" ";
  display:block;
  font-size:0;
  height:0;
  visibility:hidden;
}
.nav_hor,
.nav_hor li {
  background-color:transparent;
}
.nav_hor li {
  list-style:none;
  float:left;
  transition:all 0.4s;
}
.nav_hor li a {
  text-decoration:none;
  display:block;
  padding:10px;
  font-size:20px;
  color:#444444!important;
  font-weight:100;
  -webkit-transition:background 0.3s ease-out 0s;
  -moz-transition:background 0.3s ease-out 0s;
  -o-transition:background 0.3s ease-out 0s;
  transition:background 0.3s ease-out 0s;
}
.nav_hor li.hover > a,
.current-menu-item a {
  color:#0072c0!important;
}
.nav_hor li ul li a {
  text-decoration:none;
  display:block;
  color:#fff !important;
  background-position:0px 4px;
  padding:5px 23px;
}
.nav_hor li.hover > ul {
  visibility:visible;
  opacity:1;
  margin-top:0;
}
.nav_hor li ul {
  display:inline;
  visibility:hidden;
  position:absolute;
  padding:0px;
  opacity:0;
  transition:all .3s ease;
  margin-top:10px;
}
.nav_hor li ul li {
  float:none;
  border:none;
  background-color:#fff;
}
.nav_hor li ul li a {
  color:#555555!important;
}
.nav_hor li ul li.hover > a {
  color:#0072c0!important;
  background-repeat:no-repeat;
  background-position:5px 4px;
}
.nav_hor li ul li.hover {
  background-color:#fff;
}
.nav_hor li ul li ul li {
  float:none;
  border:none;
  background-color:#abcc26;
}
.nav_hor li ul li ul li.hover {
  color:#fff;
  background-color:#444444!important;
  background-repeat:no-repeat;
  background-position:5px 4px;
}
.nav_hor li ul li ul li a {
  padding:5px 10px;
}
.deeplink {
  position:relative;
}
.deeplink ul {
  left:100%;
  top:0;
  border:0!important;
}


.sec_nav {
  display:inline;
  list-style:none;
}
.sec_nav li {
  float:left;
  background-color:#fff;
  -webkit-transition:background 0.3s ease-out 0s;
  -moz-transition:background 0.3s ease-out 0s;
  -o-transition:background 0.3s ease-out 0s;
  transition:background 0.3s ease-out 0s;
}
.sec_nav li:hover {
  background-color:#ebebeb;
}
.sec_nav li:hover > a {
  color:green;
}
.sec_nav li a {
  padding:5px 15px;
  color:black;
  text-decoration:none;
  -webkit-transition:all 1s ease-out 0s;
  -moz-transition:all 1s ease-out 0s;
  -o-transition:all 1s ease-out 0s;
  transition:all 1s ease-out 0s;
}


.w_100 {
  width:100%;
  float:left;
}
.w_80 {
  width:79.7%;
  float:left;
  margin-right:1.5px;
}
.w_75 {
  width:74.5%;
  float:left;
  margin-right:1.5px;
}
.w_66 {
  width:66.166666667%;
  float:left;
  margin-right:1.5%;
}
.w_60 {
  width:59.4%;
  float:left;
  margin-right:1.5%;
}
.w_50 {
  width:49.25%;
  float:left;
  margin-right:1.5%;
}
.w_33 {
  width:32.33333333%;
  float:left;
  margin-right:1.5%;
}
.w_25 {
  width:23.875%;
  float:left;
  margin-right:1.5%;
}
.w_20 {
  width:18.8%;
  float:left;
  margin-right:1.5%;
}
.w_last {
  margin-right:0;
  float:right;
}
.w_clear {
  clear:both;
}


.box_center {
  margin:0 auto;
}
div:after,
section:after,
article:after,
aside:after,
.clearer:after {
  content:".";
  display:block;
  clear:both;
  font-size:0;
  height:0;
  visibility:hidden;
}
.test-size {
  min-height:200px;
}

.cbp-fwslider {
  position:relative;
  margin:0 0 10px;
  overflow:hidden;
  padding:80px 0 160px;
}
.cbp-fwslider ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
.cbp-fwslider ul li {
  transform:translateZ(0);
  float:left;
  display:block;
  margin:0;
  padding:0;
}
.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
  display:block;
  text-align:center;
  outline:none;
}
.cbp-fwslider ul li > a img {
  border:none;
  display:block;
  margin:0 auto;
  max-width:75%;
}
.cbp-fwslider nav span {
  position:absolute;
  top:50%;
  width:26px;
  height:46px;
  margin-top:-23px;
  cursor:pointer;
  font-weight:normal;
  color:transparent;
  opacity:0.8;
}
.cbp-fwslider nav span:hover {
  opacity:1;
}
.cbp-fwslider nav span.cbp-fwnext {
  right:0px;
  background:url(../img/icon_pc_next.jpg);
}
.cbp-fwslider nav span.cbp-fwprev {
  left:0px;
  background:url(../img/icon_pc_back.jpg);
}
.cbp-fwdots {
  position:absolute;
  bottom:80px;
  white-space:nowrap;
  text-align:center;
  width:100%;
}
.cbp-fwdots span {
  display:inline-block;
  width:15px;
  height:15px;
  background:#e6e7e9;
  margin:4px;
  cursor:pointer;
}
.cbp-fwdots span:hover {
  background:#0072c0;
}
.cbp-fwdots span.cbp-fwcurrent {
  background:#0072c0;
}
.bg_sliding {
  position:relative;
}
.bg_sliding > div {
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  z-index:-1;
  opacity:0;
  transition:all .3s ease;
  background-position:center center;
  background-size:cover;
}
.bg_sliding > div.ac {
  opacity:1;
}
.shopsite .slider {
  background:none;
}
.shopsite .content.shop,
.blogsite .content {
  background-color:transparent;
}
body.shopsite,
body.blogsite {
  background-image:url(../img/shopslider.jpg);
  background-position:top center;
  background-size:100% auto;
  background-color:#f5f6f8;
  background-repeat:no-repeat;
  background-attachment:scroll;
}
.bg_img {
  background-size:120% auto;
  background-position:center center;
  background-repeat:no-repeat;
  transition:all .3s ease;
}
.blog_article {
  padding:20px;
  background:rgba(255, 255, 255, 0.6);
  transition:all .3s ease;
  margin-bottom:20px;
}
.blog_article:last-of-type {
  margin-bottom:0;
}
.blog_article:hover {
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.blog_article:hover .bg_img {
  background-size:150% auto;
}
.blog_article .table_col {
  padding:3vw;
  background-color:#fff;
}
.blog_article:hover .table_col {
  background-color:#0072c0;
}
.blogcontent p:first-of-type {
  margin-top:0;
}
.blogcontent p:last-of-type {
  margin-bottom:0;
}
.bloglist {
  position:relative;
}
.bloglist .top-info-box {
  background-color:white;
  padding:10px;
  margin-bottom:20px;
}
.bloglist .top-info-box ul {
  padding:0px 30px 20px;
}
.bloglist .top-info-box img {
  float:none;
  display:block;
}
@media screen and (min-width:600px) {
  .bloglist .top-info-box img {
    float:left;
  }
}
.blog_thumb {
  float:left;
  margin-bottom:5%;
  margin-right:5%;
  width:45%;
  background-size:cover;
  background-position:center center;
  border:1px solid #efefef;
}
.blog_thumb img {
  opacity:0;
  width:100%;
}


.woocommerce form input.button.blue2white[name="apply_coupon"],
.woocommerce form input.button.blue2white[name="update_cart"] {
  background-color:gray;
  border-color:gray;
}
.woocommerce form input.button.blue2white[name="apply_coupon"]:hover,
.woocommerce form input.button.blue2white[name="update_cart"]:hover {
  background-color:transparent;
}
.woocommerce .wc-proceed-to-checkout a.woo.button.blue2white {
  font-size:22px;
  float:right;
}
.woocommerce .wc-proceed-to-checkout #pay_with_amazon {
  float:right;
  margin-top:20px;
}
@media screen and (min-width:450px) {
  .woocommerce .wc-proceed-to-checkout #pay_with_amazon {
    float:left;
    margin-top:0px;
  }
}
.woocommerce .quantity .qty {
  width:50px;
  height:37px;
  margin-right:4px;
  font-size:20px;
  padding-left:5px;
  text-align:center;
}
.woocommerce .product form.cart .button {
  font-size:16px !important;
  margin:0px !important;
  padding-left:10px;
}
.woocommerce .product form.cart .button:before {
  display:none;
}
.woocommerce .product form.cart .button:after {
  display:none;
}
.woocommerce form .form-row .input-checkbox#legal {
  display:none;
}
.woocommerce form .form-row .woocommerce-gzd-legal-checkbox-text {
  color:black !important;
}
button.button,
.woo.button,
.wc-gzd-place-order #place_order {
  border-top-left-radius:10px!important;
  border-bottom-right-radius:10px!important;
  overflow:hidden;
  float:left;
  font-size:25px;
  padding:7px 20px;
  position:relative;
  margin-right:25px;
  margin-left:10px;
}
button.button:last-of-type,
.woo.button:last-of-type,
.wc-gzd-place-order #place_order:last-of-type {
  margin-right:0;
}
button.button span,
.woo.button span {
  font-weight:900;
  color:#ff9600;
}
button.button b,
.woo.button b {
  font-weight:400;
  position:relative;
  top:-2px;
}
button.button.blue,
.woo.button.blue {
  background:#0072c0;
  color:#fff;
  border:1px solid #fff;
  transition:all .3s ease;
}
button.button.blue:hover,
.woo.button.blue:hover {
  background:#fff;
  color:#0072c0;
}
button.button.blue2white,
.woo.button.blue2white,
.wc-gzd-place-order #place_order {
  background:#0072c0;
  color:#ffffff;
  border:1px solid #0072c0;
  transition:all .3s ease;
}
button.button.blue2white:hover,
.product_slider_item:hover .button.blue2white,
.woo.button.blue2white:hover,
.wc-gzd-place-order #place_order:hover {
  background:#fff;
  color:#444444;
  border:1px solid #ff9600;
}
button.button.icon {
  padding-left:60px;
}
button.button.icon:before,
.button.icon:after {
  position:absolute;
  transition:all .3s ease;
}
button.button.icon:hover:after,
.product_slider_item:hover .button.icon:after {
  opacity:0;
}
button.button.blue.icon_cart:after {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_white.png);
}
button.button.blue.icon_cart:before {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_blue.png);
}
button.button.blue2white.icon_cart:after {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_white.png);
}
button.button.blue2white.icon_cart:before {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_orange.png);
}
button.button.blue.icon_search:after {
  display:block;
  content:" ";
  width:19px;
  height:19px;
  top:11px;
  left:24px;
  background-image:url(../img/icon_search_white.png);
}
button.button.blue.icon_search:before {
  display:block;
  content:" ";
  width:19px;
  height:19px;
  top:11px;
  left:24px;
  background-image:url(../img/icon_search_blue.png);
}
button.button.white.icon_cart:after {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_orange.png);
}
button.button.white.icon_cart:before {
  display:block;
  content:" ";
  width:21px;
  height:18px;
  top:11px;
  left:20px;
  background-image:url(../img/icon_cart_white.png);
}
.woocommerce-message .button.wc-forward {
  border-top-left-radius:10px !important;
  border-bottom-right-radius:10px !important;
  overflow:hidden!important;
  float:left!important;
  font-size:25px!important;
  padding:7px 20px!important;
  position:relative!important;
  margin-right:25px!important;
  margin-left:10px!important;
  background:#0072c0!important;
  color:#fff!important;
  border:1px solid #fff!important;
  transition:all .3s ease!important;
}
.woocommerce-message .button.wc-forward:hover {
  color:#ff9600!important;
}
.woo.button {
  margin-right:10px!important;
}
h1.product_title.entry-title {
  font-size:24px;
  color:#0072c0;
  font-weight:600;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  line-height:28px;
  color:#77a464;
  font-size:40px;
  font-weight:900;
  margin:0;
  position:relative;
}
.product p.wc-gzd-additional-info {
  color:#999999;
  font-size:12px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin:0;
}
#review_form_wrapper input,
#review_form_wrapper textarea,
.login input,
.woocommerce-Input.woocommerce-Input--text.input-text,
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select,
.woocommerce-billing-fields input,
.woocommerce-billing-fields select,
.woocommerce-shipping-fields input,
.woocommerce-shipping-fields select,
.shop_table.shop_table_responsive input,
.shop_table.shop_table_responsive select {
  color:#555555;
  padding:5px 10px;
  border:1px solid #cccccc;
}
#review_form_wrapper input:focus,
#review_form_wrapper textarea:focus,
.login input:focus,
.woocommerce-Input.woocommerce-Input--text.input-text:focus,
.woocommerce-MyAccount-content input:focus,
.woocommerce-billing-fields input:focus,
.woocommerce-shipping-fields input:focus,
.shop_table.shop_table_responsive input:focus {
  color:#0072c0;
}
.coupon input.woo,
input.woo[name="update_cart"] {
  padding:10px 18px;
}
.coupon input.woo:focus,
input.woo[name="update_cart"]:focus {
  color:#fff!Important;
}
.woocommerce form .form-row .required {
  color:#0072c0;
}
.woocommerce-Address header,
.woocommerce:not(body) header {
  background:transparent;
  height:auto;
}
header a.edit {
  font-size:12px;
  margin-left:10px;
  margin-top:26px;
  float:left!important;
}
#coupon_code {
  margin-right:10px;
  padding:10px 6px;
  width:121px;
}
h1.page-title {
  display:none;
}
.woocommerce-result-count {
  font-size:14px;
  color:#666666;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom:1px solid #f2f2f2;
}
.woocommerce-MyAccount-navigation ul li:last-of-type {
  border-bottom:0 solid #fff;
}
.woocommerce-MyAccount-navigation ul li a {
  color:#999999;
  display:block;
  font-size:18px;
  font-weight:100;
  line-height:16px;
  margin:0;
  padding:9px 0;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color:#0072c0;
}
.flex5.w_25.pad_top {
  margin-top:150px;
}
.product_slider_item.solo {
  border:1px solid #efefef;
}
.product_slider_item.solo p:last-of-type {
  color:#ff9600;
  font-size:18px;
  font-weight:400;
  margin:15px 0 10px;
  text-align:center;
}
.price.exists {
  position:relative;
}
.droplet {
  bottom:21px;
  color:#999999;
  display:block;
  font-size:80%;
  left:0;
  position:absolute;
  right:0;
  width:100%;
}
.single-product .flex4 {
  display:none;
}
.single-product .droplet {
  position:static;
  font-size:50%;
}
.single-product .related.products .droplet {
  position:absolute;
  top:-20px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity:1;
  margin-left:5px;
}
.wc-gzd-sale-price-label.wc-gzd-sale-price-regular-label {
  font-weight:900;
  color:#0072c0;
}
ins {
  text-decoration:none;
}
.single-product small.woocommerce-price-suffix,
.sku_wrapper,
.tagged_as {
  display:none;
}
.wc-gzd-sale-price-label.wc-gzd-sale-price-regular-label {
  font-size:50%;
}
.product p.wc-gzd-additional-info {
  margin-top:10px;
}
.product_meta {
  font-size:70%;
}
.woocommerce span.onsale {
  background:#f90;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color:#f90;
}
.woocommerce .star-rating span {
  font-family:star!important;
}
.cross-sells .product_slider_item p:nth-of-type(2) {
  display:none;
}
.cross-sells .product_slider_item p:first-of-type {
  height:49px;
}
.cross-sells .price.exists {
  margin-bottom:10px;
  display:block;
}
.gratis_kachel {
  border:1px solid #efefef;
  transition:all .3s ease;
}
.gratis_kachel:hover {
  box-shadow:0 0 10px rgba(0, 0, 0, 0.7);
}
.content .gratis_kachel {
  width:350px;
}
.flex5 .gratis_kachel {
  float:left;
  margin-top:20px;
  width:100%;
}
.flex5 .gratis_kachel.emese {
  margin-top:0;
  margin-bottom:20px;
}
.woocommerce .star-rating span::before {
  color:#f90;
}
.check_out {
  margin-bottom:10px;
  width:100%;
}
.woocommerce .product .thumbnails a.zoom {
  float:left!important;
  margin-bottom:1.8%!important;
  margin-right:1.8%!important;
  width:14.865%!important;
}

.input-checkbox {
  transform:scale(1);
  margin:0 5px;
}
.single-product .price {
  margin-top:5px !important;
}
article.main_content .woocommerce .woocommerce-form-coupon-toggle,
article.main_content .woocommerce .woocommerce-form-login-toggle,
article.main_content .woocommerce .wc-amazon-checkout-message,
article.main_content .woocommerce .woocommerce-form-login {
  display:none;
}
@media screen and (min-width:800px) {
  article.main_content .woocommerce .woocommerce-form-coupon-toggle,
  article.main_content .woocommerce .woocommerce-form-login-toggle,
  article.main_content .woocommerce .wc-amazon-checkout-message,
  article.main_content .woocommerce .woocommerce-form-login {
    display:block;
  }
}
article.main_content .tripple_kachel {
  width:100%;
  display:table;
}
article.main_content .tripple_kachel .product_slider_item {
  width:32.33333333%;
  float:left;
  margin-right:1.5%;
}
article.main_content .tripple_kachel .product_slider_item:last-of-type {
  margin-right:0;
  float:right;
}
.summary.entry-summary ul {
  margin-bottom:20px;
  margin-left:15px;
}
.summary.entry-summary {
  background:rgba(255, 255, 255, 0.9);
  padding:35px;
  border:1px solid #efefef;
}
.woocommerce .page-description {
  display:none;
}
.cart-collaterals .cross-sells .product_slider_item {
  width:48.333%;
  box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.25);
  margin-right:1.5%!important;
  float:left!important;
}
.cart-collaterals .cross-sells .product_slider_item p:first-of-type {
  height:68px;
  font-size:14px;
}
.cart-collaterals .cross-sells .wc-gzd-sale-price-label.wc-gzd-sale-price-regular-label,
.cart-collaterals .cross-sells .droplet {
  display:none;
}
.cart-collaterals .cross-sells .product_slider_item .button {
  font-size:15px!important;
  padding-top:7px;
}
.woocommerce-checkout #billing_address_2 {
  display:none;
}

.alignleft {
  float:left;
}
.alignright {
  float:right;
}
.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
figure.wp-caption.alignleft,
img.alignleft {
  margin:5px 20px 5px 0;
}
.wp-caption.alignleft {
  margin:5px 10px 5px 0;
}
figure.wp-caption.alignright,
img.alignright {
  margin:5px 0 5px 20px;
}
.wp-caption.alignright {
  margin:5px 0 5px 10px;
}
img.aligncenter {
  margin:5px auto;
}
img.alignnone {
  margin:5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color:#444444;
  font-size:14px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
  float:right;
}
div.wp-caption.alignright .wp-caption-text {
  padding-left:10px;
}
img.wp-smiley,
.rsswidget img {
  border:0;
  border-radius:0;
  box-shadow:none;
  margin-bottom:0;
  margin-top:0;
  padding:0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position:inside;
}

.wpcf7 input,
.wpcf7 select {
  height:45px;
}
.wpcf7-list-item input {
  height:auto;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  border:1px solid #ccc;
  border-radius:4px;
  box-shadow:0 1px 3px #ddd inset;
  box-sizing:border-box;
  display:inline-block;
  padding:0.5em 0.6em;
  vertical-align:middle;
  width:100%;
  margin-bottom:10px!important;
}
span.wpcf7-list-item {
  display:block;
  float:left;
  margin-left:0.5em;
  width:100%;
}
.wpcf7-list-item,
.wpcf7-list-item span {
  margin:0!important;
}
span.wpcf7-list-item {
  display:block;
  float:left;
  margin-left:0.5em;
  width:100%;
}
.wpcf7-list-item input {
  display:block;
  float:left;
  width:auto;
  margin:5px 10px 0 0;
}
.wpcf7-list-item span {
  display:inline;
  float:left;
}
.wpcf7 p {
  margin-bottom:10px!important;
}
.wpcf7 input.wpcf7-submit {
  background:#0072c0;
  transition:all .3s ease;
  border:0;
  color:#fff;
  font-size:18px;
  font-weight:400;
  width:auto;
  display:table;
  padding:10px 25px;
  float:left;
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
}
.wpcf7 input.wpcf7-submit:hover {
  background:#ffa800;
}

.post-ratings {
  padding-top:25px;
}
.post-ratings img {
  width:30px;
}
.post-ratings-loading > img {
  width:16px;
}
.datenschutz input {
  border:none;
  border-radius:0;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  padding:0;
  width:auto;
}
.main_shipping_btn
{
	font-weight:400 !important; 
	font-size:20px;
}

@media screen and (max-width:1799px){
    .video_button{bottom:-40px;}
	
}    

@media screen and (max-width:1750px){
    .reason{margin-left:0;}
    .video_button{left:0;}
}

@media screen and (max-width:1570px){
    .header_in, .navi nav, .footer_in{padding:0 10px;}
    .header_in .tel span:last-of-type{font-size:23px;}
    
    .cbp-fwslider li{padding:0 50px!important;}
    
    .flex1_in{padding-left:10px;padding-right:10px;}
    
    .bg_sliding > div{background-position:center center;background-repeat:no-repeat;background-size:contain;}
    
    small.woocommerce-price-suffix{display:block;}
}

@media screen and (min-width:1269px) and (max-width:1400px) {
.header_in .tel span:last-of-type{font-size:22px;top:2px;}
}

@media screen and (max-width:1269px) {
    .flex2.table .table_col{
        width:100%;
        display:block;
    }
    #slides.flex7 .table_col{
        width:100%;
    }
}

@media screen and (min-width:1028px) and (max-width:1700px){
    .slider{background-position:right center;}
}

@media screen and (max-width:1150px){
    .flex8 .table_col{width:100%;display:table;}
    
    .shop_nav{display:none;}
    .res.shop_nav{display:block;position:absolute;top:3px;right:15px;}
    
    nav{position:relative;overflow:hidden;}
    
    .nav{max-height:0; overflow:hidden;}
    
        .nav_hor > li,.nav_vert > li {
        float:none;
        border-top:1px solid #efefef;
    }
    
    .nav_hor > li > .parent,.nav_vert > li > .parent {
        background-position:95% 50%;
    }
    
    .nav_hor ul,.nav_vert ul {
        display:block;
        width:100%;
    }
   
   .nav_hor > li.hover > ul , .nav li li.hover ul, .nav_vert > li.hover > ul  {
        position:static;
    }

    .nav_hor a,.nav_vert a{
        font-size:20px;
        padding:15px;
    }
    
    .nav_hor li li a, .nav_hor li li a{
        padding-left:35px;
    }
    
    .nav_hor li li li a, .nav_vert li li li a{
        background-color:#580000;
        padding-left:55px;
    }
}

@media screen and (max-width:900px) {  
    a.res_in{display:block;float:right;position:static!important;margin-right:0!important}
    .button{margin-right:13px!important;}
    
    .shopheader.flex3.product_slider_area{padding-top:50px;}
    
    .blogcontent{margin-top:100px;}
    
    .flex5.w_25.pad_top{margin-top:100px!important;}
}

@media screen and (max-width:1024px) {
		#wrapper{width:100%;}
	
	}

@media screen and (min-width:1151px) {
	.navi{height:73px;position:relative;z-index:2;}
	.nav {
        display:inline-block;
        padding-top:18px;
    }
	
	.res.shop_nav{display:none;}
	}
	
@media screen and (max-width:999px) {
	.item_module, aside.flex5, article.main_content, aside.flex6{
	width:100%;
		}
		
	.blogsite .content{padding-left:20px;padding-right:20px;}
	
	.blogsite .title_ext{left:auto;right:0;}
		
	.sidebar{display:none;}	
	
	.flex5 .gratis_kachel, .flex5 .category_wrapper{display:none;}
	.content, .footer_in{padding-left:10px !important;padding-right:10px !important;}
	}

@media screen and (min-width:768px) and (max-width:880px){
    .blog_article_tripple p:last-of-type{height:95px;}
    .header_in .lang span{margin-right:5px;}
    .product_slider_item p:last-of-type .woocommerce-price-suffix{font-size:12px;}
}

@media screen and (min-width:768px){
    .logo_res{display:none;}
}

@media screen and (max-width:767px) {
    .wrapper{overflow:hidden;}
    
	.flex1{
        display:none;
    }
	
	.logo_res {width:100%;background:#fff;padding:20px 0;}
    .logo_res img{display:table;margin:0 auto;background:#fff;}
	
	a.res_in.button{margin-right:13px!important}
	
	.m_active{padding-left:0;}
	
	.blogcontent{margin-top:0;}
	.flex5.w_25.pad_top{margin-top:0!important;}
	
	.category_wrapper{display:none;}
		
	.title_ext{max-width:none;position:static;margin-bottom:10px;}
	
	.footer_in aside{width:100%;margin-bottom:20px;text-align:center;}
	.footer_in aside:last-of-type{margin-bottom:0;}
	.footer_in aside:last-of-type img,.footer_in aside .social_wrapper{display:table;margin-left:auto;margin-right:auto;}	
	
	footer a:before{content:'';display:none;}
	
	article.main_content .tripple_kachel .product_slider_item{width:100%;margin:15px 0;float:left!important;}
	article.main_content .tripple_kachel .product_slider_item p{height:auto;}
	article.main_content .tripple_kachel .product_slider_item p:nth-of-type(1){margin-top:5px;}
	article.main_content .tripple_kachel .product_slider_item p:nth-of-type(2){font-size:18px;}
	
	iframe{width:100%;}
	
	.link_box a{white-space:normal!important;}
	
	.blog_article_tripple{margin:0 0 20px!important;width:100%;}
	.flex4_in{padding-left:30px;padding-right:30px;}
	
	.flex7.table .table_col{width:100%;}
    .flex7.table .table_col.bg_sliding{display:none;}	
    	
    .flex8.table .table_col{width:100%;display:block;}
    .flex8.table .table_col.big_bg{height:300px;}	
    
    .slider_in .button{display:table;float:none;margin:20px auto;}
    	
    .shopheader .product_slider{padding:0 30px;}	
    .shopheader{padding-top:20px;}
    .shopsite .slider{padding-bottom:0;}
    
    .shop .product_slider_item{width:48.5%;}
    	
	.navi nav{padding:0;}
	
	.blogsite .blog_article .table_col{width:100%;display:block;}
	.blogsite .blog_article .table_col.bg_img{height:300px;}
	
	.bg_img{background-size:auto 120%;}
    .blog_article:hover .bg_img{background-size:auto 150%;}
		
    .coupon input{float:left !important;width:100% !important;}
	.coupon input:first-of-type{margin-bottom:10px!important;}
	
	.wpcf7 .w_50,.wpcf7 .w_66{width:100%;margin-right:0;}
	.wpcf7 .w_33{float:left!important;width:100%;}
	
	.ek, .ek p{float:left;}
	
	.home .slider .icon_cart, .home .slider .icon_search, .home .slider .video_button{font-size:22px!important;}

	.special-action-wrapper{right:30px;bottom:0px; width:100px;}
	
	.main_shipping_btn
	{
		display:block;
		text-align:right;
	}
}
	
@media screen and (max-width:450px){
    .tel span:first-of-type{display:none;}
    .slider_in .w_50{padding:0 20px;}
    
    .shop .product_slider_item{width:100%;margin-right:0!important}
    .product_slider_item a{width:100%;}
    
    .cart-collaterals .cross-sells .product_slider_item{width:100%;margin-right:0;}

    .cart button, .woocommerce-message .button.wc-forward{font-size:18px!important;}
    .woocommerce ul#shipping_method{margin-top:25px;}
    }	

@media screen and (max-width:359px){
    .cart button, .woocommerce-message .button.wc-forward{font-size:14px!important;}
    
    }
