<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
/*
html {
  background: url(/fileadmin/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
body {
  font: 17px 'Roboto Condensed', sans-serif;
  color: #222222;
  /*line-height: 1.5em;*/
}
@media screen and (max-width: 768px) {
    body {
        font: 19px 'Roboto Condensed', sans-serif;
    }
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
a {
  color: #006699;
}
.ce-bodytext a {
  text-decoration: underline;
}

#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline !important;
}

a:hover {
  text-decoration: none;
}
p{
  margin-bottom: 20px;
}
p:last-of-type
/*p:last-child*/{
  margin-bottom: 0;
}
ul {
  list-style: none;
}
input,
select{
  outline: none;
  font: 15px 'Roboto Condensed', sans-serif;
}
input[type="button"],
input[type="submit"]{
  cursor:  pointer;
}
h1,h2{
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 24px;
}
h2 {
  font-size: 30px;
}
h2 a,
h1 a {text-decoration: none}
h2 a:hover,
h1 a:hover{text-decoration: underline}
h3{
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
h3 a {text-decoration: none}
h3 a:hover{text-decoration: underline}
.banners h3 {margin-bottom: 12px;}
h4{
  line-height: 16px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.blue_blocks h4 a {text-decoration: none}
.blue_blocks h4 a:hover {text-decoration: underline}

h5{
  line-height: 14px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 25px;
}


section{
  position:  relative;
  margin-bottom: 30px;
}
hr{
  border: none;
  height: 1px;
  background: #cccccc;
  margin-bottom:  48px;
}
ol{
	margin-left: 15px;
}
.container {
  margin: 0 auto;
  max-width: 1480px;
  min-width: 300px;
  padding: 0 15px;
  position: relative;
  width:auto;
}
.container:before, .container:after {
  display: none;
  content: "";
}


.row{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
}
.row &gt; *{
  margin: 0 6px;
}
.row.cols2 {
  /*margin: 0 -2.5%;*/
  margin: 0 -15px;
  box-sizing: border-box;
}
.row.cols2 .col-map,
.row.cols2 .col{
  /*lex-basis: 46%;
  -webkit-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;*/
  width: 50%;
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: auto;
  min-width: 270px;
  padding: 0 15px;
  margin: 0 0 30px;
  /*margin: 0 2.5% 24px;*/
  box-sizing: border-box;
}

.recipe_list .row.cols2 .col{
  margin: 0 0 45px;
}



.row.cols3 {
  /*margin: 0 -1.25%;*/
  margin: 0 -15px;
}
.row.cols3 .col{
  /*flex-basis: 30.8%;
  -webkit-flex-basis: 30.8%;
  -ms-flex-preferred-size: 30.8%;*/
  width: 33.3%;
  flex-basis: 33.3%;
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: auto;
  min-width: 270px;
  margin: 0 0 30px;
  padding: 0 15px;
  /*margin: 0 1.25% 24px;*/
}


.row.cols4 {
  /*margin: 0 -1.25%;*/
  margin: 0 -15px;
}
.row.cols4 .col{
  /*flex-basis: 30.8%;
  -webkit-flex-basis: 30.8%;
  -ms-flex-preferred-size: 30.8%;*/
  width: 25%;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: auto;
  min-width: 200px;
  margin: 0 0 30px;
  padding: 0 15px;
  /*margin: 0 1.25% 24px;*/
}


a.icon_text {
  text-decoration: underline;
}
.icon_text {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.icon_text .icn + .txt {
  margin-left: 10px;
}
.icon_text ul{
  margin-bottom: 0 !important;
}
.wrap_btn {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.back_btn{
  background: #edecec;
  color: #666666;
  text-decoration: none;
  font-size: 13px;
  padding: 5px 15px 6px 10px;
  position: relative;
  margin-left: 14px;
}
.back_btn:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  width:14px;
  background: url('vhs-assets-css-918443187f00c0e31106c4540c584333.png');
}
.modal_content{
  display:  none;
}
.fancybox-skin{
  border-radius:  0;
}

.video_holder{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video_holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#select_country{
  padding:  30px 50px;
}
#select_country .flags {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  margin-bottom: 25px;
}
#select_country .flags &gt; * {
  margin: 0 10px;
}
#select_country .map{
  text-align:  center;
}
#select_country .map img{
  width:  auto;
}
#select_country .form{
  position:  absolute;
  bottom: 50px;
  left:  0;
  right:  0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
}
#select_country .form &gt; *{
  margin: 0 10px;
}
#select_country select{
  border:  1px solid #a3a3a3;
  font-size:  16px;
  font-weight:  300;
  padding: 5px 10px;
  flex-basis: 370px;
  -webkit-flex-basis: 370px;
  -ms-flex-preferred-size: 370px;
}
#select_country input[type="submit"],
#select_country input[type="button"]{
  background: #0099cc;
  color:  #ffffff;
  font-size:  16px;
  font-weight:  700;
  text-transform: uppercase;
  border:  none;
  padding:  3px 28px;
}
#breadcrumbs{
    margin-bottom: 30px
}
h1 + #breadcrumbs{
    margin-top: -20px
}
#breadcrumbs a{
  font-size: 13px;
  color: #999999;
  text-decoration: none;
}
#breadcrumbs span{
  font-size: 13px;
}
#breadcrumbs .sep{
  color: #999999;
}
#main_menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-right: 230px;
}
#main_menu li {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
#main_menu li a {
  padding: 10px 15px;
  font-size: 16px;
  color: #4b4b4b;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
