/* ==========================================================
   BIO-LÄNDLE DETAILSEITEN DESIGN
========================================================== */


/* Nur Anbieter-Detailseiten */

.bio-directory-profile {

    background:#ffffff;

}


/* Bild */

.bio-directory-profile .bio-profile-image img {

    border-radius:18px;

    box-shadow:0 12px 30px rgba(0,0,0,.12);

}


/* Inhaltsbereich */

.bio-directory-profile .bio-profile-content {

    padding:35px;

}


/* Kategorien */

.bio-directory-profile .sabai-directory-category a {

    display:inline-block;

    background:#e8f3e8;

    color:#2d6b32;

    padding:6px 14px;

    border-radius:30px;

    font-size:14px;

}


/* Standort / Kontakt / Social */

/* ==========================================================
   INFO-KARTEN NUR BEI INHALT
========================================================== */


.bio-directory-profile .sabai-directory-location,
.bio-directory-profile .sabai-directory-contact,
.bio-directory-profile .sabai-directory-social {

    background:#f8faf7;

    border-radius:16px;

    padding:20px;

    margin-bottom:20px;

}


/* Leere Sabai-Blöcke verstecken */

.bio-directory-profile .sabai-directory-social:empty,
.bio-directory-profile .sabai-directory-contact:empty,
.bio-directory-profile .sabai-directory-location:empty {

    display:none;

}


/* Beschreibung */

.bio-directory-profile .sabai-directory-body {

    font-size:17px;

    line-height:1.75;

}


/* Individuelle Felder */

.bio-directory-profile .sabai-directory-field {

    padding:15px 0;

    border-bottom:1px solid #eeeeee;

}


.bio-directory-profile .sabai-field-label {

    font-weight:700;

    color:#386b3c;

}


.bio-directory-profile {

    width:100%;

}

/* ==========================================================
   BIO-LÄNDLE DETAILSEITE
   Einspaltiges Layout
========================================================== */


.bio-directory-profile .sabai-row {

    display:block;

}


/* Bild volle Breite */

.bio-directory-profile .sabai-directory-images {

    width:100%;

    padding-right:0;

    margin-bottom:30px;

}


/* ==========================================================
   BIO-LÄNDLE DETAILSEITE
   Bildgröße optimieren
========================================================== */


.bio-directory-profile .sabai-directory-images {

    width:100%;

    padding-right:0;

    margin-bottom:30px;

}


/* Bild nicht aufblasen */

.bio-directory-profile .sabai-directory-images img {

    width:auto;

    max-width:100%;

    max-height:350px;

    object-fit:contain;

    border-radius:20px;

    box-shadow:0 8px 25px rgba(0,0,0,.12);

}


/* Bildcontainer */

.bio-directory-profile .bio-profile-image {

    text-align:left;

}

/* Inhalt ebenfalls volle Breite */

.bio-directory-profile .sabai-directory-main {

    width:100%;

}

/* ==========================================================
   BIO-LÄNDLE DETAILSEITE
   Bildgröße optimieren
========================================================== */


.bio-directory-profile .sabai-directory-images {

    width:100%;

    padding-right:0;

    margin-bottom:30px;

}


/* ==========================================================
   BIO LÄNDLE
   Kategorie-Badges Abstand
   nur Detailseiten
========================================================== */

.bio-directory-profile .sabai-directory-category a {

    display:inline-block;

    margin-right:8px;
    margin-bottom:8px;

}


/* Mobil etwas mehr Luft */

@media (max-width:600px){

    .bio-directory-profile .sabai-directory-category a {

        margin-right:10px;
        margin-bottom:10px;

    }

}


/* ==========================================================
   Trennlinie nach Beschreibung
========================================================== */

.bio-directory-profile .bio-content-divider {

    border-top:1px solid #e5e5e5;

    margin:35px 0;

}