/*
Theme Name: environ
Theme URI: https://example.com
Description: 
Author: molecoadmin
Author URI: https://example.com
Template: agency-base
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: environ
*/

/* 
 * Child Theme Styles
 * 
 * Überschreibe hier Styles des Parent Themes.
 * Nutze CSS-Variablen aus dem Parent Theme für konsistentes Design.
 */

/* Beispiel: Primärfarbe überschreiben */
:root {
    --br: 14px;
}

body{
    font-size:18px;
}

/* Eigene Styles hier hinzufügen */
.wrapper{
    margin-top: 80px;
}

.container{
    max-width:1500px;
}

.topline{
    color: var(--brand-accent-color);
    letter-spacing: 1px;
    padding-left: 40px;
    position: relative;
    text-transform: uppercase;
    width: max-content;
    font-size: 95%;
    font-weight: 600!important;
}
.topline::before{
    content: '';
    width: 25px;
    height: 2px;
    background-color: var(--brand-accent-color);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}

p a,
strong a,
li a{
    font-weight: 700;
    color: var(--brand-accent-color-dark);
}

.wrapper p a:hover,
.wrapper strong a:hover,
.wrapper li a:hover{
    text-decoration: underline;
}

h1, h2{
    margin-top: 0;
    color: var(--brand-primary-color);
}
h2{
    font-size: 2.5rem;
    color: var(--brand-primary-color);
}
h3{
    font-size: 110%;
    margin-bottom: .5rem;
    font-weight: 700;
    color: var(--brand-primary-color);
    
}

h1 span,
h2 span,
h3 span{
    color: var(--brand-accent-color);
}

.btn{
    padding: 0.5rem 1.75rem;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    font-size:100%;
}
.btn:hover{
    text-decoration: none!important;
}

.btn.accent{
    background-color:var(--brand-accent-color);
    color: var(--brand-primary-color-dark);
    border-radius: 30px;
    position: relative;
    padding-right: 3rem;
    transition: all ease .3s;
    top: 0;
}
.btn.accent:hover{
    background-color: #9cb534;
    color: var(--brand-primary-color-darker);
    border-radius: 30px;
    position: relative;
    padding-right: 3rem;
    transition: all ease .3s;
}
.btn.accent::after{
    content: '→';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    transition:all .3s ease;
}
.btn.accent:hover::after{
    content: '→';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    transition:all .3s ease;
}


.ff-default .ff-btn-secondary{
    padding:0.5rem 1.75rem!important;
}
.fluentform .ff-el-group{
    margin-bottom:0;
}

.notfallService{
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    background-color:var(--brand-primary-color);
    z-index: 999;
}
.notfallService img{
    width:40px;
    height:40px;
    display:block;
    margin:0 auto;
}

#job_single{
    margin-top:5rem;
}
#job_single .wrapper{
    margin-top:0;
}
#job_single .heroimage{
    position:relative;
}
#job_single .heroimage img{
    width:100%;
    height:50vh;
    margin-bottom:4rem;
}
/* Dark Overlay Gradient */
#job_single .heroimage::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(47,71,92, 0.85) 0%, rgba(47,71,92, 0.3) 60%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
#job_single .heroimage .infos{
    position: absolute;
    bottom:20%;
    z-index:9;
    max-width:calc(100% - 30px);
}
#job_single .heroimage .infos .infolabels{
    color:var(--brand-accent-color);
    border:none;
    padding-left:40px;
    font-size:95%;
    margin-bottom:5px;
}
#job_single .heroimage .infos .headline{
    color:var(--white);
}
#job_single .inhalt .headline,
#job_single h2{
    margin-top:0;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 2.5rem;
}
#job_single .inhalt ul{
    padding-left: 0;
}
#job_single .inhalt ul li{
    position: relative;
    padding:5px 20px;
    list-style:none;
}
#job_single .inhalt ul li:before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--brand-accent-color);
}
#job_single .inhalt .contentimage{
    height:450px;
}
#job_single .inhalt .contentimage img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:center;
    border-radius:14px;
}
#job_single .form .inner{
    margin-top: -150px;
    position: relative;
    z-index: 9;
    background:#f4f4f4;
    padding:15px 25px 25px;
}
#job_single .form .inner .headline{
    margin-top:0;
}
#job_single .profil{
    padding-right:25px;
    margin:50px 0;
}
#job_single .aufgaben{
    padding-left:25px;
    margin:50px 0;
}
#job_single .benefits{
    margin:50px 0 0;
}
#job_single .image img{
    margin-bottom:0;
    height:100%;
}
#job_single .mitarbeiterstimmen .swiper-wrapper{
    height:auto;
}
#job_single .form .talentpool .icon{display:inline-block;position:relative;}
#job_single .form .talentpool .icon .infobox{display: none;width: 400px;height: auto;position: absolute;top:0px;left:100%;padding: 15px;background: var(--white);-webkit-box-shadow: 10px 10px 55px -25px rgba(0,0,0,0.33);-moz-box-shadow: 10px 10px 55px -25px rgba(0,0,0,0.33);box-shadow: 10px 10px 55px -25px rgba(0,0,0,0.33);transition: all ease .3s;z-index:99;}
#job_single .form .talentpool .icon:hover .infobox{display: block;}



.page-id-1703 header,
.page-id-1706 header{display:none;}
.page-id-1703 #qualimero-chat-client,
.page-id-1706 #qualimero-chat-client{display:none;}
.page-id-1703 footer,
.page-id-1706 footer{display:none;}




@media(max-width:1199px){
    h2{
        font-size:2rem;
        line-height:1;
    }
}
@media(max-width:575px){
    h2{
        font-size:1.5rem;
    }
    .topline{
        max-width:100%;
        font-size:85%;
    }
    .topline::before{
        top:15px;
    }
    .text-center{
        text-align:left!important;
    }
    .btn.accent{
        max-width:100%;
    }
    .spacing-bottom{
       padding-bottom:1.5rem;
       margin-bottom:1.5rem;
    }
    .spacing-top{
       padding-top:1.5rem;
       margin-top:1.5rem;
    }
    #job_single .form .inner{
        margin-top:35px;
    }
    #job_single .profil,
    #job_single .aufgaben,
    #job_single .benefits{
        margin:15px 0;
    }
}