/*
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
*/

.formular_switch {
	display: none;
}

h2 {
    word-break: break-word;
    hyphens: auto;
}

#header-outer .span_9 {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
}

#header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    position: relative;
}

.logowhite {
    filter: invert(100%);
}

.whatsapp {
    width: 50px !important;
    height: 50px !important;
}

.home .img-with-aniamtion-wrap, body .wpb_wrapper>.img-with-aniamtion-wrap {
    margin: 0 !important;
}

#submenu {
    display: none;
}

.wellnesstoerer {
        border-radius: 500px;
    min-height: 200px;
    display: inline-flex;
    justify-content: center;
    color: #fff;
    border: 1px solid #254870;
    background: #254870;
    align-items: center;
    max-width: 200px;
    flex-direction: row;
}

.wellnesstoerer h2,
.wellnesstoerer h2 a,
.wellnesstoerer a {
    color: #fff;
    text-align: center;
}

.formular_box {
    display: none;
}

.buttons2 .nectar-button[data-color-override="false"].regular-button {
border-radius: 0 !important;
padding: 10px 25px !important;
margin: 20px;
width: 200px;
}

.buttons1 .nectar-button[data-color-override="false"].regular-button {
border-radius: 0 !important;
padding: 10px 25px !important;
margin: 00px;
width: 440px;
}

.buttons1 .nectar-button[data-color-override="false"].regular-button span,
.buttons2 .nectar-button[data-color-override="false"].regular-button span {
    font-size: 1rem;
}

#sidecontact {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 999;
    background: #fff;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
}

#sidecontact div {
    width: 25px;
    height: 25px;

}

#sidecontact a {
    display: inline-block;
       padding: 10px;
}

#sidecontact a:hover {
     transition: background 0.2s ease,
              padding 0.8s linear;
}

#sidecontact .first-social {
    border-bottom: 1px solid #000;
}

 .mail {
    background: #fff url(mail.png) no-repeat;
        background-size: contain;
    background-position: center;
    
}

#sidecontact .phone {
    background: #fff url(phone.png) no-repeat;
        background-size: contain;
    background-position: center;
}

.active_texture {
    background-image: none !important;
    background: rgba(37,72,112,1) !important;
    background: linear-gradient(90deg, rgba(37,72,112,1) 30%, rgba(255,255,255,0) 100%) !important;
}

.nectar-button.large.kpz-bnt {
	border-radius: 15px !important;
}

.nectar-post-grid[data-columns="3"][data-masonry=yes]>div:nth-of-type(10n+1), .nectar-post-grid[data-columns="3"][data-masonry=yes]>div:nth-of-type(10n+7) {
    grid-column-end: 2 !important;
}

/* Grün */
.nectar-post-grid-item:nth-child(odd) .bg-overlay[data-opacity="0.3"] {
    background: rgba(178,110,88,1) !important;
    opacity: 0.3;
}

/* Blau 
.nectar-post-grid-item:nth-child(2) .bg-overlay[data-opacity="0.3"],
.nectar-post-grid-item:nth-child(7) .bg-overlay[data-opacity="0.3"],
.nectar-post-grid-item:nth-child(8) .bg-overlay[data-opacity="0.3"] {
    background: rgba(2,168,214,1) !important;
    opacity: 0.7;
}*/

/* Grau */
.nectar-post-grid-item:nth-child(even) .bg-overlay[data-opacity="0.3"] {
    background: #54554f !important;
    opacity: 0.3;
}

#global-footer .row-bg {
        background-size: contain !important;
    background-repeat-y: repeat !important;
}

.container-wrap, .project-title {
    padding-bottom: 0 !important;
}

#copyright,
.heading-title {
    display: none !important;
}

.post .content-inner,
.row, div.clear {
    padding-bottom: 0px !important;
}

#submenu ul {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 !important;
    padding-left: 65px;
}

#submenu ul li {
    list-style: none !important;
    padding-right: 20px;
}

#submenu .vc_col-sm-8 {
    background: rgba(178,110,88,0.6) !important;
}

#submenu .vc_col-sm-4 {
    background: rgba(178,110,88,1) !important;
}

#submenu .vc_col-sm-8 a,
#submenu .vc_col-sm-4 a {
    color: #fff;
}


#menu-hauptmenue a,
#submenu a,
.submenu a  {
    font-weight: bold;
    color: #fff !important;
}

#menu-hauptmenue a:hover,
#submenu a:hover,
.submenu a:hover  {
    font-weight: bold;
    color: #000 !important;
}

