@font-face {
  font-family: 'Skia';
  font-style: normal;
  font-weight: normal;
  src: url('../Fonts/ufonts.com_skia.woff') format('woff');
}
.default_font {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
}
.default_font b,
.default_font strong {
  font-weight: 700;
}
.header_font {
  font-family: 'Skia', Arial, sans-serif;
}
html {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #616161;
  background: #fff;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 0.625rem;
  overflow-y: scroll;
}
html b,
html strong {
  font-weight: 700;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #616161;
  background: #fff;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 1.6rem;
  hyphens: auto;
}
body b,
body strong {
  font-weight: 700;
}
.lead-text {
  font-size: 2rem;
  font-weight: 700;
}
* {
  box-sizing: border-box;
  outline: none;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
.videoframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videoframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-fluid {
  position: relative;
  float: left;
  width: 100%;
}
.container-fluid:not(.header):not(.header_image):not(.footer) .row {
  background: #fff;
}
.container {
  width: 100%;
  max-width: 940px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.row {
  float: left;
  width: calc(100% + 30px);
  margin: 0;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Skia', Arial, sans-serif;
  color: #404040;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2.34rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.67rem;
}
a {
  color: inherit;
  transition: all ease 0.4s;
}
a:visited {
  color: inherit;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
  height: auto;
}
nav ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 2rem;
}
nav li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav a {
  text-decoration: none;
}
form .form-group {
  margin-bottom: 10px;
}
form .form-group > label {
  display: inline-block;
  color: #fff;
  background: #404040;
  padding: 5px 10px;
  text-transform: lowercase;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel],
form textarea {
  width: 100%;
  height: 40px;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 3px solid #404040;
  background-color: #fff;
  text-indent: 10px;
}
form textarea {
  height: 100px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
}
form textarea b,
form textarea strong {
  font-weight: 700;
}
form select {
  width: 100%;
  height: 40px;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 3px solid #404040;
  background-color: #fff;
  padding-left: 10px;
}
form .actions {
  text-align: right;
}
form .actions input[type=submit],
form .actions button {
  display: inline-block;
  width: auto;
  height: 40px;
  font-size: 20px;
  color: #fff;
  -webkit-appearance: none;
  padding: 5px 10px;
  border-radius: 0;
  border: 3px solid #404040;
  background: #404040;
  text-align: left;
  cursor: pointer;
  transition: all ease 0.4s;
}
form .actions input[type=submit]:hover,
form .actions button:hover {
  color: #404040;
  background-color: #fff;
}
header.header {
  position: relative;
  vertical-align: bottom;
  margin-top: 30px;
}
header.header .container {
  position: relative;
  z-index: 3;
}
header.header .row {
  padding: 0 15px;
}
header.header .logo {
  content: url('../Images/ctrl_design_logo.png');
  position: relative;
  width: 47.5%;
  min-width: 250px;
}
nav.menu {
  width: 100%;
  padding: 0;
  border-top: 4px solid #404040;
  border-bottom: 4px solid #404040;
}
nav.menu li {
  position: relative;
  transition: all ease 0.4s;
}
.header_slider {
  margin-top: 50px;
}
.header_slider > .container > .row > .frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 47%;
}
.header_slider > .container > .row > .frame .ce-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header_slider > .container > .row > .frame * {
  display: block;
  width: 100%;
  height: 100%;
}
.header_slider > .container > .row > .frame img {
  object-fit: cover;
  object-position: center;
}
.header_slider > .container > .row > .frame .owl-controls {
  width: 100%;
}
.header_slider > .container > .row > .frame .owl-controls .owl-pagination {
  position: absolute;
  bottom: 4px;
  height: 4px;
  display: flex;
  flex-direction: row;
}
.header_slider > .container > .row > .frame .owl-controls .owl-pagination .owl-page {
  margin: 0 2px;
  flex: 1;
  background: rgba(255, 255, 255, 0.5);
  transition: all ease 0.4s;
}
.header_slider > .container > .row > .frame .owl-controls .owl-pagination .owl-page:first-child {
  margin-left: 4px;
}
.header_slider > .container > .row > .frame .owl-controls .owl-pagination .owl-page:last-child {
  margin-right: 4px;
}
.header_slider > .container > .row > .frame .owl-controls .owl-pagination .owl-page.active {
  background: rgba(255, 255, 255, 0.85);
}
.header_slider > .container > .row > .frame .owl-controls .owl-pagination .owl-page:hover {
  background: #ffffff;
}
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-prev,
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: calc(100% - 16px);
  background: rgba(255, 255, 255, 0.3);
  transition: all ease 0.4s;
}
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-prev:hover,
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-next:hover {
  background: rgba(255, 255, 255, 0.85);
}
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-prev:hover:before,
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-next:hover:before,
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-prev:hover:after,
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-next:hover:after {
  opacity: 1;
}
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-prev:before,
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-next:before,
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-prev:after,
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-next:after {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 12.5%;
  content: '';
  display: block;
  width: 66%;
  height: 2px;
  transform: rotate(-45deg);
  background: #404040;
  opacity: 0.1;
  transition: all ease 0.4s;
}
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-prev:after,
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-next:after {
  top: calc(50% + 8.5px);
  transform: rotate(45deg);
}
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-next {
  left: unset;
  right: 4px;
}
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-next:before,
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-next:after {
  left: unset;
  right: 12.5%;
  transform: rotate(45deg);
}
.header_slider > .container > .row > .frame .owl-controls .owl-buttons .owl-next:after {
  transform: rotate(-45deg);
}
footer.footer {
  padding: 50px 0;
  font-size: 2rem;
}
footer.footer .footer_exxtra {
  opacity: 0.4;
  font-size: 1.4rem;
}
.page-header {
  font-size: 2rem;
}
.content {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 70px;
}
.news.list .col-4:hover {
  transition: all ease 0.4s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.news.list .col-4.active {
  border: 1px dotted #404040;
}
.news.list .col-4 .item.has_videourl {
  cursor: pointer;
}
.news.list .col-4 .item .videourl {
  display: none;
}
.news.list .col-4 .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news.list .col-4 .item .text a {
  position: relative;
  display: block;
  font-weight: 600;
  text-decoration: none;
  padding-right: 30px;
}
.news.list .col-4 .item .text a::after {
  position: absolute;
  right: 0;
  content: '>';
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #404040;
  border-radius: 10px;
}
.socialsharebuttons {
  float: left;
  width: 100%;
  padding: 30px 0 0 5px;
}
.socialsharebuttons a {
  text-decoration: none;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 10px 10px 0;
  padding: 0px;
  background: #404040;
  overflow: hidden;
  transition: all ease 0.4s;
}
.socialsharebuttons a::after {
  display: inline-block;
  width: 27px;
  height: 27px;
  color: #fff;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 900;
  text-align: center;
  line-height: 27px;
}
.socialsharebuttons a.twitter:hover {
  background: #9ce6ea;
}
.socialsharebuttons a.twitter::after {
  content: '\f099';
}
.socialsharebuttons a.facebook:hover {
  background: #4b6da9;
}
.socialsharebuttons a.facebook::after {
  content: '\f39e';
}
.socialsharebuttons a.pinterest:hover {
  background: #C63223;
}
.socialsharebuttons a.pinterest::after {
  content: '\f231';
}
.socialsharebuttons a.copy_url:hover {
  background: #0c0;
  cursor: pointer;
}
.socialsharebuttons a.copy_url .fa {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 27px;
}
.cookiemessage {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}
.cookiemessage * {
  color: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.cookiemessage em {
  display: inline-block;
  font-style: normal;
  padding: 5px 10px;
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all ease 0.4s;
  cursor: pointer;
}
.cookiemessage em:hover {
  color: #404040;
  background: #fff;
}
.popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  display: none;
}
.popup_overlay .popup {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  padding: 10px;
  background: #fff;
}
.popup_overlay .popup.videopopup {
  top: 50%;
  left: 50%;
  width: calc(100vw * 0.9 + 30px);
  height: calc(56.25vw * 0.9 + 30px);
  transform: translate(-50%, -50%);
}
.popup_overlay .popup.videopopup.too_high {
  width: calc(177.78vh * 0.9 + 30px);
  height: calc(100vh * 0.9 + 30px);
}
.popup_overlay .popup.videopopup iframe {
  position: absolute;
  border: 15px solid #fff;
}
.popup_overlay .popup iframe.popup_iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.popup_overlay .popup_close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #c44235;
  border: 2px solid #404040;
  cursor: pointer;
  transition: all ease 0.4s;
}
.popup_overlay .popup_close::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup_overlay .popup_close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup_overlay .popup_close:hover {
  background: #404040;
}
.col {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 12.5%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.67%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.67%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.67%;
  }
  .col-12 {
    width: 100%;
  }
}
@media print {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 12.5%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.67%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.67%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.67%;
  }
  .col-12 {
    width: 100%;
  }
  nav.menu {
    display: none;
  }
  .scrollupbutton {
    display: none;
  }
  .socialsharebuttons {
    display: none;
  }
  .tx-vealrecipes-buttons {
    display: none;
  }
  .content_container.recipesearch {
    display: none;
  }
  .footer {
    display: none;
  }
}
@media screen and (min-width: 551px) and (max-width: 1023px) {
  .col-1 {
    width: 50%;
  }
  .col-2 {
    width: 50%;
  }
  .col-3 {
    width: 50%;
  }
  .col-4 {
    width: 50%;
  }
  .col-5 {
    width: 50%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  header.header .col-3 {
    width: 240px;
  }
  header.header .col-9 {
    width: calc(100% - 240px);
  }
  .recipesearch .control-group {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media screen {
  header.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 51px;
    z-index: 5;
  }
  header.header.fixed .logo {
    padding-top: 5px;
    padding-bottom: 0;
  }
  header.header.fixed .logo * {
    font-size: 24px;
  }
  header.header.fixed nav.menu {
    padding-top: 5px;
    padding-bottom: 0;
  }
  header.header.fixed + .container-fluid {
    margin-top: 121px;
  }
}
@media all and (min-width: 0) {
  nav.menu ul li a {
    display: inline-block;
    padding: 5px 15px;
    font-family: 'Skia', Arial, sans-serif;
    color: #404040;
    text-align: center;
    transition: all ease 0.4s;
  }
  nav.menu ul li:hover > a {
    color: #fff;
    background: #404040;
  }
  nav.menu ul li.active > a {
    color: #fff;
    background: #404040;
  }
}
@media all and (min-width: 768px) {
  header.header.fixed nav.menu li a {
    padding-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  header.header nav.menu ul.level1 {
    display: block !important;
  }
  header.header nav.menu ul.level1 > li {
    position: relative;
  }
  header.header nav.menu ul.level1 > li > ul.level2 {
    position: absolute;
    top: 100%;
    left: -4px;
    width: 200px;
    background: rgba(255, 255, 255, 0.9);
    border: 4px solid #404040;
    display: none;
  }
  header.header nav.menu ul.level1 > li > ul.level2 li {
    width: 100%;
    border-bottom: 2px dotted #404040;
  }
  header.header nav.menu ul.level1 > li > ul.level2 li:last-child {
    border-bottom: none;
  }
  header.header nav.menu ul.level1 > li > ul.level2 li a {
    display: block;
    text-align: left;
    padding: 5px 15px;
  }
  header.header nav.menu ul.level1 > li:hover > ul.level2 {
    display: block;
  }
}
@media all and (max-width: 1023px) {
  header.header nav.menu {
    border-top: none;
  }
  header.header nav.menu ul {
    width: 100%;
  }
  header.header nav.menu ul li {
    width: 100%;
  }
  header.header nav.menu ul li a {
    display: block;
    padding: 10px 50px;
    border-bottom: 1px solid #404040;
  }
  header.header nav.menu > ul {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20vh;
    background: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
    padding-left: calc(50% - 200px);
    padding-right: calc(50% - 200px);
  }
  header.header nav.menu > ul > li {
    position: relative;
    display: block;
  }
  header.header nav.menu > ul > li .plusmin {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
  }
  header.header nav.menu > ul > li .plusmin::after {
    content: '+';
    display: block;
    width: inherit;
    height: inherit;
  }
  header.header nav.menu > ul > li ul.level2 {
    display: none;
    background: rgba(0, 0, 0, 0.1);
  }
  header.header nav.menu > ul > li.active .plusmin,
  header.header nav.menu > ul > li.collapsed .plusmin,
  header.header nav.menu > ul > li:hover .plusmin {
    color: #fff;
  }
  header.header .mobilemenubutton {
    position: fixed;
    top: 15px;
    right: 15px;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    z-index: 1;
    background: #404040;
    cursor: pointer;
    transition: all ease 0.5s;
  }
  header.header .mobilemenubutton::before,
  header.header .mobilemenubutton::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: #fff;
    transition: all ease 0.5s;
  }
  header.header .mobilemenubutton::before {
    top: 4px;
  }
  header.header .mobilemenubutton::after {
    bottom: 4px;
  }
  header.header .mobilemenubutton.active {
    border: none;
  }
  header.header .mobilemenubutton.active:before,
  header.header .mobilemenubutton.active::after {
    width: 26px;
    height: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    bottom: unset;
  }
  header.header .mobilemenubutton.active::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header.header header.header.fixed + .container-fluid {
    margin-top: 51px;
  }
  header.header header.header.fixed nav.menu {
    padding-top: 0;
  }
  header.header header.header.fixed .mobilemenubutton.active {
    top: 7.5px;
  }
}
/*# sourceMappingURL=main.css.map */