#main_menu li li a {
  padding: 8px 0px;
}
#main_menu li:hover a,
#main_menu li.current a,
#main_menu li.act a {
  color: #006699;
  background-color: #f4f4f4;
}
#main_menu li:hover li:hover a,
#main_menu li.current li:hover a,
#main_menu li.act li:hover a {
  background: none;
}
#main_menu .arrow{
  display:  none;
}
#main_menu ul {
  display: none;
  position: absolute;
  z-index: 100;
  background: #f4f4f4;
  left: 0;
  min-width: 100%;
  padding: 10px 0;
}
#main_menu li:hover ul {
  display: block;
}
#main_menu ul li {
  margin: 0;
  padding: 10px 50px 10px 20px;
}
#main_menu ul li:hover {
  background: #fce005;
}
#main_menu ul li:hover:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  background: url('vhs-assets-css-ea022211d5e9489805451f6cbe4daa44.png') no-repeat;
  width: 6px;
  height: 11px;
}
#main_menu ul li a {
  text-transform: none;
  color: #333333 !important;
  white-space: nowrap;
  display: inline;
}
#btn_menu{
  display: none;
  width: 52px;
  padding:  8px;
  background: #fce005;
}
#btn_menu span{
  display:  block;
  width:  100%;
  height: 7px;
  margin-bottom: 6px;
  background: #1f91d9;
}
#btn_menu span:last-child{
  margin-bottom: 0;
}
#jPanelMenu-menu{
  padding: 12px 0;
  border-left: 1px solid #cccccc;
}
#jPanelMenu-menu li{
  padding: 5px 24px;
}
#jPanelMenu-menu li a{
  text-transform: uppercase;
  text-decoration:  none;
  color: #4b4b4b;
}
#jPanelMenu-menu &gt; li:hover &gt; a,
#jPanelMenu-menu &gt; li.active &gt; a{
  color: #006699;
}
#jPanelMenu-menu .arrow{
  float:  right;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fce005;
  border-bottom:  none;
  margin-top: 5px;
  cursor: pointer;
}
#jPanelMenu-menu .arrow.open{
  border: 8px solid transparent;
  border-top: none;
  border-bottom-color: #1f91d9;
}
#jPanelMenu-menu ul{
  display: none;
  padding-top: 5px;
}
#jPanelMenu-menu ul li{
  padding: 5px 12px;
}
#jPanelMenu-menu ul li.active,
#jPanelMenu-menu ul li:hover{
  background: #fce005;
}
#jPanelMenu-menu ul li a{
  text-transform: none;
}
#main_slider {
  margin-bottom: 23px;
}
#main_slider .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#main_slider .owl-dots .owl-dot {
  background: white;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
}
#main_slider .owl-dots .owl-dot.active {
  background: #ffcc00;
}
#to_top{
  position:  fixed;
  z-index: 100;
  bottom:  68px;
  width:  100%;
}
#to_top a{
  position:  absolute;
  display: none;
  width: 42px;
  height:  42px;
  border:  1px solid #cccccc;
  background:  #ffffff url('vhs-assets-css-cfcf296d6a725c0a7a28a8c49b0baf60.png') no-repeat center center;
  right: -50px;
}
#header {
  border-bottom: 1px solid #cccccc;
}
#header .container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items:  center;
}
#header .top {
  background: #f4f4f4;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0 12px;
}
#header .top .lang {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
#header .top .lang &gt; span {
  margin-right: 40px;

}
#header .top .flags {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
#header .top .flags &gt; * {
  margin-right: 20px;
}
#header .top .flags &gt; *:last-child {
  margin-right: 0;
}
#header .top .social {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
#header .top .social a {
  margin-right: 20px;
  display: block;
}
#header .top .social a:last-child {
  margin-right: 0;
}
#header .top .social .facebook{
  width: 9px;
  height: 19px;
  background: url('vhs-assets-css-a173d5b023f40e3b12787c36c2310d52.png') no-repeat;
}
#header .top .social .facebook:hover{
  background: url('vhs-assets-css-20d90266877df6a3e771eecaa4e51ee1.png') no-repeat;
}
#header .top .social .odnoklassniki{
  width: 12px;
  height: 20px;
  background: url('vhs-assets-css-5f59d25f1d127667fb926eede88dd56b.png') no-repeat;
}
#header .top .social .odnoklassniki:hover{
  background: url('vhs-assets-css-a2b49784d5f76188008ecf6453f0ae31.png') no-repeat;
}
#header .top .social .youtube{
  width: 45px;
  height: 18px;
  background: url('vhs-assets-css-a098a85875a72e7ed59f8b5c5996e0e4.png') no-repeat;
}
#header .top .social .youtube:hover{
  background: url('vhs-assets-css-61fc06390037077841559d813c228b44.png') no-repeat;
}

#header .top .social .instagram{
  width: 20px;
  height: 20px;
  background: url('vhs-assets-css-07504d35d3a487cd8c2d8fb722f10555.png') no-repeat;
  margin-right: 16px;
}
#header .top .social .instagram:hover{
  background: url('vhs-assets-css-5cdb872fca3c8ae46bb3d314184e010b.png') no-repeat;
}


#header .middle {
  padding: 25px 0;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
#header .middle .wrap{
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}
#header .middle nav {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
#header .search_shop {
  position: absolute;
  right: 0;
  background: #fce005;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
#header .search_shop .btn1,
#header .search_shop .btn {
  padding: 10px 22px;
  cursor: pointer;
  font-size: 16px;
  flex-shrink: 0;
}
#header .search_shop.active .btn1,
#header .search_shop.active .btn {
  cursor: default;
}
#header .search_shop .btn1 span,
#header .search_shop .btn span {
  display: none;
}
#header .search_shop .btn1 span.visible,
#header .search_shop .btn span.visible {
  display: inline;
}
#header .search_shop .form {
  display: none;
  width: 100%;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
#header .search_shop .form.visible {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
#header .search_shop .form input[type="text"] {
  border: none;
  background: transparent;
  color: #505050;
  font-weight: 300;
  width: 100%;
}
#header .search_shop .form input[type="submit"],
#header .search_shop .form input[type="button"] {
  border: none;
  background: url('vhs-assets-css-752ac98fdaf949e0a1d4551e131def22.png') no-repeat 3px 50%;
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 3px 3px 25px;
  margin: 0 22px;
}
#main {
  min-height: 500px;
  padding-top: 27px;
  overflow: hidden;
}
#main p{
  font-weight:  300;
  line-height:  24px;
}
#main ul{
  margin-bottom: 20px;
}
#main ul li {
  padding-left: 16px;
  position: relative;
  line-height: 24px;
  font-weight: 300;
}
#main ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #999999;
}
/*#main .main{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

#main .main aside{
  flex-basis: 235px;
  -webkit-flex-basis: 235px;
  -ms-flex-preferred-size: 235px;
  margin: 0 15px 24px 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}
#main .main .content{
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;  
  margin-bottom:  24px;
}*/
#main .main:after{
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
#main .main aside{
  width: 235px;
  float:  left;
  margin: 0 0 24px 0;
}
#main .main .content{
  margin: 0 0 24px 250px;
}