.nectar-header-text-content div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #676767 !important;
}

.ansprechpartner .img-with-aniamtion-wrap .hover-wrap-inner {
    overflow: hidden !important;
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}

.ansprechpartner .img-with-aniamtion-wrap .hover-wrap-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partnerlogo {
    max-height: 150px !important;
    width: auto !important;
}

.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
        text-shadow: 1px 1px rgba(0,0,0,0.2);
}


/* BWB Branding */

#top {
    border-bottom: 10px solid #e5e35d !important;
}

#global-footer {
   border-bottom: 10px solid #e5e35d !important; 
}

.flag {
        width: 50px !important;
        height: 50px !important;
        display: flex;
}

.flagholder .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: flex-start;
}

.zertifikat {
    width: 300px !important;
    height: auto;
}

@media only screen and (min-width: 980px) {

    .nectar-slider-wrap[data-full-width="false"] .swiper-slide .ns-heading-el {
        opacity: 1;
        transform: translateZ(0px) translateY(0px);
        display: flex;
        flex-direction: row;
        align-content: flex-end;
        align-items: flex-end;
    }

    .nectar-slider-wrap[data-full-width="false"] .swiper-slide .ns-heading-el:before {
        content:'';
        display: flex;
        background: url(https://kompetenzzentrum-halle.de/wp-content/uploads/2023/03/pfeil.png);
        width: 200px;
        height: 200px;
        background-size: contain;
        background-repeat: no-repeat ;
        padding-right: 40px;
    }

    .swiper-slide .content p {
        opacity: 1 !important;
        padding-left: 240px;
        margin-top: -40px !important;
    }

    .nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 980px) {
.widget_nav_menu {
    display: none;
}
#ajax-content-wrap .video-texture {
    display: block !important;
}
h1 {
    font-size: 2.5em !important;
    line-height: 1.5em !important;
}

.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2, .full-width-content .vc_col-sm-12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2, .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2, .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
    font-size: 1.5em!important;
    line-height: 1.2em!important;
    font-weight: bold;
}

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p, #boxed .swiper-slide .content p {
    font-size: 1em !important;
    padding-bottom: 4px;
    line-height: 1.1em;
    color: #676767;
    text-shadow: none;
    display: none;
}

#submenu {
    display: none;
}

html .juicer-feed .referral,
html .juicer-feed h1.referral {
    display: none !important;
}




@media only screen and (min-width: 1px) and (max-width: 999px) {

body[data-slide-out-widget-area=true] #header-outer[data-has-menu=false] #top .span_3 {
    text-align: center !important;
}

.full-page-inner>.container>.span_12, .full-page-inner>.span_12, html body .vc_row-fluid>.span_12 {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    text-align: center;
    justify-content: flex-end !important;
}

.buttons2 .nectar-button[data-color-override="false"].regular-button {
border-radius: 0 !important;
padding: 10px 25px !important;
margin: 5px;
width: 200px;
}

.buttons1 .nectar-button[data-color-override="false"].regular-button {
    width: 340px;
}

.buttons2 .wpb_wrapper {
    display: flex;
}

.flagholder .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: center;
}

#ajax-content-wrap .vc_row.inner_row.right_padding_75px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.right_padding_75px .row_col_wrap_12_inner {
    padding-right: 0 !important;
    text-align: center !important;
}

#ajax-content-wrap .vc_row.inner_row.left_padding_75px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_75px .row_col_wrap_12_inner {
    padding-left: 0 !important;
    text-align: center !important;
}


#ajax-content-wrap .divider-small-border[data-color=white],
.divider-small-border[data-animate="yes"] {
    background-color: #fff;
    margin: 0 auto !important;
}

#global-footer .row_col_wrap_12 .vc_col-sm-4:nth-child(1) {
    order: 3;
}

#global-footer .row_col_wrap_12 .vc_col-sm-4:nth-child(1) {
    order: 1;
}

#global-footer .row_col_wrap_12 .vc_col-sm-4:nth-child(3) {
    order: 2;
}

.zertifikat {
    padding-top: 30px;
    padding-bottom: 30px !important;
}

#header-outer {
    /* margin-bottom: 0; */
    padding: 0 !important;
}

hmtl .vc_column-inner .wpb_wrapper .wpb_text_column,
html .vc_custom_1709271982907,
html .vc_custom_1709281491190,
html .vc_custom_1709283752723,
html .vc_custom_1709272089921,
html .vc_custom_1709272166311 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.img-with-aniamtion-wrap[data-max-width="75%"] .inner {
    max-width: 100% !important;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

}