@import "css/normalize.css";
@import "css/bootstrap.min.css";
@import "css/navigation.css";
@import "css/ionicons.min.css";
/*
Theme Name: Merkur
Theme URI: https://contenance.de
Author: contenance GmbH
Author URI: https://contenance.de
Description: This Theme is developed by contenance GmbH
Version: 1.0
*/
/* sans-serif ************************
* Light:       font-weight: 300  N
* Regular:     font-weight: 400  N   X
* Semibold:    font-weight: 600  N   X
* Bold:        font-weight: 700  N   X
* Extrabold:   font-weight: 800  N
*
* N = font-style: normal;
* I = font-style: italic;
* ***********************************/
/* serif *****************************
* Regular:     font-weight: 400  N
* Italic:      font-weight: 400  I
* Medium:      font-weight: 500  N   X
* Medium I.:   font-weight: 500  I   X
* Semibold:    font-weight: 600  N   X
* Semibold I.: font-weight: 600  I   X
* Bold:        font-weight: 700  N   X
* Bold I:      font-weight: 700  I   X
*
* N = font-style: normal;
* I = font-style: italic;
* ***********************************/
.ionicons_class {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  position: relative;
  font-family: "minion-pro", sans-serif !important;
}
body .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
body hr {
  border-top: 1px solid #bfbfbf;
}
body p {
  margin: 0 0 20px;
}
body .grey_border {
  border: solid #bfbfbf 1px;
}
body #screen {
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  z-index: 1100;
}
body .content {
  max-width: 1180px;
  margin: 0 auto;
}
body #top-beam {
  position: fixed;
  width: 100%;
  height: 20px;
  background-color: #e23418;
  z-index: 9000;
}
body .responsiveImg {
  width: 100%;
  height: auto;
}
body #header {
  position: relative;
  text-align: center;
  padding-top: 67px;
}
body #header #logo {
  display: block;
  text-indent: -9999px;
  width: 472px;
  height: 86px;
  background: url('images/logo.svg');
  background-size: 472px 86px;
  margin: 0 auto 21px;
}
body #header #slogan {
  display: block;
  text-indent: -9999px;
  width: 470px;
  height: 18px;
  background: url('images/slogan.svg');
  background-size: 470px 18px;
  margin: 0 auto;
}
body #header #main-navigation {
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  left: 0;
  right: 0;
  padding: 33px 0 0 0;
  border-bottom: solid #bfbfbf 1px;
  background-color: white;
  z-index: 800;
}
body #header #main-navigation > #mobile-navigation {
  display: none;
}
body #header #main-navigation > ul {
  position: relative;
  margin: 0;
  padding: 0px;
  list-style: none;
}
body #header #main-navigation > ul > li {
  position: relative;
  display: inline;
  float: left;
  padding-right: 40px;
}
body #header #main-navigation > ul > li.current-menu-item > a,
body #header #main-navigation > ul > li.current-menu-parent > a {
  font-weight: 700;
}
body #header #main-navigation > ul > li:first-child {
  padding-left: 0px !important;
}
body #header #main-navigation > ul > li:first-child > a > i {
  color: #696969;
}
body #header #main-navigation > ul > li:first-child a {
  padding-left: 0px !important;
}
body #header #main-navigation > ul > li:first-child a:hover {
  border-bottom: 0px;
}
body #header #main-navigation > ul > li:hover > ul {
  display: block;
}
body #header #main-navigation > ul > li:active {
  font-weight: 600;
  font-style: normal;
}
body #header #main-navigation > ul > li.menu-item-has-children:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f35f";
  margin-top: 16px;
  margin-left: 5px;
  text-align: left;
}
body #header #main-navigation > ul > li > a {
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  color: #191919;
  float: left;
}
body #header #main-navigation > ul > li > a:hover {
  color: #191919;
  border-bottom: solid #191919 1px;
  padding-bottom: 0px;
  margin-bottom: 9px;
}
body #header #main-navigation > ul > li > ul {
  display: none;
  padding: 0px;
  margin: 0 -100px 0 0;
}
body #header #main-navigation > ul > li > ul > li {
  display: block;
  margin: 0px;
}
body #header #main-navigation > ul > li > ul > li > a {
  text-align: left;
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: #191919;
  padding-bottom: 10px;
}
body #header #main-navigation > ul > li > ul > li > a:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e23418;
  content: "\f363";
  padding-right: 5px;
}
body #header #main-navigation > ul > li > ul > li > a:hover {
  color: #191919;
  font-weight: 600;
  font-style: normal;
}
body #header #badgets {
  position: relative;
  display: block;
  top: 38px;
  float: right;
  z-index: 1200;
}
body #header #badgets .seachbutton {
  position: relative;
  border-left: 10px solid white;
}
body #header #badgets .search-form {
  position: relative;
  left: 141px;
  border-right: 40px solid white;
  white-space: nowrap;
  display: none;
}
body #header #badgets .search-form .search-field {
  position: relative;
  width: 310px;
  height: 45px;
  background-color: white;
  border: 1px solid #bfbfbf;
  outline: none;
  left: 4px;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  padding-left: 14px;
  color: #bfbfbf;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
