@charset "UTF-8";
/* CSS Document */

/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://theme.com/
 Description:  Divi Child Theme
 Author:       kraem GmbH
 Author URI:   https://kraem.team/
 Template:     Divi
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Variable */
:root {
    /* Color */
    --white: rgba(255, 255, 255, 1);
    --black: rgba(0, 0, 0, 1);
    --gray: rgba(204, 204, 204, 1);
    --gray-white: rgba(242, 248, 252, 1);
    --transparent: rgba(255, 255, 255, 0);
    --blue: rgba(1, 113, 187, 1);
    --erdgas: rgba(166, 147, 38, 1);
    --strom: rgba(0, 86, 70, 1);

    /* Headings */
    --fs-h1: clamp(2.25rem, 1.9245rem + 1.4151vw, 3rem);        /* 36px–48px */
    --fs-h1-l: clamp(2.5rem, 2.066rem + 1.8868vw, 3.5rem);      /* 40px–56px */
    --fs-h2: clamp(1.75rem, 1.4245rem + 1.4151vw, 2.5rem);      /* 28px–40px */
    --fs-h2-s: clamp(1.25rem, 1.1415rem + 0.4717vw, 1.5rem);    /* 20px–24px */
    --fs-h3: clamp(1.25rem, 1.1415rem + 0.4717vw, 1.5rem);      /* 20px–24px */
    
    /* Paragraph */
    --fs-p: clamp(1rem, 0.9458rem + 0.2358vw, 1.125rem);        /* 16px–18px */
    --fs-p-l: clamp(1.125rem, 0.9623rem + 0.7075vw, 1.5rem);    /* 18px–24px */
    --fs-p-s: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);           /* 12px */
    --fs-a: clamp(1.0625rem, 1.0083rem + 0.2358vw, 1.1875rem);  /* 17px–19px */
    --fs-menu: clamp(1rem, 0.9458rem + 0.2358vw, 1.125rem);     /* 16px–18px */

    /* Font */
    --font-Inter: 'Inter',Helvetica,Arial,Lucida,sans-serif;

    /* Font-Weight */
    --weight-Inter-Regular: 400;
    --weight-Inter-Medium: 500;
    --weight-Inter-SemiBold: 600;
    --weight-Inter-Bold: 700;
}

/*
LAYOUT
*/
body {
    font-family: var(--font-Inter);
}
.et_pb_module.et_pb_blurb a::after,
.et_pb_module .more-link::after,
header .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav .mobile_menu_bar,
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school::after,
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school,
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school .sbos-school-content,
#sbos-schulen-wrapper #sbos-schulen-list article .sbos-school-meta span::before {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*
FONTS
*/
body #page-container .et_pb_module h1 {
    font-size: var(--fs-h1);
}
body #page-container .et_pb_module.text-large h1 {
    font-size: var(--fs-h1-l);
}
body #page-container .et_pb_module h2 {
    font-size: var(--fs-h2);
}
body #page-container .et_pb_module.text-small h2 {
    font-size: var(--fs-h2-s);
}
body #page-container .et_pb_module h3 {
    font-size: var(--fs-h3);
}
body #page-container .et_pb_module {
    font-size: var(--fs-p);
    font-weight: var(--weight-Inter-Regular);
}
body #page-container .et_pb_module.text-large p {
    font-size: var(--fs-p-l);
}
body #page-container .et_pb_module p b,
body #page-container .et_pb_module p strong {
    font-weight: var(--weight-Inter-Medium);
}
body #page-container header .et_pb_module.et_pb_menu ul li a,
body #page-container footer .et_pb_module.et_pb_menu ul li a {
    font-size: var(--fs-menu);
    font-weight: 400;
}
body #page-container header .et_pb_module.et_pb_menu ul li {
    padding: 0 20px;
}
body #page-container .et_pb_button_module_wrapper a.et_pb_button,
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container>div a {
    font-size: var(--fs-a);
}
body #page-container header .et_pb_button_module_wrapper a.et_pb_button {
    font-size: var(--fs-menu);
}
.et_pb_module.et_pb_number_counter .percent .percent-value {
    font-size: var(--fs-h1-l);
}
body #page-container .et_pb_module .sbos-mitarbeiter-card .sbos-mitarbeiter-name {
    font-size: var(--fs-p);
    font-weight: var(--weight-Inter-Medium);
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container article.et_pb_post .post-meta .published {
    font-size: var(--fs-p-s);

}