#main .aside_menu li{
  padding-top: 5px;
  padding-bottom:  5px;
}
#main .aside_menu li:before{
  content: none;
}
#main .aside_menu li.active:before{
  content: "" ;
  top: 0;
  width: 5px;
  height:  100%;
  background: #fce005;
}
#main .main_banner{
  margin-bottom:  48px;
}
#main .banners{
  margin-bottom: 0;
}
#main .mix_market {
  background: url('vhs-assets-css-0d590f751d5f19ebb14df8fd5c4122f7.png');
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 100%;
}
#main .mix_market .img_holder {
  text-align: center;
  flex-basis: 32%;
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  margin-right: 1.25%;
  overflow: hidden;
  position: relative;
}
#main .mix_market .img_holder img {
  position:  absolute;
  right:  0;
  width: auto;
  height: 100%;
  max-width:  none;
}
#main .mix_market .text_holder{
  padding: 15px 0;
  flex-basis: 65.4%;
  -webkit-flex-basis: 65.5%;
  -ms-flex-preferred-size: 65.4%;
  margin-left: 1.25%;
}
#main .mix_market .text_holder h1{
  font-weight:  300;
  margin-bottom: 15px;
}
#main .mix_market .icon_text{
  margin-bottom: 12px;
}
#main .mix_market .icon_text .icn{
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}
#main .mix_market .icon_text .icn + .txt {
  margin-left: 34px;
}
#main .mix_market .btn1,
#main .mix_market .btn {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  background: #e70522;
  color: white;
  padding: 14px 20px 14px 30px;
  position: relative;
}
#main .mix_market .btn1:after,
#main .mix_market .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: -21px;
  background: url('vhs-assets-css-899e714c693e5b0863c03c485787e1a0.png') no-repeat 0 0;
  width: 21px;
  height: 52px;
}
#main .cols2-video .mix_market{
  margin-bottom: 0;
  overflow:  hidden;
}
#main .cols2-video .mix_market .img_holder{
  overflow: initial;
}
#main .cols2-video .mix_market .img_holder img{
  right: -30%;
}
#main .cols2-video .mix_market .wrap_btn{
  margin-bottom: 0;
}


#main .recipe{
  margin-bottom: 0;
}
#main .recipe .item {
  position: relative;
  margin-bottom: 4.5%;
}
#main .recipe .item a{
  color:#333333;
}
#main .recipe .item a:hover div{
/*text-decoration: underline;*/
}

#main .recipe .item:last-child {
  margin-bottom: 0;
}
#main .recipe .item .head {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: #fce005;
  font-size: 24px;
  padding: 11px 20px 12px;
}

#main .content .brand_slider {
  /*max-width:1100px*/
}
#main .product_slider,
#main .brand_slider{
  margin-bottom:  48px;
}
#main .product_slider .owl-carousel,
#main .brand_slider .owl-carousel{
  padding: 0 50px;
}
#main .product_slider .owl-carousel .owl-stage,
#main .brand_slider .owl-carousel .owl-stage{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
#main .product_slider .owl-carousel .owl-item,
#main .brand_slider .owl-carousel .owl-item{
  float:  none;
}
#main .product_slider .item,
#main .brand_slider .item {
  padding: 0 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
#main .product_slider .item img,
#main .brand_slider .item img{
  width: auto;
  margin: auto;
}
#main .product_slider .owl-prev,
#main .product_slider .owl-next,
#main .brand_slider .owl-prev,
#main .brand_slider .owl-next{
  position: absolute;
  top: 50%;
  margin-top: -27px;
  width: 24px;
  height: 54px;
  text-indent: -9999px;
}
#main .product_slider .owl-prev,
#main .brand_slider .owl-prev{
  left: 0;
  background: url('vhs-assets-css-a210e26f93351440c05a2a2cd67dcc69.png') no-repeat;
}
#main .product_slider .owl-next,
#main .brand_slider .owl-next{
  right: 0;
  background: url('vhs-assets-css-430f575dc1c39b5d66eef328ad074378.png') no-repeat;
}
#main .newsletter{
  padding:  25px 20px 20px;
  background:  #fce005 url('vhs-assets-css-2817a105cd9f1af5a5a1cb401f04ed2a.png') no-repeat 99% 0;
  background-size: contain;
  text-align:  center;
}
#main .newsletter label{
  font-size:  13px;
  font-weight:  300;
  margin-bottom: 15px;
}
#main .newsletter input[type="checkbox"]{
  vertical-align: text-top;
}
#main .newsletter input[type="email"],
#main .newsletter input[type="text"]{
  background: transparent;
  color:  #666666;
  font-weight:  300;
  border: 1px solid #666666;
  padding: 9px 12px;
  flex-basis: 330px;
  -webkit-flex-basis: 330px;
  -ms-flex-preferred-size: 330px;
  margin-bottom: 15px;
}
#main .newsletter input[type="submit"]{
  background: #333333;
  color:  #ffffff;
  font-weight:  700;
  border: none;
  padding: 9px 12px;
  flex-basis: 195px;
  -webkit-flex-basis: 195px;
  -ms-flex-preferred-size: 195px;
  text-transform:  uppercase;
  margin-bottom: 15px;
}
#main .newsletter p{
  font-size: 13px;
  font-weight: 300;
}
#main .blue_blocks{
  margin-bottom: 0;
}
#main .blue_blocks .col .item{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background: #1f91d9;
  color:  #ffffff;
  padding: 22px 24px;
  height: 100%;
}
#main .blue_blocks .img_holder{
  margin-right: 22px;
  min-width:  45px;
}
#main .blue_blocks h4{
  font-weight:  700;
  margin-bottom: 10px;
}
#main .blue_blocks p{
  font-weight:  300;
}
#main .search_shop{
  background: #fce005;
  padding: 10px 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
}
#main .search_shop &gt; *{
  margin: 0 10px;
}
#main .search_shop span{
  font-size:  18px;
  margin-top:  auto;
  margin-bottom:  auto;
}
#main .search_shop input[type="text"]{
  background:  transparent;
  font-weight:  300;
  color: #505050;
  border:  1px solid #666666;
  padding: 7px 15px;
  flex-basis: 360px;
  -webkit-flex-basis: 360px;
  -ms-flex-preferred-size: 360px;
}
#main .search_shop input[type="button"] {
    background: #0099cc;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 3px 28px;
}
#main .map{
  /*margin-bottom:  48px;*/
}
#main .map .marker{
  position:  absolute;
  width: 96px;
  height:  131px;
  margin-top: -65px;
  left: -126px;
  top:  50%;
}
#main .product_list .row{
  /*align-items: flex-end;*/
  justify-content: center;
}
#main .product_list .item{
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  padding: 0 10px;
  min-width:  270px;
  text-align:  center;
  margin: 0 0 24px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-end;
}
#main .product_list .item &gt; *{
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}


#main .product_list a.item.popup-link,
#main .product_list a.item.fancybox {
  border: 1px solid #fff;
  color:#333;
}
#main .product_list  a.item.popup-link:focus{
  text-decoration: none;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
}
.white-popup-wrapper {display:none}

#main .product_list  a.item.popup-link:hover,
#main .product_list  a.item.fancybox:hover{
  border: 1px solid #ccc;
}