body #header #badgets .search-form .search-submit {
  position: relative;
  width: 45px;
  height: 45px;
  background: url(images/search.png) no-repeat;
  border: 0;
  outline: none;
  top: -1px;
}
body #header #socialbuttonheader {
  position: absolute;
  top: 229px;
  right: 44px;
  height: 10px;
  width: 100px;
  z-index: 801;
}
body #header #socialbuttonheader .button {
  padding-left: 3px;
}
body #primary {
  padding: 120px 15px 0 15px;
}
body #primary #main {
  float: left;
  width: 70%;
}
body #primary #sidepanel {
  padding-left: 40px;
  float: right;
  width: 25%;
}
body #primary #sidepanel .sidebar-logo {
  width: 210px;
  height: 38px;
}
body #primary #sidepanel h2 {
  color: dimgrey;
  font-family: "jaf-bernina-sans-narrow";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  margin-top: 10px;
}
body #primary #sidepanel article {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
body #primary.content-area {
  min-height: 200px;
  max-width: 1200px;
  margin: 0 auto;
}
body #primary.content-area .entry-content {
  font-family: "minion-pro";
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
body #primary.content-area .entry-content article {
  padding-bottom: 40px;
}
body #primary.content-area .entry-content .ninja-forms-required-items {
  padding-bottom: 23px;
}
body #primary.content-area .entry-content input {
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 11px;
}
body #primary.content-area .entry-content .submit {
  margin-top: 20px;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  background-color: #e23418;
  padding: 8px 20px 8px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  border: 0;
}
body #primary.content-area .entry-content textarea {
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 11px;
}
body #primary.content-area .entry-content label {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  display: block;
}
body #primary.content-area .entry-content select {
  background: none repeat scroll 0 0 white;
  border: 1px solid #bfbfbf;
  display: block;
  margin: 0;
  padding: 11px;
  width: 100% !important;
  font-size: 16px;
}
body #primary.content-area .entry-content h1 {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  color: dimgrey;
}
body #primary.content-area .entry-content h2 {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
body #primary.content-area .entry-content .white_button h1,
body #primary.content-area .entry-content .white_button h2,
body #primary.content-area .entry-content .white_button h3,
body #primary.content-area .entry-content .white_button h4,
body #primary.content-area .entry-content .white_button h5 {
  color: white;
}
body #primary.content-area .entry-content .white_button a {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
  background-color: white;
  padding: 8px 20px 8px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body #primary.content-area .entry-content .white_button a:hover {
  text-decoration: none;
}
body #primary.content-area .entry-content .white_button .nobutton {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #191919;
  background-color: transparent;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