/* 
HEADER 
*/
header .et_pb_column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    /* gap: 15px; */
}
header .et_pb_module.et_pb_search {
    margin-left: auto;
}
header .et_pb_module.et_pb_search form.et_pb_searchform input.et_pb_s {
    background-image: url(/wp-content/themes/Divi-child_kraem/img/icon-search-blue.svg);
    background-position: 13px center;
    background-repeat: no-repeat;
    background-size: 16px;
}
header .et_pb_module.et_pb_search form.et_pb_searchform input.et_pb_searchsubmit {
    font-size: 0;
    width: 45px;
    background-color: #f9f9f9;
    background-image: url(/wp-content/themes/Divi-child_kraem/img/icon-arrow-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}
header .et_pb_module.et_pb_menu ul li a:hover, 
.nav ul li a:hover {
    background-color: unset;
    opacity: 1;
}
header .et_pb_module.et_pb_search form.et_pb_searchform input.et_pb_s {
    width: 310px;
}
/* RESPONSIVE */
@media all and (max-width: 1215px) {}
@media all and (min-width: 1200px) {}
@media all and (min-width: 1159px) and (max-width: 1215px) {}
@media all and (max-width: 1159px) {
    
    /* Menü */
    header .et_pb_module.et_pb_menu .et_pb_menu__wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    header .et_pb_module.et_pb_menu .et_mobile_nav_menu {
        /* display: flex; */
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0;
    }
    header .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    header .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    header .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
        content: "M";
    }
    header .et_pb_module.et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu {
        width: 350px;
        right: 0;
        left: unset;
        padding: 0 25px;
    }
    header .et_pb_module.et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu  li {
        padding: 10px 0;
        border-bottom: 1px solid #F7F3EF;
        list-style: none;
    }
    header .et_pb_module.et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu  li a {
        padding: 0;
        border: none;
    }
    header .et_pb_module.et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu  li.menu-item.downloads {
        text-align: center;
        border: 1px solid #0095d5;
        border-radius: 8px;
        margin: 25px 0;
    }
    header .et_pb_module.et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu  li.menu-item.downloads a {
       border: unset;
       font-weight: var(--weight-Inter-SemiBold);
    }

}
/* RESPONSIVE */
@media all and (max-width: 1215px) {}
@media all and (min-width: 1200px) {}
@media all and (min-width: 1159px) and (max-width: 1215px) {}
@media all and (max-width: 1159px) {}
@media all and (min-width: 1100px) {}
@media all and (max-width: 1099px) {}
@media all and (min-width: 981px) and (max-width: 1449px) {}
@media all and (min-width: 981px) and (max-width: 1099px) {}
@media all and (min-width: 981px) {
    
    /* Menü */
    header .et_pb_module.et_pb_menu li.menu-item.downloads {
        display: none!important;
    }
    
}
@media all and (max-width: 980px) {}
@media all and (min-width: 769px) {}
@media all and (min-width: 981px) and (max-width: 1240px) and (orientation:landscape) {}
@media all and (min-width: 768px) and (max-width: 980px) {}
@media all and (max-width: 768px) {}
@media all and (max-width: 479px) {

    /* Menü */
    header .et_pb_module.et_pb_menu {
        margin-right: 0!important;
    }
    header .et_pb_module.et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu {
        width: calc(100% + 50px);
        right: -25px;
        left: unset;
        padding: 0 25px;
    }
    
}