.white-popup {text-align: center}
.white-popup.item .img_holder,
#main .product_list .item .img_holder{
  margin-bottom: 15px;
}
.white-popup.item .img_holder img,
#main .product_list .item .img_holder img{
  width:  auto;
  margin: 0 auto;
}
.white-popup.item .text_holder .head,
#main .product_list .item .text_holder .head{
  font-size:  16px;
  font-weight:  700;
  margin-bottom: 3px;
}
.white-popup.item .text_holder .note,
#main .product_list .item .text_holder .note{
  font-size:  14px;
  font-weight:  300;
  margin-bottom: 5px;
}
.white-popup.item .text_holder .price,
#main .product_list .item .text_holder .price{
  font-weight: 800;
  font-size:  26px;
  color: #cc0000;
}
.white-popup.item .text_holder .price-old,
#main .product_list .item .text_holder .price-old{
  font-weight: 800;
  font-size:  18px;
  color: #aaa;
  display: none;
}
.white-popup.item .text_holder .price-old span,
#main .product_list .item .text_holder .price-old span{
  text-decoration: line-through;
}
p.offer-list-subtitle {margin-bottom:35px !important;}

#main .page_nav{
  text-align:  center;
  margin-bottom:  48px;
}
#main .page_nav &gt; *{
  font-size:  18px;
  margin:  0 6px;
}
#main .page_nav a{
  text-decoration:  none;
}
#main .page_nav .arrow{
  color: #333333;
  text-transform:  uppercase;
}
#main .pagination {

}

#main .pagination-wrap {
  width: 100%;
  margin: 28px 0 28px 0;
  text-align: center;
}
ul.pagination {
  list-style-type: none;

}


#main ul.pagination li::before{
  display: none;
}


#main ul.pagination {
  display: inline-block;
  border-radius: 4px;
  /*margin: 20px auto 0px auto;
  text-align: center;*/
  padding-left: 0px;
}

.pagination &gt; li {
  display: inline;
}

.pagination &gt; li &gt; a,
.pagination &gt; li.current {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #DDD;
  background-color: #FFF;
  color: #006699;
}

.pagination &gt; li.current,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; a:focus {
  text-decoration: underline;
  background-color: #EEE;
}

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li.current:first-child {
  margin-left: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination &gt; li:last-child &gt; a,
.pagination &gt; li.current:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}



.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #1f91d9;
  border-color: #1f91d9;
  cursor: default;
}


#main .recipe_list .img_holder{
    margin-bottom: 15px;
}
#main .recipe_list .text_holder a{
    font-size: 20px;
}
#main .recipe_item{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
#main .recipe_item .description{
  flex-basis: 60.7%;
  -webkit-flex-basis: 60.7%;
  -ms-flex-preferred-size: 60.7%;
}
#main .search_filter{
  background: #fce005;
  padding: 20px 15px 5px;
}
#main .search_filter h4{
  text-align: center;
}
#main .search_filter .form{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
}
#main .search_filter .form &gt; *{
  margin: 0 8px 15px;
}
#main .search_filter .form input[type="text"]{
  background: transparent;
  border: 1px solid #333333;
  padding: 7px 10px;
  color: #333333;
}
#main .search_filter .form select{
  background: transparent;
  border: 1px solid #333333;
  padding: 7px 10px;
  color: #333333;
  font-weight: 300;
}
#main .search_filter .form input[type="button"]{
  background: #1f91d9;
  border: none;
  padding: 7px 10px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 50px;
}
#main .search_filter .form span{
  margin: auto 5px auto 0;
}
#main .search_results .item{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  border-bottom: 1px solid #cccccc;
  padding: 14px 0;
}
#main .search_results .item:first-child{
  border-top: 1px solid #cccccc;
}
#main .search_results .item .col{
  padding: 0 10px;
  font-weight: 300;
}
#main .search_results .item .col a{
  font-weight: 400;
}
#main .tx-tr-mmkarriere  a.more,
#main .search_results .item .col a.more{
  font-weight: 300;
  background: #edecec;
  color: #333333;
  text-decoration: none;
  position: relative;
  padding: 6px 10px 7px 15px;
  margin-right: 16px;
}
#main .tx-tr-mmkarriere  a.more:after,
#main .search_results .item .col a.more:after{
  content: "";
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
  right: -16px;
  background: url('vhs-assets-css-e407cc826e46aab29ba7f77c80299b97.png') no-repeat;
}
#main .search_results .item .col:nth-child(1){
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
}
#main .search_results .item .col:nth-child(2){
  flex-basis: 35%;
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
}
#main .search_results .item .col:nth-child(3){
  flex-basis: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
}
#main .search_results .item .col:nth-child(4){
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}


#main .col-map .search_results .item{
  display: block;
}
#main .col-map .search_results .item .col{
  margin-bottom: 10px;
}
#main .col-map .search_results .item .col:last-child{
  margin-bottom: 0;
}
#main .col-map .search_results .item .col a.more{
  display: none;
}



.filial-list-group {max-width:800px}
.filial-list-group h3 {padding-left:9px; padding-top:20px}
.filial-list-group .col a.more {float: right}

#main .filial-list-group  .search_results .item .col:nth-child(1){
  flex-basis: 40%;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
}
#main .filial-list-group  .search_results .item .col:nth-child(2){
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
}
#main .filial-list-group  .search_results .item .col:nth-child(3){
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}



#main .market_about .description{
  background: #fce005;
  padding: 25px;
  margin-bottom:  20px;
}
#main .market_about .holder{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
#main .market_about .icon_text{
  background: #1f91d9;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  /*margin-right: 20px;*/
}
#main .market_about .holder .img_holder{
  position:  relative;
  flex-basis: 100px;
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  overflow:  hidden;
}
#main .market_about .holder .img_holder img{
  position:  absolute;
  width:  auto;
  height:  100%;
}

#footer {
  background: #f4f4f4;
  padding-top: 36px;
}
#footer .top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
  margin: 0 -15px;
}
#footer .hotline {
  margin-bottom: 40px;
}
#footer .hotline p {
  font-size: 16px;
  margin-bottom: 2px;
}
#footer .hotline p span {
  font-weight: 300;
}
#footer .hotline .phone {
  font-size: 24px;
  color: #006699;
  margin-bottom: 8px;
}
#footer .hotline .email {
  font-size: 14px;
  text-decoration: none;
}
#footer .apps {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: 20px;
}
#footer .apps a {
  margin-right: 10px;
}
#footer .apps a:last-child {
  margin-right: 0;
}
#footer .social {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 40px;
}
#footer .social a {
  margin-right: 18px;
}
#footer .social a:last-child {
  margin-right: 0;
}

#footer .top .col,
#footer .partner-item{
  max-width: 250px;
  margin: 0 15px 10px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font-weight: 400;

}
#footer .partner-item img{
  width: auto;
  margin-bottom: 10px;
}
#footer .partner-item.google img{
  margin-bottom: 3px;
}
#footer .partner-item .text {
  margin-top:5px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 300;

}
#footer .partner-item img {
  border: 1px solid #ccc;
}
#footer .partner-item.google img {
  border: 0;
}