body #primary.content-area .entry-content .white_button .nobutton:hover {
  text-decoration: none;
}
body #primary.content-area .entry-content .red_button a {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  background-color: #e23418;
  padding: 8px 20px 8px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body #primary.content-area .entry-content .red_button a:hover {
  text-decoration: none;
}
body #primary.content-area .entry-content .cr_page {
  margin: 0;
  padding: 0;
  width: 100%;
}
body #primary.content-area .entry-content .cr_page .submit_container {
  text-align: left !important;
}
body #primary.content-area .entry-content .cr_page .submit_container button {
  margin-top: 20px;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  background-color: #e23418;
  padding: 8px 20px 8px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body #primary.content-area .entry-content .cr_page .submit_container button:hover {
  text-decoration: none;
}
body #primary.content-area .entry-content .cr_page .mce_text {
  display: none;
}
body #primary.content-area .entry-content .cr_page .cr_ipe_item {
  padding: 0;
  margin: 0;
}
body #primary.content-area .entry-content .cr_page .cr_ipe_item .itemname {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}
body #primary.content-area .entry-content .cr_page .cr_ipe_item .cr_hr {
  border-top: 1px solid white;
}
body #primary.content-area .entry-content .cr_page .cr_ipe_item input {
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 11px;
  width: 100% !important;
}
body #primary.content-area .entry-content .cr_page .cr_ipe_item select {
  background: none repeat scroll 0 0 white;
  border: 1px solid #bfbfbf;
  display: block;
  margin: 0;
  padding: 11px;
  width: 100% !important;
  font-size: 16px;
  border-radius: 3px;
}
body #primary.content-area .entry-content .lates_blog_plugin h3 {
  color: #696969;
  font-family: "jaf-bernina-sans-narrow";
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body #primary.content-area .entry-content .lates_blog_plugin h3 a {
  color: #696969;
}
body #primary.content-area .entry-content .lates_blog_plugin .latest_blog_inner {
  padding-bottom: 30px;
}
body #primary.content-area .entry-content .lates_blog_plugin .latest_blog_inner .date {
  font-family: "minion-pro";
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  margin-top: 4px;
}
body #primary.content-area .entry-content .lates_blog_plugin .latest_blog_inner .author {
  font-family: "minion-pro";
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  margin: 0;
}
body #primary.content-area .entry-content .lates_blog_plugin .latest_blog_inner .author a {
  font-family: "minion-pro";
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
}
body #primary.content-area .entry-content .lates_blog_plugin .latest_blog_inner a {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  color: #191919;
  text-decoration: none;
}
body #primary.content-area .entry-content .lates_blog_plugin .latest_blog_inner a:hover {
  text-decoration: none;
  border-bottom: solid #191919 1px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .title_aktuelleAusgabe h4 {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .vc_gitem-post-data {
  margin-bottom: 15px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .otherarticle h3 {
  color: #696969;
  font-family: "jaf-bernina-sans-narrow";
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  text-transform: uppercase;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .firsth1 {
  margin-bottom: 0;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .firsth1 h1 {
  margin-bottom: 5px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_merkur h2 {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 2px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_merkur h2 a {
  color: #191919;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_merkur h2 a:hover {
  text-decoration: none;
  border-bottom: solid #191919 1px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_merkur .badget {
  float: left;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: white;
  background-color: #e23418;
  padding: 3px 18px 3px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 12px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_merkur .author {
  font-family: "minion-pro";
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  height: 34px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_merkur .description {
  padding-bottom: 20px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_merkur .description a {
  color: #e23418;
  text-decoration: none;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_archiv {
  padding-bottom: 40px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_archiv .postdate {
  font-family: "minion-pro";
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: -4px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_archiv h2 {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 2px;
  margin-top: 0;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_archiv h2 a {
  color: #191919;
  text-decoration: none;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_archiv h2 a:hover {
  text-decoration: none;
  border-bottom: solid #191919 1px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_archiv .badget {
  float: left;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: white;
  background-color: #e23418;
  padding: 3px 18px 3px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 12px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_archiv .author {
  font-family: "minion-pro";
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  height: 34px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_archiv .description {
  padding-bottom: 20px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_archiv .description a {
  color: #e23418;
  text-decoration: none;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_past_articles {
  padding-bottom: 30px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_past_articles h2 {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 16px;
  margin-bottom: 2px;
  margin-top: 0;
  line-height: 18px;
  padding-top: 14px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_past_articles h2 a {
  color: #191919;
  font-weight: 600;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_past_articles h2 a:hover {
  text-decoration: none;
  border-bottom: solid #191919 1px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_past_articles h2 .author {
  font-family: "minion-pro";
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  font-weight: 400;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .merkur_past_articles h2 .desc {
  font-family: "minion-pro";
  font-size: 19px;
  font-style: italic;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_too_merkur {
  padding-bottom: 28px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_too_merkur h2 {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 0;
  line-height: 18px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_too_merkur h2 a {
  color: #191919;
  text-decoration: none;
  font-weight: 600;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_too_merkur h2 a:hover {
  text-decoration: none;
  border-bottom: solid #191919 1px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_too_merkur .badget {
  float: left;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: white;
  background-color: #e23418;
  padding: 3px 18px 3px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: -10px;
}
body #primary.content-area .entry-content .home-content .vc_column-inner .current_too_merkur .author {
  font-family: "minion-pro";
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  height: 34px;
  margin-top: 4px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .logo {
  width: 100%;
  max-width: 266px;
  height: auto;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan h3 {
  color: #696969;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  margin-top: 20px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan ul {
  padding: 0;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_archive h3 {
  padding-top: 7px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_archive ul {
  list-style-type: none;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_archive ul li a {
  color: #191919;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_text h3 {
  padding-top: 0px !important;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .wp_widget_plugin_box h3 {
  padding-top: 30px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_entries h3 {
  padding-top: 30px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_entries ul {
  list-style-type: none;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_entries ul li {
  padding-bottom: 17px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_entries ul li a {
  color: #191919;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_entries ul li .link a {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_entries ul li .author {
  font-family: "minion-pro";
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 3px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_entries ul li .post-date {
  display: block;
  font-family: "minion-pro";
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 10px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_text .textwidget a {
  color: #191919;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_comments ul {
  list-style-type: none;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_comments ul li {
  padding-bottom: 15px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_comments ul li .comment-wrote-date {
  display: block;
  font-family: "minion-pro";
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 10px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_comments ul li a {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #191919;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_comments ul li .comment-author-link {
  font-family: #191919;
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 3px;
}
body #primary.content-area .entry-content #sidebarcontainer #sidebar_slogan .widget_recent_comments ul li .comment-author-link a {
  font-family: "minion-pro";
  font-family: #191919;
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 3px;
}
body #primary.content-area .entry-content .post .entry-header {
  padding-bottom: 30px;
}
body #primary.content-area .entry-content .post .entry-header .entry-title {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #191919;
  margin-bottom: 0;
}
body #primary.content-area .entry-content .post .entry-header .entry-date {
  display: block;
  font-family: "minion-pro";
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 10px;
}
body #primary.content-area .entry-content .post .entry-header .entry-author {
  font-family: "minion-pro";
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 3px;
}
body #primary.content-area .entry-content .post .entry-header .entry-author a {
  color: #191919;
}
body #primary.content-area .entry-content .post .entry-header .socialbuttonb div a img {
  width: 35px;
  height: auto;
}
body #primary.content-area .entry-content .post .subtitle {
  position: relative;
  font-weight: 600;
  padding-bottom: 20px;
  top: -5px;
}
body #primary.content-area .entry-content .post .entry-content a {
  color: #e23418;
}
body #primary.content-area .entry-content .post .entry-content p {
  line-height: 29px;
}
body #primary.content-area .entry-content .post .entry-content p:first-child:first-letter {
  font-size: 60px;
  font-weight: 600;
  float: left;
  padding: 10px 5px 10px 0;
  height: 64px;
  line-height: 38px;
}
body #primary.content-area .entry-content .post .entry-content blockquote {
  padding: 0 0 14px 40px;
  margin: 0;
  font-size: 17.5px;
  border-left: 0;
}
body #primary.content-area .entry-content .post .entry-content blockquote p em:last-child {
  font-family: "minion-pro";
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 10px;
}
body #primary.content-area .entry-content .post .entry-content blockquote p:first-child:first-letter {
  font-family: "minion-pro";
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  float: none;
  padding: 0;
  height: auto;
  line-height: 29px;
}
body #primary.content-area .entry-content .endline {
  margin: 60px 0 30px 0;
}
body #primary.content-area .entry-content .socialbuttona {
  text-align: right;
  padding-bottom: 20px;
}
body #primary.content-area .entry-content #comments .comment-notes {
  margin: 0 0 30px;
}
body #primary.content-area .entry-content #comments .comments-title {
  padding-bottom: 30px;
}
body #primary.content-area .entry-content #comments ol {
  list-style-type: none;
}
body #primary.content-area .entry-content #comments .comment-list {
  padding-left: 0 !important;
}
body #primary.content-area .entry-content #comments .comment-body {
  border-bottom: 1px solid #ededed;
  margin-bottom: 35px;
}
body #primary.content-area .entry-content #comments .comment-body .after-comment {
  padding-bottom: 35px;
}
body #primary.content-area .entry-content #comments .comment-body .comment-body {
  border-bottom: 0;
}
body #primary.content-area .entry-content #comments .comment-body p {
  margin-bottom: 6px;
}
body #primary.content-area .entry-content #comments .comment-body .comment-author {
  display: block;
  font-family: "minion-pro";
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 10px;
}
body #primary.content-area .entry-content #comments .comment-body .comment-author a {
  color: #191919;
}
body #primary.content-area .entry-content #comments .comment-body .reply a {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #e23418;
}
body #primary.content-area .entry-content .navigate_postnavigation .post-navigation {
  min-height: 73px;
}
body #primary.content-area .entry-content .navigate_postnavigation .post-navigation .nav-links {
  position: relative;
  border-top: 1px solid #191919;
  margin-top: 40px;
}
body #primary.content-area .entry-content .navigate_postnavigation .post-navigation .nav-links .nav-previous {
  position: absolute;
  left: 0;
  margin-top: 25px;
}
body #primary.content-area .entry-content .navigate_postnavigation .post-navigation .nav-links .nav-previous a {
  color: #191919;
}
body #primary.content-area .entry-content .navigate_postnavigation .post-navigation .nav-links .nav-previous .post-prev-title .desc {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
body #primary.content-area .entry-content .navigate_postnavigation .post-navigation .nav-links .nav-previous .post-prev-title .title {
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 3px;
}
body #primary.content-area .entry-content .navigate_postnavigation .post-navigation .nav-links .nav-next {
  position: absolute;
  right: 0;
  margin-top: 25px;
}
body #primary.content-area .entry-content .navigate_postnavigation .post-navigation .nav-links .nav-next a {
  color: #191919;
}
body #primary.content-area .entry-content .navigate_postnavigation .post-navigation .nav-links .nav-next .post-next-title {
  text-align: right;
}
body #primary.content-area .entry-content .navigate_postnavigation .post-navigation .nav-links .nav-next .post-next-title .desc {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
body #primary.content-area .entry-content .navigate_postnavigation .post-navigation .nav-links .nav-next .post-next-title .title {
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 3px;
}
body #primary.content-area .alm-reveal {
  margin-bottom: 40px;
  line-height: 26px;
}
body #primary.content-area .alm-reveal a {
  color: #e23418;
}
body #primary.content-area .alm-reveal a img {
  position: relative;
  float: left;
  margin-right: 16px;
  margin-top: 16px;
}
body #primary.content-area .alm-reveal .entry-meta {
  font-family: "minion-pro";
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 10px;
}
body #primary.content-area .alm-reveal .entry-meta a {
  color: #191919;
}
body #primary.content-area .alm-reveal ol li {
  padding: 0 !important;
}
body #primary.content-area .alm-reveal h3 {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 0;
}
body #primary.content-area .alm-reveal h3 a {
  color: #191919;
  text-decoration: none;
}
body #primary.content-area .alm-reveal h3 a:hover {
  text-decoration: none;
  border-bottom: solid #191919 1px;
}
body #primary.content-area .alm-reveal .author {
  font-family: "minion-pro";
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 3px;
}
body #primary.content-area .alm-reveal .author a {
  color: #191919;
}
body #primary.content-area .woocommerce .woocommerce-message {
  display: none;
}
body #primary.content-area .woocommerce form .input-checkbox {
  margin: 8px;
  position: relative;
}
body #primary.content-area .woocommerce form #payment {
  background: white;
  border-radius: 5px;
}
body #primary.content-area .woocommerce form h3 {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #696969;
  text-transform: uppercase;
}
body #primary.content-area .woocommerce form label {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
body #primary.content-area .woocommerce form .terms .input-checkbox {
  margin: 8px;
  position: relative;
}
body #primary.content-area .woocommerce form .wfg-add-gifts {
  float: right;
}
body #primary.content-area .woocommerce form .woocommerce-checkout-review-order-table .actions {
  display: none !important;
}
body #primary.content-area .woocommerce .checkoutimage {
  padding: 20px 0;
}
body #primary.content-area .woocommerce input {
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 11px;
}
body #primary.content-area .woocommerce select {
  background: none repeat scroll 0 0 white;
  border: 1px solid #bfbfbf;
  display: block;
  margin: 0;
  padding: 11px;
  width: 100% !important;
  font-size: 16px;
  border-radius: 3px;
}
body #primary.content-area .woocommerce .woocommerce-error,
body #primary.content-area .woocommerce .woocommerce .woocommerce-info,
body #primary.content-area .woocommerce .woocommerce .woocommerce-message {
  padding: 1em 2em 1em 3.5em!important;
  margin: 0 0 2em!important;
  position: relative;
  background-color: #ffffff;
  color: #191919;
  border: 2px #e23418 solid;
  border-radius: 3px;
  list-style: none!important;
  width: auto;
  word-wrap: break-word;
  margin-top: 29px !important;
}
body #primary.content-area .woocommerce .checkoutbutton {
  color: white;
  font-family: "jaf-bernina-sans-narrow";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
  text-decoration: none;
  border-radius: 3px;
  left: auto;
  background-color: #e23418;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
}
body #primary.content-area .woocommerce a.remove {
  display: inline-block;
  vertical-align: top;
  color: #e23418 !important;
}
body #primary.content-area .woocommerce a.remove:hover {
  color: #b31900 !important;
  background: #ffffff;
}
body #primary.content-area .woocommerce .categories .productbox-inner {
  min-height: 170px;
}
body #primary.content-area .woocommerce .categories .productbox-inner a {
  text-decoration: none;
}
body #primary.content-area .woocommerce .categories .productbox-inner h2 {
  color: #191919;
  font-family: "jaf-bernina-sans-narrow";
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 30px;
}
body #primary.content-area .woocommerce .categories .productbox-inner h2.red {
  color: #e23418;
}
body #primary.content-area .woocommerce .categories .nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
body #primary.content-area .woocommerce .categories .product-line {
  position: relative;
  background: #d50606;
  border: 1px solid black;
  margin: 55px 0 30px 0;
}
body #primary.content-area .woocommerce .categories .product-line:after,
body #primary.content-area .woocommerce .categories .product-line:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body #primary.content-area .woocommerce .categories .arrowbox-active:after {
  border-color: rgba(213, 6, 6, 0);
  border-bottom-color: white;
  border-width: 21px;
  margin-left: -21px;
  margin-bottom: -1px;
}
body #primary.content-area .woocommerce .categories .arrowbox-active:before {
  border-color: rgba(245, 237, 0, 0);
  border-bottom-color: black;
  border-width: 23px;
  margin-left: -23px;
}
body #primary.content-area .woocommerce .products a {
  color: #191919;
  text-decoration: none;
}
body #primary.content-area .woocommerce .products h3 {
  font-family: "jaf-bernina-sans-narrow";
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
body #primary.content-area .woocommerce .products .wc-gzd-additional-info a {
  color: #e23418;
}
body #primary.content-area .woocommerce .products .wc-gzd-additional-info a:hover {
  text-decoration: underline;
}
body #primary.content-area .woocommerce .products .inner {
  margin-top: 40px;
}
body #primary.content-area .woocommerce .products .added_to_cart {
  color: #191919;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
}
body #primary.content-area .woocommerce .products .price {
  display: block;
  padding-bottom: 15px;
}
body #primary.content-area .woocommerce .products .price .price-secound {
  font-style: italic;
}
body #primary.content-area .woocommerce .products .price .amount {
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
}
body #primary.content-area .woocommerce .products .price ins {
  text-decoration: none;
}
body #primary.content-area .woocommerce .products .price ins .amount {
  color: green;
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
}
body #primary.content-area .woocommerce .products .price del {
  color: #e23418;
}
body #primary.content-area .woocommerce .products .price del .amount {
  color: #e23418;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