/*
CONTENT
*/
.et_pb_column.zielsetzung:hover h2 {
    color: #fff!important;
    background-image: url(/wp-content/themes/Divi-child_kraem/img/icon-circle-arrow-white.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px;
}
#main-content .et_pb_module a,
footer .et_pb_module a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #009ee6;
    text-underline-offset: 2px;
    position: relative;
}
/* Mitarbeiter */
.sbos-mitarbeiter-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sbos-mitarbeiter-list .sbos-mitarbeiter {
    width: calc(25% - 23px);
    padding: 32px 0 50px;
}
.sbos-mitarbeiter-list .sbos-mitarbeiter .sbos-mitarbeiter-thumb {
    margin-bottom: 14px;
}
.sbos-mitarbeiter-list .sbos-mitarbeiter h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
}
.sbos-mitarbeiter-list .sbos-mitarbeiter .sbos-position {
    margin-bottom: 14px;
}
.sbos-mitarbeiter-list .sbos-mitarbeiter .sbos-mail,
.sbos-mitarbeiter-list .sbos-mitarbeiter .sbos-tel{
    font-weight: var(--weight-Inter-Regular);
}
/* RESPONSIVE */
@media all and (max-width: 1215px) {}
@media all and (min-width: 1200px) {}
@media all and (min-width: 1159px) and (max-width: 1215px) {}
@media all and (max-width: 1159px) {}
@media all and (min-width: 1100px) {}
@media all and (max-width: 1099px) {
    
    /* Mitarbeiter */
    .sbos-mitarbeiter-list .sbos-mitarbeiter {
        width: calc(33% - 23px);
        padding: 32px 0 50px;
    }
    
}
@media all and (min-width: 981px) and (max-width: 1449px) {}
@media all and (min-width: 981px) and (max-width: 1099px) {}
@media all and (min-width: 981px) {}
@media all and (max-width: 980px) {
    
    .et_pb_column.zielsetzung h2 {
        color: #fff!important;
        background-image: url(/wp-content/themes/Divi-child_kraem/img/icon-circle-arrow-white.svg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 40px;
    }
}
@media all and (min-width: 769px) {}
@media all and (min-width: 981px) and (max-width: 1240px) and (orientation:landscape) {}
@media all and (min-width: 768px) and (max-width: 980px) {}
@media all and (max-width: 768px) {
    
    /* Mitarbeiter */
    .sbos-mitarbeiter-list .sbos-mitarbeiter {
        width: calc(50% - 23px);
    }
    
}
@media all and (max-width: 479px) {}

/* 
DIVI MODULES 
*/
/* Button */
.et_pb_button_module_wrapper a.et_pb_button {
    line-height: 24px !important;
}
#main-content .et_pb_module a.et_pb_button {
    text-decoration: unset;
}
/* Blur */
.et_pb_module.et_pb_blurb .et_pb_blurb_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.et_pb_module.et_pb_blurb.bild-titel .et_pb_blurb_content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.et_pb_module.et_pb_blurb.bild-titel .et_pb_blurb_content .et_pb_main_blurb_image {
    margin: 0;
}
.et_pb_module.et_pb_blurb.bild-titel .et_pb_blurb_content .et_pb_module_header {
    padding: 0;
}
.et_pb_module.et_pb_blurb:hover a {
    text-decoration-color: #fff;
}
.et_pb_module .more-link::after {
    content:"";
    display: block;
    position: absolute;
    right: -20px;
    top: 40%;
    width: 10px;
    height: 8px;
    background-image: url(/wp-content/themes/Divi-child_kraem/img/icon-arrow-blue.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
.et_pb_module .more-link:hover::after {
    right: -30px;
    background-image: url(/wp-content/themes/Divi-child_kraem/img/icon-arrow-white.svg);
}
.et_pb_module.et_pb_blurb.schule.oberschule:hover .et_pb_blurb_content .et_pb_blurb_description a,
.et_pb_module.et_pb_blurb.schule.fach-berufsschulen:hover .et_pb_blurb_content .et_pb_blurb_description a{
    color: #fff!important;
}
.et_pb_module.et_pb_blurb.neutral:hover a {
    text-decoration-color: #0095d5;
    color: #0095d5!important;
}
.et_pb_module.et_pb_blurb.neutral:hover a::after {
    background-image: url(/wp-content/themes/Divi-child_kraem/img/icon-arrow-blue.svg);
}
/* Zähler */
.et_pb_module.et_pb_number_counter .percent {
    height: unset;
}
.et_pb_module.et_pb_number_counter .percent::before {
    content:"";
    display: block;
    width: 60px;
    height: 67px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 32px;
}
.et_pb_module.et_pb_number_counter.gruendung .percent::before {
    background-image: url(/wp-content/uploads/2025/08/bildmarke-logo.svg);
}
.et_pb_module.et_pb_number_counter.schulen .percent::before {
    background-image: url(/wp-content/uploads/2025/08/bildmarke-gymnasium.svg);
}
.et_pb_module.et_pb_number_counter.schueler .percent::before {
    background-image: url(/wp-content/uploads/2025/08/bildmarke-grundschule.svg);
}
.et_pb_module.et_pb_number_counter.lehrer .percent::before {
    background-image: url(/wp-content/uploads/2025/08/bildmarke-oberschule.svg);
}
.et_pb_module.et_pb_number_counter.unterricht .percent::before {
    background-image: url(/wp-content/uploads/2025/08/bildmarke-fach-berufschule.svg);
}
.et_pb_module.et_pb_number_counter.ca .percent .percent-value::before {
    content:"ca. ";
}
/* Blog */
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container article.et_pb_post {
    width: calc(33.333% - 22px);
    /* border-bottom: 1px solid #F7F3EF; */
    margin: 0;
    padding: 25px 0 50px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-url {
    order: 1;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container article.et_pb_post .entry-title {
    order: 3;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container article.et_pb_post .post-meta {
    order: 2;
    margin: 0;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container article.et_pb_post .post-content {
    order: 4;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container article.et_pb_post .entry-title a {
    text-decoration: none!important;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container article.et_pb_post .post-meta .published {
    padding: 4px 6px;
    border: 1px solid #D2E7ED;
    background: #EFF6F8;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container article.et_pb_post .more-link {
    display: inline-block;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container>div {
    width: 100%;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container>div a {
   color: #1d1d1f;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container .pagination {
    margin-top: 25px;
}
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container .pagination a {
    font-weight: var(--weight-Inter-SemiBold);
}
/* RESPONSIVE */
@media all and (max-width: 1215px) {}
@media all and (min-width: 1200px) {}
@media all and (min-width: 1159px) and (max-width: 1215px) {}
@media all and (max-width: 1159px) {}
@media all and (min-width: 1100px) {}
@media all and (max-width: 1099px) {}
@media all and (min-width: 981px) and (max-width: 1449px) {}
@media all and (min-width: 981px) and (max-width: 1099px) {}
@media all and (min-width: 981px) {}
@media all and (max-width: 980px) {}
@media all and (min-width: 769px) {}
@media all and (min-width: 981px) and (max-width: 1240px) and (orientation:landscape) {}
@media all and (min-width: 768px) and (max-width: 980px) {}
@media all and (max-width: 768px) {
    
    /* Blog */
    .et_pb_module.et_pb_posts .et_pb_ajax_pagination_container article.et_pb_post {
        width: calc(50% - 22px);
        padding: 0 0 50px 0;
        border: none;
    }
    
}
@media all and (max-width: 479px) {
    
    /* Blog */
    .et_pb_module.et_pb_posts .et_pb_ajax_pagination_container article.et_pb_post {
        width: calc(100%);
    }

}

/* 
FOOTER 
*/
footer .et_pb_module.et_pb_menu .et_pb_menu__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
footer .et_pb_module.et_pb_menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 150px;
    gap: 0 60px;
}
footer .et_pb_module.et_pb_menu ul li {
    margin: 0;
}
footer .et_pb_module.et_pb_menu ul li a {
    padding: 0;
    line-height: 30px;
    text-decoration: none;
}
footer .et_pb_module.et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu {
    display: flex!important;
}
footer .et_pb_module.et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu {
    display: none;
}
/* RESPONSIVE */
@media all and (max-width: 1215px) {}
@media all and (min-width: 1200px) {}
@media all and (min-width: 1159px) and (max-width: 1215px) {}
@media all and (max-width: 1159px) {}
@media all and (min-width: 1100px) {}
@media all and (max-width: 1099px) {}
@media all and (min-width: 981px) and (max-width: 1449px) {}
@media all and (min-width: 981px) and (max-width: 1099px) {}
@media all and (min-width: 981px) {}
@media all and (max-width: 980px) {}
@media all and (min-width: 769px) {}
@media all and (min-width: 981px) and (max-width: 1240px) and (orientation:landscape) {}
@media all and (min-width: 768px) and (max-width: 980px) {}
@media all and (max-width: 768px) {
    
    /* 
    FOOTER 
    */
    footer .et_pb_module.et_pb_menu .et_pb_menu__wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    footer .et_pb_module.et_pb_menu ul {
        max-height: 100px;
        gap: 0 40px;
    }
    
}
@media all and (max-width: 479px) {
    
    /* 
    FOOTER 
    */
    footer .et_pb_module.et_pb_menu ul {
        max-height: 170px;
    }

}
