Be: Life Academy Association – Seite „Über uns“
Wir befähigen den Einzelnen, wieder zu seinem wahren Wesen zu finden – durch eine transformative, ganzheitliche Bildung, die Geist, Körper und Seele fördert.
/* =========================================================
BE:LIFE — Ethical Values Orbital Diagram
========================================================= */
.belife-ethics-orbit-section {
--cream: #F7F1EC;
--soft: #FBF8F5;
--beige: #C3A48F;
--beige-line: rgba(195, 164, 143, 0.55);
--purple: #7D679B;
--purple-dark: #5F4A80;
--purple-soft: #E9DDF0;
--text: #2E2B28;
--muted: #6E625C;
background: var(--cream);
padding: 90px 6vw 110px;
overflow: hidden;
}
.belife-ethics-orbit-header {
max-width: 760px;
margin: 0 auto 55px;
text-align: center;
}
.belife-ethics-orbit-header h2 {
margin: 0 0 18px;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: clamp(48px, 6vw, 82px);
font-weight: 400;
line-height: 0.95;
color: var(--purple);
}
.belife-ethics-orbit-header p {
max-width: 600px;
margin: 0 auto;
font-size: 16px;
line-height: 1.7;
color: var(--muted);
}
/* Main diagram */
.belife-ethics-orbit {
position: relative;
max-width: 1380px;
height: 980px;
margin: 0 auto;
background: rgba(255,255,255,0.55);
border-radius: 38px;
overflow: hidden;
}
/* Decorative rings */
.belife-orbit-ring {
position: absolute;
left: 50%;
top: 50%;
border-radius: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.belife-orbit-ring-one {
width: 460px;
height: 460px;
border: 1px dashed rgba(195, 164, 143, 0.55);
}
.belife-orbit-ring-two {
width: 660px;
height: 660px;
border: 1px dashed rgba(195, 164, 143, 0.32);
}
/* Center circle */
.belife-orbit-center {
position: absolute;
left: 50%;
top: 50%;
width: 310px;
height: 310px;
transform: translate(-50%, -50%);
border-radius: 50%;
background: var(--purple-soft);
box-shadow: 0 22px 60px rgba(125, 103, 155, 0.12);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
z-index: 5;
}
.belife-orbit-center span,
.belife-orbit-center strong {
display: block;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 48px;
font-weight: 400;
line-height: 0.95;
color: var(--purple-dark);
}
.belife-orbit-center small {
display: block;
margin-top: 22px;
font-size: 14px;
letter-spacing: 0.04em;
color: var(--purple-dark);
}
/* Orbit items */
.belife-orbit-item {
position: absolute;
display: flex;
align-items: center;
gap: 22px;
z-index: 10;
}
.belife-orbit-item::before {
content: "";
position: absolute;
top: 50%;
height: 1px;
background: var(--beige-line);
z-index: -1;
}
.belife-orbit-icon {
width: 86px;
height: 86px;
min-width: 86px;
border-radius: 50%;
background: #fff;
border: 4px solid rgba(125, 103, 155, 0.22);
box-shadow: 0 18px 34px rgba(125, 103, 155, 0.15);
display: flex;
align-items: center;
justify-content: center;
color: var(--purple);
font-size: 38px;
line-height: 1;
}
.belife-orbit-card {
width: 290px;
}
.belife-orbit-card h3 {
margin: 0 0 10px;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 30px;
font-weight: 400;
line-height: 1;
color: var(--purple-dark);
}
.belife-orbit-card p {
margin: 0;
font-size: 14.5px;
line-height: 1.58;
color: var(--text);
}
/* Left side items */
.belife-orbit-item.item-1,
.belife-orbit-item.item-3,
.belife-orbit-item.item-5,
.belife-orbit-item.item-7,
.belife-orbit-item.item-9 {
flex-direction: row-reverse;
text-align: right;
}
.belife-orbit-item.item-1::before,
.belife-orbit-item.item-3::before,
.belife-orbit-item.item-5::before,
.belife-orbit-item.item-7::before,
.belife-orbit-item.item-9::before {
right: 86px;
width: 70px;
}
/* Right side items */
.belife-orbit-item.item-2::before,
.belife-orbit-item.item-4::before,
.belife-orbit-item.item-6::before,
.belife-orbit-item.item-8::before,
.belife-orbit-item.item-10::before,
.belife-orbit-item.item-11::before {
left: 86px;
width: 70px;
}
/* Exact positions */
.item-1 {
left: 70px;
top: 80px;
}
.item-2 {
right: 70px;
top: 70px;
}
.item-3 {
left: 35px;
top: 250px;
}
.item-4 {
right: 35px;
top: 235px;
}
.item-5 {
left: 55px;
top: 430px;
}
.item-6 {
right: 55px;
top: 415px;
}
.item-7 {
left: 55px;
top: 610px;
}
.item-8 {
right: 55px;
top: 595px;
}
.item-9 {
left: 105px;
top: 785px;
}
.item-10 {
right: 105px;
top: 770px;
}
.item-11 {
left: 50%;
bottom: 35px;
transform: translateX(-50%);
flex-direction: column;
text-align: center;
gap: 14px;
}
.item-11::before {
display: none;
}
.item-11 .belife-orbit-card {
width: 440px;
}
/* Hover */
.belife-orbit-item:hover .belife-orbit-icon {
background: var(--purple);
color: #fff;
border-color: var(--purple);
transform: scale(1.04);
}
.belife-orbit-icon {
transition: all 0.25s ease;
}
/* =========================================================
Responsive
========================================================= */
@media (max-width: 1200px) {
.belife-ethics-orbit {
height: auto;
padding: 60px 34px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
}
.belife-orbit-ring {
display: none;
}
.belife-orbit-center {
position: relative;
left: auto;
top: auto;
transform: none;
grid-column: 1 / -1;
margin: 0 auto 20px;
}
.belife-orbit-item,
.item-1,
.item-2,
.item-3,
.item-4,
.item-5,
.item-6,
.item-7,
.item-8,
.item-9,
.item-10,
.item-11 {
position: relative;
left: auto;
right: auto;
top: auto;
bottom: auto;
transform: none;
flex-direction: row !important;
text-align: left !important;
gap: 18px;
}
.belife-orbit-item::before {
display: none;
}
.belife-orbit-card,
.item-11 .belife-orbit-card {
width: auto;
}
}
@media (max-width: 767px) {
.belife-ethics-orbit-section {
padding: 70px 24px;
}
.belife-ethics-orbit-header {
margin-bottom: 36px;
}
.belife-ethics-orbit-header h2 {
font-size: 48px;
}
.belife-ethics-orbit {
padding: 34px 22px;
border-radius: 28px;
grid-template-columns: 1fr;
gap: 22px;
}
.belife-orbit-center {
width: 245px;
height: 245px;
margin-bottom: 12px;
}
.belife-orbit-center span,
.belife-orbit-center strong {
font-size: 39px;
}
.belife-orbit-center small {
font-size: 12px;
margin-top: 16px;
}
.belife-orbit-item {
align-items: flex-start;
padding: 20px;
background: rgba(255,255,255,0.65);
border: 1px solid rgba(195,164,143,0.28);
border-radius: 22px;
}
.belife-orbit-icon {
width: 54px;
height: 54px;
min-width: 54px;
font-size: 25px;
border-width: 3px;
}
.belife-orbit-card h3 {
font-size: 27px;
}
.belife-orbit-card p {
font-size: 14px;
}
}
/* =========================================================
BE:LIFE — Compact version of Ethical Values Orbit
Cola isto DEPOIS do CSS anterior
========================================================= */
.belife-ethics-orbit-section {
padding: 60px 5vw 75px !important;
}
.belife-ethics-orbit-header {
margin-bottom: 35px !important;
}
.belife-ethics-orbit-header h2 {
font-size: clamp(42px, 4.5vw, 64px) !important;
}
.belife-ethics-orbit-header p {
font-size: 15px !important;
line-height: 1.55 !important;
}
/* Diagrama mais pequeno */
.belife-ethics-orbit {
max-width: 1100px !important;
height: 690px !important;
border-radius: 30px !important;
}
/* Círculos de fundo */
.belife-orbit-ring-one {
width: 360px !important;
height: 360px !important;
}
.belife-orbit-ring-two {
width: 500px !important;
height: 500px !important;
}
/* Círculo central */
.belife-orbit-center {
width: 220px !important;
height: 220px !important;
}
.belife-orbit-center span,
.belife-orbit-center strong {
font-size: 36px !important;
}
.belife-orbit-center small {
margin-top: 14px !important;
font-size: 12px !important;
}
/* Items */
.belife-orbit-item {
gap: 14px !important;
}
.belife-orbit-icon {
width: 58px !important;
height: 58px !important;
min-width: 58px !important;
font-size: 27px !important;
border-width: 3px !important;
}
.belife-orbit-card {
width: 215px !important;
}
.belife-orbit-card h3 {
font-size: 24px !important;
margin-bottom: 6px !important;
}
.belife-orbit-card p {
font-size: 12.5px !important;
line-height: 1.42 !important;
}
/* Linhas conectoras */
.belife-orbit-item.item-1::before,
.belife-orbit-item.item-3::before,
.belife-orbit-item.item-5::before,
.belife-orbit-item.item-7::before,
.belife-orbit-item.item-9::before {
right: 58px !important;
width: 48px !important;
}
.belife-orbit-item.item-2::before,
.belife-orbit-item.item-4::before,
.belife-orbit-item.item-6::before,
.belife-orbit-item.item-8::before,
.belife-orbit-item.item-10::before,
.belife-orbit-item.item-11::before {
left: 58px !important;
width: 48px !important;
}
/* Posições compactas */
.item-1 {
left: 35px !important;
top: 35px !important;
}
.item-2 {
right: 35px !important;
top: 35px !important;
}
.item-3 {
left: 20px !important;
top: 155px !important;
}
.item-4 {
right: 20px !important;
top: 155px !important;
}
.item-5 {
left: 35px !important;
top: 280px !important;
}
.item-6 {
right: 35px !important;
top: 280px !important;
}
.item-7 {
left: 35px !important;
top: 405px !important;
}
.item-8 {
right: 35px !important;
top: 405px !important;
}
.item-9 {
left: 75px !important;
top: 530px !important;
}
.item-10 {
right: 75px !important;
top: 530px !important;
}
.item-11 {
left: 50% !important;
bottom: 18px !important;
transform: translateX(-50%) !important;
gap: 8px !important;
}
.item-11 .belife-orbit-card {
width: 360px !important;
}
/* Tablet */
@media (max-width: 1200px) {
.belife-ethics-orbit {
max-width: 900px !important;
height: auto !important;
padding: 42px 28px !important;
grid-template-columns: 1fr 1fr !important;
gap: 20px !important;
}
.belife-orbit-center {
width: 190px !important;
height: 190px !important;
}
.belife-orbit-center span,
.belife-orbit-center strong {
font-size: 32px !important;
}
.belife-orbit-item {
padding: 16px !important;
}
}
/* Mobile */
@media (max-width: 767px) {
.belife-ethics-orbit-section {
padding: 55px 18px !important;
}
.belife-ethics-orbit-header h2 {
font-size: 42px !important;
}
.belife-ethics-orbit {
padding: 24px 18px !important;
gap: 14px !important;
}
.belife-orbit-center {
width: 180px !important;
height: 180px !important;
}
.belife-orbit-center span,
.belife-orbit-center strong {
font-size: 30px !important;
}
.belife-orbit-item {
padding: 16px !important;
gap: 14px !important;
}
.belife-orbit-icon {
width: 46px !important;
height: 46px !important;
min-width: 46px !important;
font-size: 21px !important;
}
.belife-orbit-card h3 {
font-size: 23px !important;
}
.belife-orbit-card p {
font-size: 13px !important;
}
}
Be: Life
Academy
Presence • Integrity • Care
✦
Presence
We bring our full attention to those we teach and serve. We listen deeply, communicate honestly, and remain present without judgment.
✦
Integrity
We act with honesty, transparency, and accountability. We honour our commitments and practise within the scope of our education and experience.
✦
Love
We lead with compassion, kindness, and respect. We recognise the inherent worth of every individual and create spaces where people feel safe and supported.
✦
Service
We recognise that our work exists to support others. We serve with humility, generosity and a genuine desire to contribute to wellbeing.
✦
Awareness
We cultivate self awareness and mindful presence, continually reflecting on our thoughts, actions and impact.
✦
Intuition
We honour intuition as inner wisdom while practicing discernment, humility, groundedness and respect for others.
✦
Excellence
We commit ourselves to continual learning, reflective practice and maintaining high professional standards.
✦
Curiosity
We remain open minded and committed to lifelong learning, welcoming new knowledge and diverse perspectives.
✦
Embodiment
We strive to live the principles we teach through self awareness, authenticity, responsibility and consistent practice.
✦
Truth
We communicate honestly and accurately. We make no false claims regarding our qualifications, services or outcomes.
✦
Respect
We honour autonomy, boundaries, confidentiality, beliefs and informed choices, creating an inclusive environment.
.belife-ethics-mobile {
--cream: #f7f1ec;
--white: #ffffff;
--beige: #c3a48f;
--beige-light: rgba(195, 164, 143, 0.25);
--purple: #7d679b;
--purple-dark: #5f4a80;
--purple-soft: #e9ddf0;
--text: #2e2b28;
--muted: #6e625c;
display: none;
box-sizing: border-box;
}
/* Mostrar apenas em mobile */
@media (max-width: 767px) {
.belife-ethics-orbit-section {
display: none !important;
}
.belife-ethics-mobile,
.belife-ethics-mobile * {
box-sizing: border-box;
}
.belife-ethics-mobile {
display: block;
width: 100%;
background: var(--cream);
padding: 52px 18px 58px;
overflow: hidden;
}
/* Header */
.belife-ethics-mobile-header {
width: 100%;
max-width: 520px;
margin: 0 auto 30px;
text-align: center;
}
.belife-ethics-mobile-header h2 {
margin: 0 0 14px;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: clamp(40px, 12vw, 50px);
font-weight: 400;
line-height: 0.95;
color: var(--purple);
}
.belife-ethics-mobile-header p {
max-width: 390px;
margin: 0 auto;
font-family: inherit;
font-size: 14px;
line-height: 1.65;
color: var(--muted);
}
/* Academy medallion */
.belife-ethics-mobile-center {
position: relative;
width: 184px;
height: 184px;
margin: 0 auto 40px;
border-radius: 50%;
background: var(--purple-soft);
border: 1px solid rgba(125, 103, 155, 0.16);
box-shadow:
0 16px 42px rgba(125, 103, 155, 0.13),
inset 0 0 0 9px rgba(255, 255, 255, 0.22);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.belife-ethics-mobile-center::after {
content: "";
position: absolute;
left: 50%;
bottom: -40px;
width: 1px;
height: 40px;
transform: translateX(-50%);
background: var(--beige-light);
}
.belife-ethics-mobile-center span,
.belife-ethics-mobile-center strong {
display: block;
margin: 0;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 31px;
font-weight: 400;
line-height: 0.92;
color: var(--purple-dark);
}
.belife-ethics-mobile-center small {
display: block;
max-width: 130px;
margin-top: 15px;
font-size: 10px;
font-weight: 500;
line-height: 1.4;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--purple-dark);
}
/* Timeline */
.belife-ethics-mobile-list {
position: relative;
width: 100%;
max-width: 520px;
margin: 0 auto;
padding: 0;
}
.belife-ethics-mobile-list::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 23px;
width: 1px;
background: var(--beige-light);
}
/* Item */
.belife-ethics-mobile-item {
position: relative;
display: grid;
grid-template-columns: 47px minmax(0, 1fr);
gap: 13px;
width: 100%;
margin: 0 0 14px;
}
.belife-ethics-mobile-item:last-child {
margin-bottom: 0;
}
/* Icon */
.belife-ethics-mobile-icon {
position: relative;
z-index: 2;
width: 47px;
height: 47px;
border-radius: 50%;
background: var(--white);
border: 2px solid rgba(125, 103, 155, 0.23);
box-shadow: 0 8px 22px rgba(125, 103, 155, 0.13);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
line-height: 1;
color: var(--purple);
}
/* Card */
.belife-ethics-mobile-card {
min-width: 0;
width: 100%;
padding: 18px 17px 19px;
background: rgba(255, 255, 255, 0.72);
border: 1px solid rgba(195, 164, 143, 0.25);
border-radius: 18px;
box-shadow: 0 8px 25px rgba(95, 74, 128, 0.035);
}
.belife-ethics-mobile-card h3 {
margin: 0 0 7px;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 27px;
font-weight: 400;
line-height: 1;
color: var(--purple-dark);
}
.belife-ethics-mobile-card p {
margin: 0;
font-family: inherit;
font-size: 13.5px;
line-height: 1.55;
color: var(--text);
overflow-wrap: break-word;
}
/* Último item */
.belife-ethics-mobile-item:last-child::after {
content: "";
position: absolute;
left: 18px;
bottom: -5px;
z-index: 3;
width: 11px;
height: 11px;
border-radius: 50%;
background: var(--purple);
border: 3px solid var(--cream);
}
}
/* Ajustes para telemóveis muito pequenos */
@media (max-width: 380px) {
.belife-ethics-mobile {
padding-right: 14px;
padding-left: 14px;
}
.belife-ethics-mobile-header h2 {
font-size: 39px;
}
.belife-ethics-mobile-center {
width: 168px;
height: 168px;
}
.belife-ethics-mobile-center span,
.belife-ethics-mobile-center strong {
font-size: 28px;
}
.belife-ethics-mobile-list::before {
left: 20px;
}
.belife-ethics-mobile-item {
grid-template-columns: 41px minmax(0, 1fr);
gap: 10px;
}
.belife-ethics-mobile-icon {
width: 41px;
height: 41px;
font-size: 16px;
}
.belife-ethics-mobile-card {
padding: 16px 14px 17px;
}
.belife-ethics-mobile-card h3 {
font-size: 25px;
}
.belife-ethics-mobile-card p {
font-size: 13px;
}
.belife-ethics-mobile-item:last-child::after {
left: 15px;
}
}
Be: Leben
Akademie
Präsenz · Integrität · Fürsorge
✦
Anwesenheit
Wir widmen denjenigen, die wir unterrichten und denen wir dienen, unsere volle Aufmerksamkeit.
Wir hören aufmerksam zu, kommunizieren ehrlich und sind stets präsent
, ohne zu urteilen.
✦
Integrität
Wir handeln ehrlich, transparent und verantwortungsbewusst.
Wir halten unsere Verpflichtungen ein und üben unsere Tätigkeit im Rahmen unserer Ausbildung und Erfahrung aus.
✦
Liebe
Wir führen mit Mitgefühl, Freundlichkeit und Respekt. Wir erkennen
den innewohnenden Wert jedes Einzelnen an und schaffen Räume
, in denen sich die Menschen sicher und unterstützt fühlen.
✦
Service
Wir sind uns bewusst, dass unsere Arbeit dazu dient, anderen zu helfen.
Wir dienen mit Bescheidenheit, Großzügigkeit und dem aufrichtigen Wunsch,
zum Wohlbefinden beizutragen.
✦
Bewusstsein
Wir fördern Selbstwahrnehmung und achtsame Präsenz –
– und setzen uns kontinuierlich mit unseren Gedanken, Handlungen und deren Auswirkungen auseinander.
✦
Intuition
Wir würdigen die Intuition als innere Weisheit und üben uns dabei in „
“ – also in Unterscheidungsvermögen, Demut, Bodenständigkeit und Respekt gegenüber anderen.
✦
Exzellenz
Wir verpflichten uns zu kontinuierlichem Lernen, zu einer reflektierten und „
“ Praxis sowie zur Einhaltung hoher beruflicher Standards.
✦
Neugier
Wir bleiben aufgeschlossen und dem lebenslangen Lernen verpflichtet,
und sind offen für neues Wissen und vielfältige Perspektiven.
✦
Ausgestaltung
Wir sind bestrebt, die Prinzipien, die wir vermitteln, durch Selbst
es Bewusstsein, Authentizität, Verantwortungsbewusstsein und konsequente
Praxis zu leben.
✦
Wahrheit
Wir kommunizieren ehrlich und sachlich. Wir machen keine falschen
Angaben zu unseren Qualifikationen, Dienstleistungen oder Ergebnissen.
✦
Respekt
Wir achten Autonomie, Grenzen, Vertraulichkeit, Weltanschauungen
sowie fundierte Entscheidungen und schaffen so ein inklusives Umfeld.