#footer .partner-item,
#footer .partner-item.google{
  text-align: center;
}
#footer .partner-iten.google a {
    text-decoration: none;
}
#footer .menus {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
#footer .menus .item{
  width:  185px;
  margin: 0 15px 10px;
}
#footer .menus .item h4 {
  margin-bottom: 10px;
}
#footer .menus .item ul li {
  margin-bottom: 8px;
}
#footer .menus .item ul li a {
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
}
#footer .bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 12px 0 11px;
}
#footer .copyright {
  font-weight: 300;
  font-size: 14px;
}
#footer .links {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
#footer .links .item {
  width:  185px;
  margin-right: 30px;
}
#footer .links .item:last-child {
  margin-right: 0;
}
#footer .links a {
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
}

.blue_blocks .text_holder a {color:white}
.arrow-close {font-size: 24px; text-decoration: none; color:#333; padding: 2px 5px 2px 5px}

body .flag-icon {
/*  height: 48px;*/
  position: absolute;
  right: -40px;
  top: 25px;
  width: 52px;
}
.container .wrap a {display: block; position: relative;}

.aside_menu a.active {text-decoration: none; color:#333333;}

/** for brand slider **/
#main .brand_slider .item img{

  /*                                      opacity: 0.4;
                                          filter: alpha(opacity=40);
                      -webkit-filter: grayscale(100%);
                      -moz-filter: grayscale(100%);
                      -o-filter: grayscale(100%);
                      -ms-filter: grayscale(100%);
                      filter: grayscale(100%);
  */
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 10px solid white;


}
#main .brand_slider .item:hover img,
#main .brand_slider .item.current img{
  padding-bottom: 10px;
/*  border-bottom: 10px solid #ccc;*/
  /*
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
*/
}
.product_slider .owl-carousel{height:0; opacity:0}
.product_slider .owl-carousel.visible {height:100%; opacity:1}
/*                #main .product_slider {margin-bottom: 0}*/

.brand_wrapper {
  border:1px solid #ccc;
  padding: 30px 20px 30px 20px;
}
#main .brand_slider {margin-bottom: 55px}


.brand_wrapper {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
}
.brand_wrapper:after, .brand_wrapper:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.brand_wrapper:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;

  border-left-width: 40px;
  border-right-width: 40px;
  border-top-width: 20px;
}
.brand_wrapper:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 21px;
  margin-left: -21px;

  border-left-width: 41px;
  border-right-width: 41px;
  border-top-width: 21px;
}

/*
                border: 0 solid transparent;
                border-left-width: 100px;
                border-right-width: 100px;
                border-top: 69px solid black;
*/
/** /for brand slider **/

.rezept-image .img-responsive,
.mix-product .img-responsive {width:auto;}
.rezept-image .img-responsive {
  /*float: right;*/
}
#map-canvas {width:100%; height:500px}
.col #map-canvas {width:100%; height:100%}

label {
  font-weight: normal;
}

.description-filial p{margin: 0; padding: 0}
.description-block {margin-bottom:15px}

#footer .menus .item h4 a {
  color:#333;
}

.filial-table td {
  font-size: 24px;
  font-weight: 400;
  padding: 10px;
  text-align: center;
}
.filial-list-group {
  margin-bottom:25px;
}
.filial-list-item {
  margin-bottom:7px;
}
#header .top a {text-decoration:underline}

.img-recipe {width:auto;max-width:100%}
.recipe_list .text_holder a {text-decoration: underline}
.recipe_item .composition {padding-right:20px}
.img-recipe-block {padding: 0 0 30px 0}
.wrap_btn {margin-bottom:40px}

.tx-tr-mmkarriere .row.cols2 .col-inner {
  padding: 30px;
  border:1px solid #ccc;
  height: 100%;
}
.job-more {margin-top:20px}


/*.cols2-video iframe {margin: 0 auto; display: block; width:50%}*/

.cols2-video .col .video_holder2{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.cols2-video .col .video_holder2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /*1px solid #ccc;*/
}
.ce-left.ce-intext .ce-gallery,
/*.ce-right.ce-intext .ce-gallery {max-width: 40%;}*/
.ce-right.ce-intext .ce-gallery {max-width: 80%;}

ol.circle &gt; li, ul.circle &gt; li {
  position: relative;
  margin: 0 0 1.5em 2.75em;
  padding: .125em 0px;
  line-height: 1.25em;
  min-height: 1.5em;
  display: block;
}


ol.circle &gt; li::before, ul.circle &gt; li::before {
  position: absolute;
  top: 0px;
  left: -2.75em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  padding-top: 0.05em;
  border-radius: 50%;
  color: white;
  background: #1f91d9;
  font-weight: bold;
  text-align: center;
}
*, ::before, ::after {
  box-sizing: border-box;
}


ol.circle {
  counter-reset: li;
  /* Initiate a counter */
}
ol.circle &gt; li:before {
  content: counter(li);
  counter-increment: li;
}
ol.circle &gt; li[data-count]:before {
  content: attr(data-count);
}

#main ul.tinyaccordion li {padding-left: 0;padding-bottom: 14px;}
.parsley-errors-list li::before,
#main ul.tinyaccordion li::before {display:none;}
.acc-section {padding-left:25px}

.tx-powermail h3,
.powermail_legend {display:none}
.tx-powermail .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.tx-powermail  .form-group {
  /*margin-bottom: 0px;*/
}
.parsley-errors-list {margin-bottom: 0}
.tx-powermail {max-width:500px;}

.powermail_captcha {width:120px; display: inline;}
#powermail_captchaimage {width:auto; padding-left: 10px}
.bottom-item {padding-left:3em}

