/*
Theme Name:     Peter Hahn Corporate Theme
Theme URI:    http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme
Author:         Brandpfeil GmbH
Theme URI:    http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

/* Backgroundfarbe Linktext Footer */
.widget_nav_menu ul li.current_page_item a{
	background-color: #F1EDEE!important;
}
/* Helper classes */
.visible-xs, .visible-sm {
  display: none;
}

@media (max-width: 1023px) {
  .visible-sm {
    display: block;
  }
}

@media (max-width: 767px) {
  .visible-sm {
    display: none;
  }

  .visible-xs {
    display: block;
  }
}

/* Blog icon */
.mk-header-social .mk-svg-icon[data-name=mk-jupiter-icon-simple-wordpress] {
  display: none
}

.mk-header-social ul li a svg {
  width: 16px;
}

.mk-header-social a.wordpress-hover {
  display: none;
}

/* New Google Plus Icon */
.mk-header-social .mk-svg-icon[data-name=mk-jupiter-icon-simple-googleplus] {
  display: none;
}
.mk-header-social a.googleplus-hover {
  background: url(/img/google-plus.svg) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  top: 7px;
}

.mk-header-social a.googleplus-hover:hover {
  background-image: url(/img/google-plus-hover.svg);
}

/* Menu styles */
.main-navigation-ul ul.sub-menu li.menu-item:hover > a.menu-item-link {
  color: #f3f3f3 !important;
}

/* Language switch */
.main-nav-languages {
  display: inline-block;
}

.main-nav-languages ul {
  list-style: none;
}

.main-nav-languages ul li a {
  text-transform: uppercase !important;
  vertical-align: middle;
}

.main-nav-languages ul li a .mk-svg-icon {
  padding: 0 0 3px 3px;
}

.main-nav-languages .submenu {
  display: none;
  background-color: #f3f3f3;
  padding: 8px 0;
  margin-left: 0;
  position: absolute;
  top: 100%;
}

.main-nav-languages .submenu li {
  margin-left: 0;
}

.main-nav-languages .submenu li a {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 18px;
  color: #8b7586;
  display: block;
  padding: 10px 30px 10px 20px;
  text-align: left;
  transition: all .2s ease-in-out;
}

.main-nav-languages ul li.dropdownOpen .submenu {
  display: block !important;
}

.main-nav-languages .submenu li a:hover {
  background-color: #d4c9cb !important;
  color: #f3f3f3 !important;
}

.main-nav-languages ul li.dropdownOpen .submenu::after {
  background-color: #8b7586;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-nav-languages-mobile li ul li a {
  text-transform: uppercase !important;
}

/* Menu overrides */
.main-navigation-ul > li.menu-item > a.menu-item-link {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/* Contact Form 7 overrides */
div.wpcf7-validation-errors {
  border: none;
  background-color: initial;
  color: #9e0121;
}

div.wpcf7-response-output {
  padding: 0;
  font-size: 13px;
  font-weight: normal;
}

.wpcf7-form input[type=email] {
  background-color: #fff !important;
}

/* download form with email confirmation */
.download-form {
  color: #473c41;
  font-weight: normal;
}

.download-form .wpcf7-submit {
  background-color: #473c41;
  color: #fff;
  padding: 11px 28px;
  margin: 10px 0;
  height: 40px;
  font-size: 18px;
  line-height: 18px;
}

.download-form input[type=email] {
  background-color: #fff !important;
  color: #999;
  width: auto;
  height: 40px;
}

.download-form span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7 .download-form img.ajax-loader {
  margin-bottom: 0;
}

.download-form .wpcf7-response-output {
  display: none !important;
}

.wpcf7-form.sent .download-form {
  display: none;
}

/* Download Manager overrise */
.w3eden .panel {
  border: none;
}

.w3eden .panel-body {
  padding: 0;
}

.w3eden .panel-heading {
  display: none;
}

.w3eden .wpdm_icon {
  display: none;
}

.w3eden .ptitle {
  display: none;
}

.w3eden .alert-success,
div.wpcf7-mail-sent-ok {
  font-weight: normal;
  border: none;
  background-color: inherit;
  font-size: 14px;
  color: #473c41;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

.w3eden .alert > div{
  text-align: left !important;
  color: #473c41 !important;
}

div.wpcf7-mail-sent-ok hr {
  border-top-color: transparent;
  margin: 0 !important;
}

.w3eden .alert-success .btn-success,
.w3eden .alert-success .btn-success:hover,
.w3eden .alert-success .btn-success:focus,
.w3eden .alert-success .btn-success:active,
.wpcf7-mail-sent-ok .btn-success,
.wpcf7-mail-sent-ok .btn-success:hover,
.wpcf7-mail-sent-ok .btn-success:focus,
.wpcf7-mail-sent-ok .btn-success:active {
  background-color: #473c41;
}

.w3eden .alert-success .btn-success .fa-downlaod,
.wpcf7-mail-sent-ok .btn-success .fa-downlaod {
  display: none;
}

.w3eden .alert-success .btn-success,
.wpcf7-mail-sent-ok .btn-success {
  border-radius: 0;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: normal;
  font-size: 18px;
  padding: 11px 28px 12px 28px;
  margin: 10px 0;
  height: 40px;
  line-height: 18px;
}

.w3eden .alert-success .btn-success:hover,
.w3eden .wpcf7-mail-sent-ok .btn-success:hover {
  background-color: #473c41;
}

.w3eden .alert-success {
  padding: 0;
}

.w3eden .alert-success .btn-block {
    width: auto!important;
    display: inline-block;
}

.alert.alert-success:before {
    content: none;
}

.w3eden .alert.alert-success[data-title] {
    border: none !important;

} 

.w3eden .alert.alert-success,
.w3eden .alert.alert-success *:not(.btn) {
    background: none !important;
    color: inherit!important;
}


.download-form input[type=email] {
  width: 100%;
}


/* Footer */
@media (max-width: 1023px) {
  .mk-col-1-5 {
    width: 33%;
  }
}


/* Social Footer */
.ph-social-footer {
  padding: 5em 0;
}

.ph-social-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.ph-social-list:before {
  content: " ";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  background-color: #c2b2b5;
  left: 0;
  z-index: 0;
}

.ph-social-list > li {
  display: inline-block;
  padding: 0 20px;
  background-color: white;
  z-index: 1;
  margin: 0;
  position: relative;
}

.ph-social-list > li:first-child {
  padding-left: 30px;
}

.ph-social-list > li:last-child {
  padding-right: 30px;
}

.ph-social-list a:hover path {
  fill: #979797;
}

.ph-social-list a:hover {
  color: #979797;
}

.ph-social-list a {
  width: 25px;
  height: 25px;
  display: table-cell;
  line-height: 25px;
  vertical-align: middle;
}

.ph-social-list svg {
  width: 25px;
  height: auto;
  display: block;
  max-height: 100%;
}

/*
.ph-social-list .text-link {
  color: #473c41;
  font-family: 'Caveat', cursive;
  font-size: 20px;
  white-space: nowrap;
}
*/

/* responsive tables on events page */
@media (max-width: 767px) {
  .mk-fancy-table th:empty {
    display: none;
  }

  .mk-fancy-table .is-full-responsive th {
    display: none;
  }

  .mk-fancy-table .is-full-responsive td br {
    display: none;
  }

  .mk-fancy-table .is-full-responsive td:first-child {
    background: #f3f3f3;
  }

  .mk-fancy-table th {
    display: block;
  }

  .mk-fancy-table tr {
    display: block;
  }

  .mk-fancy-table td {
    display: block;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;box-sizing: border-box;
  }

  .mk-fancy-table td:empty {
    display: none;
  }

  .mk-fancy-table td:before {
    font-weight: bold;
  }
}
.mk-fancy-title p, .mk-mini-callout p, .mk-title-box p, .pricing-offer-grid p {
    color: inherit!important;
    font-size: inherit!important;
    line-height: inherit!important;
}
/* Button Hover Grey */
.mk-button:hover{
	border: 1px solid #354147!important;
	background-color:#354147!important;
}
.mk-button{
	border: 1px solid #868d91!important;
}


.main-navigation-ul > li.has-mega-menu > ul, .mk-shopping-cart-box {
	border: 1px solid #d3c9cb!important;
}



/* Anpassungen vom 21.08.2019 */


button#pea_cook_btn {
    background-color: #354147;
    color:  #fff;
    text-shadow: none;
    border: solid 1px #354147;
    box-shadow: none;
}
button#pea_cook_btn:hover {
    background-color: #fff;
    color:  #000;
    border: solid 1px #868d91;
}