body #primary.content-area .woocommerce .products .variations_form .variations {
  margin: 0 auto;
}
body #primary.content-area .woocommerce .products .variations_form .variations .label {
  display: none;
}
body #primary.content-area .woocommerce .products .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  display: none;
}
body #primary.content-area .woocommerce .term-description {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  padding: 40px 0 40px 0;
}
body #primary.content-area .woocommerce .woocommerce-message {
  border: 1px solid #E4E4E4;
}
body #primary.content-area .woocommerce .woocommerce-message:before {
  color: #191919;
}
body #primary.content-area .woocommerce .cart-collaterals .total {
  margin-bottom: 10px;
}
body #primary.content-area .woocommerce .cart-collaterals .total strong {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
body #primary.content-area .woocommerce .cart-collaterals .total .amount {
  font-family: "minion-pro";
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
  line-height: 42px;
}
body #primary.content-area .woocommerce .cart-collaterals .per_year {
  display: block;
  font-family: "jaf-bernina-sans-narrow";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
body #primary.content-area .woocommerce .cart-collaterals .total-info {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
body #primary.content-area .woocommerce .cart-collaterals .total-info span {
  position: relative;
  display: block;
  font-weight: 600;
  padding-top: 40px;
}
body #primary.content-area .woocommerce .cart-collaterals .total-info a {
  color: #e23418;
}
body #primary.content-area .woocommerce .cart-collaterals .mini_cart_item .cart-product-title {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
body #primary.content-area .woocommerce .cart-collaterals .mini_cart_item .product-image {
  display: inline-block;
}
body #primary.content-area .woocommerce .cart-collaterals .gift-title {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}
body #primary.content-area .woocommerce .cart-collaterals .no-gift {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  color: #e23418;
  line-height: 17px;
}
body #primary.content-area .woocommerce .cart-collaterals .notice {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  background-color: #696969;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
}
body #primary.content-area .woocommerce .cart-collaterals .notice b {
  display: block;
}
body #primary.content-area .woocommerce #respond input#submit,
body #primary.content-area .woocommerce a.button,
body #primary.content-area .woocommerce button.button,
body #primary.content-area .woocommerce input.button {
  color: white;
  font-family: "jaf-bernina-sans-narrow";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
  text-decoration: none;
  border-radius: 3px;
  left: auto;
  background-color: #e23418;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
}
body #primary.content-area .woocommerce_cart .wfg-add-gifts {
  float: right;
}
body #primary.content-area .woocommerce_cart .wc-forward {
  float: right;
}
body #primary.content-area .woocommerce_cart .payment_methods {
  border-bottom: 0;
}
body #primary.content-area .woocommerce_cart h1 {
  color: #696969;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
}
body #primary.content-area .woocommerce_cart h2 {
  color: #191919;
  font-family: "jaf-bernina-sans-narrow";
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
body #primary.content-area .woocommerce_cart h3 {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 0;
}
body #primary.content-area .woocommerce_cart .extraproducts {
  padding: 30px 15px 0 15px;
}
body #primary.content-area .woocommerce_cart .extraproducts .vc_inner {
  padding-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 40px;
}
body #primary.content-area .woocommerce_cart .extraproducts .vc_inner .product-price {
  padding-top: 20px;
}
body #primary.content-area .woocommerce_cart .extraproducts .vc_inner .product-price .amount {
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
}
body #primary.content-area .woocommerce_cart .extraproducts .vc_inner .product-price .per_year {
  display: block;
  font-family: "jaf-bernina-sans-narrow";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