.contenttable td h3 {margin-bottom:0}
.contenttable th,
.contenttable td {border:1px solid #ccc; padding:15px}
table.contenttable {
  border-collapse: collapse;
  margin-bottom: 30px;
}

.product_list_all .head-small  {max-width:200px; margin-left:auto; margin-right: auto}
.product_list_all .head-small.head-small-small  {max-width:100px; margin-left:auto; margin-right: auto}
img.img-photo {width:auto;}

.align-center{text-align: center;}


.frame-layout-1 .ce-gallery {
    /* We first create a flex layout context */
    display: flex;

    /* Then we define the flow direction
       and if we allow the items to wrap
     * Remember this is the same as:
     * flex-direction: row;
     * flex-wrap: wrap;
     */
    flex-flow: row wrap;

    /* Then we define how is distributed the remaining space */
    justify-content: space-between; /*space-around;*/

    align-content: flex-start;

    margin:0 -15px;


}
.frame-layout-1 .ce-gallery .ce-row {
    padding:0 15px;
}

/*.product_list h1 {padding-left: 1em;}*/

.modal-footer .btn {max-width: 200px; margin: 0 auto 1em auto;}

.numbers{
  background: url(/typo3conf/ext/mm_template/Resources/Public/Tmpl/img/bg.png);
  width:100%;
  height:200px;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 30px 0;
}
.number-block {
  text-align: center;
  flex: 0 0 16.6666%;

}
.number-number {color:#1e91d9; font-size:72px}
.number-block.red .red,
.number-block.red .number-number {color:#e81820}

.number-text {font-size:20px}

.number-row {
  display: flex;
}
.image-caption {
  width: 100%;
  margin-top: 0.4em;
  text-align: center;
  font-size: 12px;
  display: inline-block!important;  
}
@media screen and (max-width: 1124px){
  .number-block {
    flex: 0 0 33.33333%;
    padding-bottom:10px;
  }
  .numbers {
    height: auto;
  }
}

.video_holder2 {border:1px solid #ccc}

.ce-bodytext a[href$=".pdf"]{
  background-image: url('vhs-assets-css-5a3105229eab6427076b98e4b0dfa0ae.png');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 39px;
  height: 32px;
  display: inline-block;
  padding-top: 4px;
}

.tx-tr-mmfilialen p.text-center {text-align: center; margin-bottom: 6px}
ul.typo3-messages {list-style: none}
#main ul.typo3-messages li::before {
  display:none
}

#footer-empty {height:45px}
.captcha img {width:auto; float: left; margin-right:10px;}
.captcha input {max-width:100px; float: left;}
.captcha div {; padding: 0 0 10px 0}

.news-single .frame-default,
.recipe-content .frame-default {
  margin-bottom: 2em;
}
.news-single h3,
.recipe-content h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px){
  .recipe-content  .ce-left.ce-intext .ce-gallery,
  .recipe-content  .ce-right.ce-intext .ce-gallery {max-width: none;}

  .news-single .ce-textpic .ce-bodytext,
  .recipe-content .ce-textpic .ce-bodytext {width: 100%; }
}

@media screen and (max-width: 960px){
  .news-single .ce-left.ce-intext .ce-gallery,
  .news-single  .ce-right.ce-intext .ce-gallery {max-width: none;}

  .news-single .ce-textpic .ce-bodytext {width: 100%; }
}


#main .recipe_item img.img-recipe{
  position: absolute;
  left: 0;
  width: auto;
  height: 100%;
  max-width: none;
}

.recipe_item.with-video section {margin-bottom:0}
.recipe_item.with-video  .img-recipe-block {overflow: hidden; max-width: 30%;}

.news-single .ce-gallery{
  width: 40%;
}
.recipe-content .ce-gallery{
  width: 60.7%;
}
.news-single .ce-gallery .ce-column,
.recipe-content .ce-gallery .ce-column{
  float:  none;
}
.news-single  .ce-gallery figure,
.recipe-content .ce-gallery figure{
  display:  block;
}
.news-single .ce-gallery img,
.recipe-content .ce-gallery img{
  width: 100% !important;
  height: auto !important;
}
.recipe_item .btn_print{
  padding: 10px 15px;
  display:  inline-block;
  background: #f4f4f4;
}
.recipe_item .description{
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}
.recipe_item .description + .composition{
  padding-left: 20px;
  padding-right: 0;
}
.head_manual{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
.head_manual &gt; *{
  margin: 0 10px 25px;
}
.head_manual .icon_text{
  text-decoration: none;
  color: #333333;
}
.head_manual .icon_text img{
  width: auto;
}
@media screen and (max-width: 480px) {
  .recipe_item .composition{
    padding: 0;
  }
  .recipe_item.with-video .img-recipe-block{
    max-width: 100%;
  }
  #main .recipe_item img.img-recipe{
    position:  relative;
    width: 100%;
    height: auto;
  }
  .news-single .ce-gallery,
  .recipe-content .ce-gallery{
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .news-single .ce-gallery {
    width: 100%;
    margin-right: 0;
  }
}



/*.info-text {max-width:600px; margin: 0 auto 10px auto}*/
.info-text {max-width:100%; margin: 0 auto 10px auto}



.feedback_slider .feedback .rating-stars {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.feedback_slider .feedback .rating-stars .rating-stars-container {
  font-size: 0px;
}
.feedback_slider .feedback .rating-stars .rating-star {
  display: inline-block;
  font-size: 32px;
  color: #edecec;
  padding: 5px 10px;
}
.feedback_slider .feedback .rating-stars.star1 .rating-star:nth-child(-n+1),
.feedback_slider .feedback .rating-stars.star2 .rating-star:nth-child(-n+2),
.feedback_slider .feedback .rating-stars.star3 .rating-star:nth-child(-n+3),
.feedback_slider .feedback .rating-stars.star4 .rating-star:nth-child(-n+4),
.feedback_slider .feedback .rating-stars.star5 .rating-star:nth-child(-n+5){
  color: #f1c40f;
}

.news_slider .owl-carousel,
.feedback_slider .owl-carousel {
  padding: 0 50px;
}
.news_slider .owl-prev,
.news_slider .owl-next,
.feedback_slider .owl-prev,
.feedback_slider .owl-next{
  position: absolute;
  top: 50%;
  margin-top: -27px;
  width: 24px;
  height: 54px;
  text-indent: -9999px;
}
.news_slider .owl-prev,
.feedback_slider .owl-prev {
  left: 0;
  background: url('/typo3conf/ext/mm_template/Resources/Public/Tmpl/images/icon13.png') no-repeat;
}
.news_slider .owl-next,
.feedback_slider .owl-next {
  right: 0;
  background: url('/typo3conf/ext/mm_template/Resources/Public/Tmpl/images/icon14.png') no-repeat;
}
.news_slider,
.feedback_slider{
  margin-bottom: 50px;
}
.news_slider .slider-item,
.feedback_slider .feedback{
  padding: 0 10px;
}
.feedback_slider .feedback .name{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.feedback_slider .feedback .id{
  font-size: 20px;
  margin-bottom: 10px;
}
.feedback_slider .feedback .text{
  font-weight: 300;
  margin-bottom: 10px;
}
.feedback_slider .feedback .date{
}
.feedback_slider .message-hidden {display:none}
.feedback_slider .message-less,
.feedback_slider .message-more {font-size:20px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif}

@media screen and (max-width: 960px){
  .feedback_slider .feedback .rating-stars .rating-star{
    font-size: 24px;
    padding: 5px;
  }
}
@media screen and (max-width: 768px){
  .news_slider,
  .feedback_slider{
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px){
  .news_slider,
  .feedback_slider{
    margin-bottom: 20px;
  }
}


#main ul.f3-widget-paginator li::before {
  background: none;
}

.page-navigation {
    width:100%;
    text-align: center;
}

.f3-widget-paginator {
  display: inline-block;
  border-radius: 4px;
  margin: 20px auto;
  padding-left: 0px;
}

.f3-widget-paginator &gt; li {
  display: inline;
}
.f3-widget-paginator &gt; li &gt; span,
.f3-widget-paginator &gt; li &gt; a,
.f3-widget-paginator &gt; li.current {
  position: relative;
  float: left;
  padding: 6px 12px  !important;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #DDD;
  background-color: #FFF;
  color: #006699;
}



.f3-widget-paginator &gt; li &gt; a:hover,
.f3-widget-paginator &gt; li &gt; a:focus {
  text-decoration: underline;
    background-color: #EEE;
}
.f3-widget-paginator &gt; li.current {
    border: 1px solid #1f91d9;
    background-color: #1f91d9;
    text-decoration: none;
    color: #fff;
}
.f3-widget-paginator &gt; li.current:hover {
    text-decoration: underline;
}

.f3-widget-paginator &gt; li:first-child &gt; a,
.f3-widget-paginator &gt; li.current:first-child {
  margin-left: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.f3-widget-paginator &gt; li:last-child &gt; a,
.f3-widget-paginator &gt; li.current:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-navigation p {display: none}
.news-backlink-wrap {padding-top: 20px}
.news-single .news-list-date {font-weight:bold}
.news-single .news-img-wrap {margin-bottom: 30px}
.latest-title {font-size:18px; padding: 4px 0 0 0}

.filiale-mobile .market_about form {/*max-width:600px;*/ margin: 0 auto}
.filiale-mobile #btn_menu,
.filiale-mobile .top .social,
.filiale-mobile .lang &gt; span:first-child,
.filiale-mobile #header .middle nav,
.filiale-mobile #footer {
  display:none !important;
}
.filiale-mobile #header .middle .wrap,
.filiale-mobile #header .middle .wrap .logo,
.filiale-mobile .lang {
  margin: 0 auto;
}
.filiale-mobile #header {
  border-bottom: 0px solid #cccccc;
}
.filiale-mobile #main {
  min-height: 500px;
  /*            padding-top: 0px;*/
}

.filiale-mobile #main .container {
/*  max-width:900px;*/
}
.filiale-mobile {font-size:20px}
.filiale-mobile .form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 20px;
}
.filiale-mobile .btn {
  padding: 6px 12px;
  font-size: 22px;
}