#mk-footer-navigation ul li a {
    opacity: 1
}
#mk-footer-navigation ul li a:hover {
    opacity: 1;
    color: #dd5019;
}

.mk-blockquote.quote-style {
    background-color: #f1edee;
}

.mk-blockquote.quote-style .mk-svg-icon {
    fill: #c2b2b5;
}

:not(.menu-item) > a[href^='mailto:'] {
    color: inherit;
    text-decoration: underline!important;
}

:not(.menu-item) > a[href^='mailto:']:hover {
    color: #dd5019;
}

a {
    color: #dd5019;
}

.mk-main-navigation ul.sub-menu a.menu-item-link:hover {
    color: #dd5019 !important;
}

.main-navigation-ul ul.sub-menu li.current-menu-item > a.menu-item-link, 
.main-navigation-ul ul.sub-menu li.current-menu-parent > a.menu-item-link {
    color: #000 !important;
}

.main-navigation-ul ul.sub-menu li.menu-item:hover > a.menu-item-link {
  color: #dd5019 !important;
}

.ph-social-list .fa {
    color: #000;
    font-size: 27px;
}


.main-nav-languages .submenu li a:hover {
    color: #dd5019 !important;
}

a.mk-quick-contact-link:hover {
    background-color: #dd5019!important;
}


/* Anpassungen vom 29.08.2019 */

.pea_cook_wrapper a {
    border: none!important;
    text-decoration: underline!important;
}

.mk-go-top,
.mk-quick-contact-link {
    background-color: #d4c9cb;
}

.widget .mk-searchform i:hover {
    color: #dd5019;
}

.search-loop-meta a {
  color: #ff6c2f;
}

.search-loop-meta a:hover {
  color: #dd5019;
}

.main-navigation-ul ul.sub-menu li.current-menu-item > a.menu-item-link, 
.main-navigation-ul ul.sub-menu li.current-menu-parent > a.menu-item-link {
  background-color: transparent!important;
}

.main-navigation-ul ul.sub-menu li.menu-item:hover > a.menu-item-link {
  background-color: transparent!important;
}

.mk-main-navigation ul.sub-menu li:hover .menu-sub-level-arrow svg {
  fill: #dd5019;
}

.main-nav-languages .submenu li a {
  color: #000
}

.main-nav-languages .submenu li a:hover {
  color: #dd5019;
  background-color: transparent!important;
}

.w3eden .btn.btn-secondary {
  background-color: #354147;
}

a.social-header-link {
    color: #000;
    font-size: 20px;
}
a.social-header-link:hover {
    color: #c2b2b5;
}

.fa-hdd:before {
    content: "\f0a0";
}

.fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w3eden .package-title > a{
	color: #354147;
	font-weight: normal;
}