body #primary.content-area .woocommerce_cart form {
  padding-top: 30px;
}
body #primary.content-area .woocommerce_cart .wfg-gifts {
  display: inline-block;
}
body #primary.content-area .woocommerce_cart .wfg-gifts .wfg-gift-item {
  position: relative;
  max-width: 197px;
  text-align: center;
  float: left;
  padding-right: 36px;
}
body #primary.content-area .woocommerce_cart .wfg-gifts .wfg-gift-item .info {
  position: absolute;
  top: -8px;
  right: 27px;
}
body #primary.content-area .woocommerce_cart .wfg-gifts .wfg-gift-item .wfg-title {
  min-height: 320px;
}
body #primary.content-area .woocommerce_cart .wfg-gifts .wfg-gift-item .wfg-title img {
  padding-bottom: 30px;
}
body #primary.content-area .woocommerce_cart .wfg-gifts .wfg-gift-item h3 {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 0;
}
body #primary.content-area .woocommerce_cart .wfg-gifts .wfg-gift-item p {
  font-family: "minion-pro";
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
}
body #primary.content-area .site_home_extracontent .footer_inner {
  color: white;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
body #primary.content-area .site_home_extracontent .footer_inner.color_black {
  color: #191919;
}
body #primary.content-area .site_home_extracontent .footer_inner h1 {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 30px;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-panel-body h2 {
  padding-bottom: 40px;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-panel-body .previewtext {
  min-height: 110px;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-panel-body .previewtext2 {
  min-height: 225px;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-panel-body .previewtext3 {
  min-height: 125px;
}
body #primary.content-area .site_home_extracontent .footer_inner .price {
  font-size: 45px;
  font-weight: 700;
}
body #primary.content-area .site_home_extracontent .footer_inner .price .price-secound {
  font-style: italic;
}
body #primary.content-area .site_home_extracontent .footer_inner .footnote {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-panel-heading {
  display: none;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-panels,
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-panel-body {
  border: 0;
  background: none;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-tabs-container {
  display: block;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-tabs-list {
  margin: 0;
  text-align: center;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-tabs-list .vc_tta-tab {
  margin: 0;
  min-width: 140px;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-tabs-list .vc_tta-tab:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-tabs-list .vc_tta-tab:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #E23418;
  background: white;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-tabs-list .vc_tta-tab a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid white;
  background: transparent;
  color: white;
}
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-tab.vc_active > a::before,
body #primary.content-area .site_home_extracontent .footer_inner .vc_tta-tab.vc_active > a::after {
  border-top: 0;
}
body .merkurlightbox {
  display: none;
}
body .merkurlightbox.featherlight-inner .author {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
body .merkurlightbox.featherlight-inner .title {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 2px;
}
body .merkurlightbox.featherlight-inner .desc {
  font-family: "minion-pro";
  font-size: 15px;
  line-height: 22px;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page {
  margin: 0;
  padding: 0;
  width: 100%;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page .submit_container {
  text-align: left !important;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page .submit_container button {
  margin-top: 20px;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  background-color: #e23418;
  padding: 8px 20px 8px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page .submit_container button:hover {
  text-decoration: none;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page .mce_text {
  display: none;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page #3362637 {
  display: none;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page #3362642 {
  display: none;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page .cr_ipe_item {
  padding: 0;
  margin: 0;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page .cr_ipe_item .itemname {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page .cr_ipe_item .cr_hr {
  border-top: 1px solid white;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page .cr_ipe_item input {
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 11px;
  width: 100% !important;
}
body .merkurlightbox.featherlight-inner .cr_form-container .cr_form .cr_page .cr_ipe_item select {
  background: none repeat scroll 0 0 white;
  border: 1px solid #bfbfbf;
  display: block;
  margin: 0;
  padding: 11px;
  width: 100% !important;
  font-size: 16px;
  border-radius: 3px;
}
body .newsletter_outer {
  display: none;
  cursor: auto;
}
body .newsletter_outer .newsletter_inner {
  max-width: 565px !important;
  padding: 30px 50px 15px 50px !important;
  border-bottom: 0 !important;
}
body .newsletter_outer .newsletter_inner .merkurlightbox {
  text-align: center;
}
body .newsletter_outer .newsletter_inner .merkurlightbox form .cr_page .editable_content div input {
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 11px;
  width: 70%;
  margin-right: 11px;
}
body .newsletter_outer .newsletter_inner .merkurlightbox form .cr_page .editable_content div button {
  margin-top: 20px;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  background-color: #e23418;
  padding: 8px 28px 8px 28px;
  border: 0;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
body .newsletter_outer .newsletter_inner .merkurlightbox .heading {
  font-family: "jaf-bernina-sans-narrow";
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  padding-top: 40px;
}
body .newsletter_outer .newsletter_inner .merkurlightbox .text {
  font-family: "minion-pro";
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 0px;
}
body footer {
  clear: both;
}
body footer.site-footer {
  min-height: 388px;
  background-color: #696969;
}
body footer.site-footer #footer_inner {
  padding: 65px 9px 0 9px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
body footer.site-footer #footer_inner .button_white {
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
  background-color: white;
  padding: 8px 20px 8px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
body footer.site-footer #footer_inner .container-fluid .row {
  color: white;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
body footer.site-footer #footer_inner .container-fluid .row .leftbox {
  padding-left: 0;
}
body footer.site-footer #footer_inner .container-fluid .row .rightbox {
  padding-right: 0;
}
body footer.site-footer #footer_inner .container-fluid .row h2 {
  color: white;
  font-family: "jaf-bernina-sans-narrow";
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  margin-top: 5px;
}
body footer.site-footer #footer_inner .container-fluid .row .box {
  padding-bottom: 20px;
}
body footer.site-footer #footer_inner .container-fluid .row .menu-fusszeile-der-merkur-container ul,
body footer.site-footer #footer_inner .container-fluid .row .menu-fusszeile-abonnement-container ul,
body footer.site-footer #footer_inner .container-fluid .row .menu-fusszeile-shortlink-container ul {
  list-style: none;
  padding: 0;
}
body footer.site-footer #footer_inner .container-fluid .row .menu-fusszeile-der-merkur-container ul li,
body footer.site-footer #footer_inner .container-fluid .row .menu-fusszeile-abonnement-container ul li,
body footer.site-footer #footer_inner .container-fluid .row .menu-fusszeile-shortlink-container ul li {
  padding-bottom: 5px;
}
body footer.site-footer #footer_inner .container-fluid .row .menu-fusszeile-der-merkur-container ul li a,
body footer.site-footer #footer_inner .container-fluid .row .menu-fusszeile-abonnement-container ul li a,
body footer.site-footer #footer_inner .container-fluid .row .menu-fusszeile-shortlink-container ul li a {
  color: white;
}
body footer.site-footer #footer_inner .container-fluid .row .footerlogo {
  margin-bottom: 30px;
  display: block;
  height: 41px;
  width: 220px;
}
body footer.site-footer-bottom {
  height: auto;
  background-color: #191919;
  padding-bottom: 5px;
}
body footer.site-footer-bottom #footer_inner {
  padding: 6px 9px 0 9px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
body footer.site-footer-bottom #footer_inner .site-info {
  color: white;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  line-height: 22px;
}
body footer.site-footer-bottom #footer_inner .site-info a {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body #header #logo {
    width: 419px;
    height: 71px;
    background-size: 419px 71px;
    margin: 0 auto 21px;
  }
  body #header #slogan {
    width: 320px;
    height: 18px;
    background-size: 320px 18px;
  }
  body #header #main-navigation #menu-hauptnavigation .closeButtonNav {
    padding-top: 6px;
    background-color: #191919;
    display: block !important;
  }
  body #header #main-navigation #menu-hauptnavigation .closeButtonNav a {
    color: white;
  }
  body #header #main-navigation > #mobile-navigation {
    display: block;
  }
  body #header #main-navigation > #mobile-navigation .ion-navicon-round {
    background-color: white;
    border: 0;
  }
  body #header #main-navigation > #menu-hauptnavigation {
    display: none;
    z-index: 1200;
  }
  body #header #main-navigation > #menu-hauptnavigation > li {
    width: 100%;
    min-height: 40px;
  }
  body #header #main-navigation > #menu-hauptnavigation > li a {
    text-align: center;
    float: none;
  }
  body #header #main-navigation > #menu-hauptnavigation > li > ul {
    margin-right: 0px;
    padding: 10px 0 20px 0;
  }
  body #header #main-navigation > #menu-hauptnavigation > li > ul li {
    min-height: 25px;
  }
  body #header #main-navigation > #menu-hauptnavigation > li > ul li a {
    text-align: center;
    float: none;
  }
  body #header #main-navigation > #menu-hauptnavigation > li.menu-item-has-children:before {
    position: absolute;
    right: 20px;
    margin-top: 0px;
  }
  body #header #badgets .seachbutton {
    display: none;
  }
  body #header #socialbuttonheader {
    display: none;
  }
  body #primary.content-area .woocommerce .categories .greyline {
    padding-bottom: 15px;
    border-bottom: solid #bfbfbf 2px;
  }
  body #primary.content-area .woocommerce .categories .product-line {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body .newsletter_outer .newsletter_inner .merkurlightbox img {
    max-width: 244px;
    width: 100% !important;
    height: auto;
  }
  body .newsletter_outer .newsletter_inner .merkurlightbox form .cr_page .editable_content div input {
    width: 100%;
    margin-right: 0px;
  }
  body .newsletter_outer .newsletter_inner .merkurlightbox form .cr_page .editable_content div button {
    width: 100%;
  }
  body .grey_border {
    border: 0 !important;
  }
  body #header #logo {
    width: 294px;
    height: 53px;
    background-size: 294px 53px;
    margin: 0 auto 15px;
  }
  body #header #slogan {
    width: 293px;
    height: 15px;
    background-size: 293px 15px;
  }
  body .content-area .entry-content h1 {
    font-size: 39px !important;
    line-height: 39px !important;
  }
  body .content-area .site_home_extracontent .footer_inner h1 {
    font-size: 33px !important;
    line-height: 29px !important;
  }
  body .content-area .site_home_extracontent .footer_inner .vc_tta-panel-body .previewtext2 {
    min-height: 0 !important;
  }
  body #primary #main {
    float: left;
    width: 100%;
  }
  body #primary #sidepanel {
    float: right;
    width: 100%;
    border-top: solid #bfbfbf 2px;
    padding: 40px 0 40px 0;
  }
  body .home-content {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1199px) {
  #header #main-navigation {
    padding: 33px 0 0 0 !important;
  }
  #primary > div > div:nth-child(1) > div > div > div > div > div.home-content.wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100% !important;
  }
}
/* Dirty fixes */
#order_review > div.payment-container > p.form-row.legal.terms {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0px;
}