.filiale-mobile h4 {
  line-height: 20px;
  font-size: 24px;
}
.filiale-mobile .container {
  margin: 0 auto;
  max-width: 1480px;
  min-width: 300px;
  padding: 0;
}

.filiale-mobile #main .mobile-button {
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 30px auto;
  background: #1f91d9;
  border: none;
  padding: 7px 10px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 50px;
}

.filiale-mobile .top .mobile-button {
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 30px auto;
  background: #1f91d9;
  border: none;
  padding: 7px 10px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 50px;
}

.filiale-mobile #main {
  padding:  0px 2% 0px 2%;
}
.filiale-mobile .modal-body {
  position: relative;
  padding:  15px 0 15px 0;
}
.filiale-mobile .blue_blocks {
/*  padding:  0px 2% 0px 2%;*/
}

.mobile-back.mobile-button {float: right; display: block; margin: 0 2% 0 0;     border-radius: 4px; text-decoration: none}
.tx-tr-mmfilialen a.mobile-back {float: right; display: block; margin: 0 30px 30px 0;     border-radius: 4px;}

.filiale-mobile #main .mobile-back.mobile-button {
  margin: 0 0 30px 0;
}
.filiale-mobile .mobile-back.mobile-button.mobile-top{
  float: right;

  position: absolute;
  right:0;
  top:-34px;
  margin: 0;
  border-radius: 4px;
  text-decoration: none
}

.filiale-mobile  #main {
  padding-top: 34px;
}

.filiale-mobile  #header .middle {
  padding-bottom: 15px;
}

.filiale-mobile #header .top .mobile-back.mobile-button {
  float: right;

  position: absolute;
  right:2%;
  top:-8px;
  margin: 0;
  border-radius: 4px;
  text-decoration: none
}


.hover-link{
    cursor: pointer;
}
.hover-underline:hover {
  text-decoration: underline;
}

#main .container-wrapper-with-bg  .product_list a.item.popup-link,
#main .container-wrapper-with-bg  .product_list a.item.fancybox {
  border: 1px solid #eee;
}

#main .container-wrapper-with-bg  .product_list a.item.popup-link:hover,
#main .container-wrapper-with-bg  .product_list a.item.fancybox:hover {
  border: 1px solid #ccc;
}

.catalog-text {
  margin-bottom: 1em;
}


.klaro .cookie-modal a {
  color: #00a0e3 !important;
}

.klaro .cookie-modal .cm-btn-accept-all {
  background: #00a0e3 !important;
  color: #fff !important;
}

.klaro .cookie-notice a {
  color: #00a0e3 !important;
}

.klaro .cookie-notice .cm-btn-success {
  background: #00a0e3 !important;
  color: #fff !important;
}

.klaro-button{
  margin-bottom: 25px;
  text-align: center;
  display: none;
}
.klaro-button .show{
  display: block !important;
}

@media (min-width: 1024px) {
  .klaro-button {
    margin-bottom: 0;
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    transition: 1s;
    display: none;
    z-index: 9999;
  }
}

.klaro-button a {
  border: 1px solid;
  border-radius: 15px;
  padding: 5px;
  color: #fce005;
  background-color: #00a0e3;
}

/* mobile fix homepage */
@media screen and (min-width: 1024px){
  .mobile, .flags .short, .btn_lang  {
    display: none !important;
  }
}

#c8136 {
    max-width:500px;
    margin: 0 auto;
}

#c8136 .powermail_fieldwrap_type_check .checkbox {
    float: left;
    margin-right:15px;
}

#c8136 .btn-primary {
    width:220px;
    font-size:22px;
    color: #ffffff;
    background-color: #008B00;
    border-color: #008B00;
}

#main .pagination &gt; li {
    padding-left: 0;
}

@media (max-width: 580px) {
    .pagination &gt; li &gt; a,
    .pagination &gt; li.current {
        position: relative;
        float: left;
        padding: 3px 8px;
    }
}

@media (max-width: 500px) {
    .pagination {
        margin-left: -25px;
        margin-right: -25px;
    }
    .pagination &gt; li &gt; a,
    .pagination &gt; li.current {
        position: relative;
        float: left;
        padding: 3px 5px;
    }
}



.modal-open .jPanelMenu-panel {
   position:static!important;
  -webkit-transform:none!important;
   transform:none!important;
}

