/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* body {
  --prinas-main-color: #a91a1d;
  --prinas-alt-color: rgb(8, 73, 134);
} */

#ajax-content-wrap .page-submenu li a {
  opacity: 1;
}

.counter-icons .img-with-animation {
  width: 75px !important;
}
.menu-item.button_bordered a:before {
  border: none !important;
}
/*solid button */
a.nectar-button.medium.regular.accent-color.regular-button,
.menu-item.button_solid_color  a, .flip-box-back a  {
  color: rgb(255, 255, 255)!important;
  background-color: var(--prinas-alt-color) !important;
  border-color: var(--prinas-alt-color) !important;
  border-style: solid;
  border-width: 5px;
  background-image: none;
  font-weight: bold;
  font-size: 16px !important;
  padding: 5px 15px !important;
}
.menu-item.button_solid_color a:before {
  display: none !important;
}
/*bordered button*/
a.nectar-button.medium.see-through.extra-color-2.btn_border,
.menu-item.button_bordered a,
a.nectar-button.medium.see-through.accent-color.btn_border {
  color: var(--prinas-main-color) !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: var(--prinas-alt-color)!important;
  border-style: solid;
  border-width: 5px;
  font-weight: bold;
  font-size: 16px !important;
  padding: 5px 15px !important;
}



/*akkordion icons*/
#ajax-content-wrap .tab-item .fa::before {
  display: none !important;
}
#ajax-content-wrap .tab-item .fa {
  display: inline-block !important;
  width: 30px;
  height: 30px;
}

/* #ajax-content-wrap .tab-item .fa-bandcamp {
  content: '' !important;
  background: url(/wp-content/uploads/2024/01/Lupe.svg) no-repeat center center;
  background-size: contain;
}

#ajax-content-wrap .tab-item .fa.fa-ravelry {
  content: '';
  background: url(/wp-content/uploads/2024/01//Warum-unerlaesslich.svg) no-repeat center center;
  background-size: contain;
}

#ajax-content-wrap .tab-item .fa.fa-eercast {
  content: '';
  background: url(/wp-content/uploads/2024/01/Optionen.svg) no-repeat center center;
  background-size: contain;
}

#ajax-content-wrap .tab-item .fa.fa-grav {
  content: '';
  background: url(/wp-content/uploads/2024/01/Leistungen.svg) no-repeat center center;
  background-size: contain;
} */

#ajax-content-wrap .tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) .active-tab {
  background-color: white;
  border: none;
  border-top: 3px solid var(--prinas-alt-color);
}
#ajax-content-wrap .tabbed>ul li .active-tab {
  color: var(--prinas-alt-color);
}

.check_list ul {
  list-style: none;
}

.check_list li {
  position: relative;
  margin: 10px 0;
  list-style: none;
}

.check_list li:before {
  /* content: '';
  background: url(/wp-content/uploads/2024/01/haken_rot.svg) no-repeat center;
  background-size: contain; */
  height: 20px;
  position: absolute;
  width: 25px;
  display: inline-block;
  left: -30px;
}
.check_list li.optional:before {
  /* content: '';
  background: url(/wp-content/uploads/2024/01/Leistungen.svg) no-repeat center;
  background-size: contain; */
  height: 20px;
  position: absolute;
  width: 25px;
  display: inline-block;
  left: -30px;
}

/* MODAL */
.prinas-modal {
  display: none;
  z-index: 999;
}

.prinas-modal a {
  color: var(--prinas-main-color);
}

.prinas-modal .vc_btn3 {
  padding: 10px 5px;
  margin-top: 15px;
  display: inline-block;
}

.prinas-modal p {
  font-size: 110%;
}

.prinas-modal .prinas-modal-dialog {
  background: white;
  z-index: 99;
  margin: 100px auto 50px;
  top: auto !important;
  max-width: 800px;
  padding: 50px;
  border-radius: 5px;
  position: relative;
  max-height: 80%;
  overflow: auto;
  color: #373737;
}

.prinas-modal .prinas-modal-dialog .modal-back {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  cursor: pointer;
}

.prinas-modal .prinas-modal-dialog .prinas-close {
  background: url("/wp-content/uploads/2024/01/close-icon.svg") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.prinas-modal .prinas-modal-dialog .profiles {
  margin-top: 40px;
}

.prinas-modal .prinas-modal-dialog h3,
.prinas-modal .prinas-modal-dialog h4 {
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  font-size: 28px;
}

.prinas-modal.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10005;
}

.prinas-modal.active .modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.footer_icon {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  
}
.footer_icon > div {
  margin: 0 5px;
}
.footer_icon > div:last-child {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.footer_icon a {
  color:#87888a;
}
#ajax-content-wrap .footer_icon img {
  width: auto;
  height: 50px;
}
.footer_icon p {
  font-size: 120%;
}

#ajax-content-wrap #footer-outer .copyright-info a {
  margin: 0 5px;
  display: inline-block;
  color: var(--prinas-alt-color) !important;
}
#ajax-content-wrap #footer-outer .copyright-info a:hover {
  color: var(--prinas-main-color)!important;
}

.page-id-75 .img-with-aniamtion-wrap img {
  height: 100px;
  width: auto;
}

.nectar-flip-box .flip-box-front .inner {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  top: 20% !important;
}

@media screen and (max-width:999px){
  #top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
    display: none !important;
  }
  #header-outer #top nav, .slider-nav span span {
    display: block !important;
    width: 100%;
  }
  #header-outer .row .col.span_9 {
    float: none;
    position: unset !important;
    width: 100% !important;
  }
  #header-outer.scrolled-down .row .col.span_9 {
    display: none;
  }
  #header-outer.scrolled-down + #ajax-content-wrap .page-submenu.stuck {
    top: 74px !important;
  }
  #header-outer .row .col.span_9 .sf-menu {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  #header-outer .row .col.span_9 .sf-menu.buttons {
    display: none !important;
  }
  .home .vc_row.top-level + .vc_row .vc_col-sm-6.centered-text {
    background: #ffffffba;
    padding: 15px;
} 
#ajax-content-wrap > .container-wrap {
  padding-top: 0 !important;
}
h1 {
  font-size: 43px;
  list-style: 50px;
}
}
@media screen and (max-width:600px){

}