/* popup for sosial links */
#header .top .social,
#footer .social{
    display:  block;
    position: relative;
}
#header .social .social_holder{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
#footer .social .social_holder{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
#header .social .social_slide{
    display: none;
    position:  absolute;
    top: 125%;
    right: 0;
    z-index: 10;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    padding: 19px;
    min-width: 280px;
    text-align: left;
}
#footer .social .social_slide{
    display: none;
    position:  absolute;
    bottom: 125%;
    left: 0;
    z-index: 10;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    padding: 19px;
    min-width: 280px;
    text-align: left;
}
#header .social .social_slide p,
#footer .social .social_slide p{
    margin-bottom:  10px;
}
#header .social .social_slide .btn,
#footer .social .social_slide .btn{
    display:  block;
    background: #fce005;
    color:  #333333;
    text-decoration: none;
    max-width:  120px;
    margin: 0 auto !important;
}
#header .social .social_slide .close,
#footer .social .social_slide .close{
    position:  absolute;
    top:  5px;
    right:  5px;
    display:  block;
    width: 24px;
    height: 24px;
    margin:  0;
    opacity:  1;
}
#header .social .social_slide .close:before,
#footer .social .social_slide .close:before{
    content: "";
    position:  absolute;
    width: 15px;
    height:  2px;
    top: 11px;
    left: 5px;
    background: #333333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header .social .social_slide .close:after,
#footer .social .social_slide .close:after{
    content: "";
    position:  absolute;
    width: 15px;
    height:  2px;
    top: 11px;
    left: 5px;
    background: #333333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (max-width: 960px){
    #header .top .social {
        display: none;
    }
}
@media screen and (max-width: 768px){
    #footer .social .social_slide{
        left: -10px;
    }
}
/* /popup for sosial links */


.tx-srfreecap-cant-read {
    display:none;
}
img.tx-srfreecap-image {
    margin-left: 0;
    display: block;
}
.form-group.captcha {
    margin-bottom: 0;
}
.form-group.captcha label{
    display: block;
}
.form-group.captcha div {
    display: inline-block;
    padding-bottom: 0;
}

/** actions page **/
#main .actions{
    max-width: 1200px;
    margin: 0 auto 30px;
}
#main .actions .col{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: flex-end;
}
#main .actions .head{
    margin-top: auto;
    margin-bottom: auto;
    text-align:  center;
}
#main .actions .head h2{
    font-size: 26px;
    margin-bottom: 0;
}
#main .actions .head h2 a{

}
#main .actions .img_holder{
    margin: 24px auto 30px;
}
#main .actions .wrap_btn{
    justify-content: center;
}
#main .actions .btn{
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    background: #e70522;
    color: white;
    padding: 10px 20px 10px 30px;
    position: relative;
}
#main .actions .btn:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom:  -1px;
    right: -21px;
    background: url('/typo3conf/ext/mm_template/Resources/Public/Tmpl/images/icon11.png') no-repeat 0 0;
    background-size: cover;
    width: 21px;
}
#main .actions .btn:hover{
    background: #edecec;
    color: #333333;
}
#main .actions .btn:hover:after{
    background-image: url('/typo3conf/ext/mm_template/Resources/Public/Tmpl/images/icon11_grey.png');
}


#main .actions .btn.grey{
    background: #edecec;
    color: #333333;
}
#main .actions .btn.grey:after{
    background-image: url('/typo3conf/ext/mm_template/Resources/Public/Tmpl/images/icon11_grey.png');
}

#main .actions .btn.grey:hover{
    background: #e70522;
    color: white;
}
#main .actions .btn.grey:hover:after{
    background: url('/typo3conf/ext/mm_template/Resources/Public/Tmpl/images/icon11.png') no-repeat 0 0;
}
/** /action page **/


.news_slider .owl-carousel,
.feedback_slider .owl-carousel{
    padding: 0 30px;
}
@media screen and (max-width: 519px){
    .news_slider .owl-carousel{
        padding: 0;
    }
    .news_slider .slider-item{
        padding: 0;
    }
    .news_slider .latest-text{
        padding: 0 40px;
    }
    .news_slider .owl-carousel .owl-nav .owl-prev,
    .news_slider .owl-carousel .owl-nav .owl-next{
        margin-top: 0;
        top:  60vw;
    }

    .slider-item img {
        margin-bottom: 7px;
    }

}

/** filiale changes **/
@media screen and (max-width: 550px) {
    .descflyer {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .mobflyer {
        display: none;
    }
}
#main .col .item.blue_item{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    background: #1f91d9;
    color:  #ffffff;
    padding: 22px 24px;
    height: 100%;
}
#main .col .item.blue_item a{
    color:  #ffffff;
}
#main .blue_item .img_holder{
    margin-right: 22px;
    min-width:  45px;
}
#main .blue_item h4{
    font-weight:  700;
    margin-bottom: 10px;
}
#main .blue_item p{
    font-weight:  300;
}
/** /filiale changes **/
/** menu angebote **/
li#mm209 a, li#mm209 .current a, li#mm209 .act a{
	color:#ff0000;
}

/** button Online-Shop **/
#online-shop {
    padding: 10px 10px 9px 35px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 1px;
    margin-right: 25px;

    background-image: url(/typo3conf/ext/mm_template/Resources/Public/Tmpl/images/ico-cart1.png);
    background-repeat: no-repeat;
    background-position: 8px 10px;
    background-color: #1f91d9;
    background-size: 20.5px 16.5px;
}

#online-shop:hover{
    background-color: #e70522; /*#185096;*/
}
@media screen and (max-width: 1240px) {
    #online-shop {
        margin-right: 15px;
    }
    #main_menu li a {
        padding: 10px 10px;
    }
}
@media screen and (max-width: 1180px) {
    #online-shop {
        margin-right: 10px;
    }
}
@media screen and (max-width: 1180px) {
    #online-shop {
        margin-right: 7px;
    }
    #main_menu li a {
        padding: 10px 5px;
    }
}
@media screen and (max-width: 1000px) {
    #online-shop {
        margin-right: 4px;
        padding: 9px 7px 9px 33px;
        white-space: nowrap;
    }
    #main_menu li a {
        padding: 10px 4px;
    }
}
@media screen and (max-width: 978px) {
    #online-shop {
        margin-right: 3px;
        padding: 9px 6px 9px 32px;
        white-space: nowrap;
    }
    #main_menu li a {
        padding: 10px 3px;
        font-size: 16px;
    }
}

#online-shop-mob {
    display: none;
}
@media screen and (max-width: 960px) {
    #online-shop {
        display: none;
    }
    #online-shop-mob {
        display: block;
    }
}
/** /button Online-Shop **/



</pre></body></html>