@charset "UTF-8";button{appearance:unset;background-color:unset;border:unset;border-radius:unset;font-family:inherit;font-size:unset;line-height:inherit}.button,button{background-color:var(--button-background-color,#e39237);color:var(--button-color,#fafafa);cursor:pointer;font-size:.875rem;font-weight:800;padding:.5em 1em;text-transform:uppercase;transition:background-color .33s ease-in-out}.button:focus,.button:hover,button:focus,button:hover{--button-background-color:#ec7d00}.button.secondary,button.secondary{--button-background-color:#ebd2b9}.button.secondary:focus,.button.secondary:hover,button.secondary:focus,button.secondary:hover{--button-background-color:#b99678}.button-bar{display:flex;flex-wrap:wrap;gap:.5rem}.button-bar:not(:last-child){margin-bottom:.5rem}@font-face{font-family:Mulish;font-style:normal;font-weight:200;src:local(""),url(/build/website/fonts/mulish-v10-latin-200.52072e90.woff2) format("woff2"),url(/build/website/fonts/mulish-v10-latin-200.6cd18fa8.woff) format("woff")}@font-face{font-family:Mulish;font-style:normal;font-weight:400;src:local(""),url(/build/website/fonts/mulish-v10-latin-regular.789d075c.woff2) format("woff2"),url(/build/website/fonts/mulish-v10-latin-regular.68d667d7.woff) format("woff")}@font-face{font-family:Mulish;font-style:normal;font-weight:700;src:local(""),url(/build/website/fonts/mulish-v10-latin-700.50a7b6b6.woff2) format("woff2"),url(/build/website/fonts/mulish-v10-latin-700.08f96c03.woff) format("woff")}@font-face{font-family:Mulish;font-style:normal;font-weight:800;src:local(""),url(/build/website/fonts/mulish-v10-latin-800.66e8393a.woff2) format("woff2"),url(/build/website/fonts/mulish-v10-latin-800.13a07eb4.woff) format("woff")}body{font-family:Mulish,system-ui,Helvetica,Arial,Tahoma,Calibri,sans-serif}:is(h1,h2,h3,h4,h5,h6){font-size:unset;font-weight:unset}:is(.h1,.h2,.h3,.h4,.h5,.h6){color:var(--headline-color,#14a648);font-weight:800;letter-spacing:1px;word-break:break-word}:is(.h1,.h2,.h3,.h4,.h5,.h6):not(:first-child){margin-top:1.5em}:is(.h1,.h2,.h3,.h4,.h5,.h6):not(:last-child){margin-bottom:.75em}:is(.h1,.h2,.h3,.h4,.h5,.h6),p{max-width:46.25rem}.h1{color:#3f3f3f;font-size:2.5rem;font-weight:700}.h1,.h2{line-height:1.2}.h2{font-size:2rem}.h3{line-height:1.2}.h3,.h4{font-size:1.5rem}.h4,.h5{line-height:1.3}.h5{font-size:1.25rem}.h6{font-size:1.125rem}p:not(:first-child){margin-top:1em}p:not(:last-child){margin-bottom:1em}.contact{--color:#fff;--headline-color:var(--color);--section-background-color:#14a648}input,select,textarea{appearance:none;border-radius:unset;font-family:unset;font-size:unset;font-weight:unset}input:not([type=checkbox],[type=radio]),select,textarea{background-color:var(--section-background-color);border:none;border-bottom:1px solid #fff;color:#fff;display:block;padding-bottom:.5em;padding-top:.5em;transition:border-color .25s ease-in-out;width:100%}input:not([type=checkbox],[type=radio]):focus,select:focus,textarea:focus{border-color:#51c461}input:not([type=checkbox],[type=radio])::placeholder,select::placeholder,textarea::placeholder{color:hsla(0,0%,100%,.33)}input:is([type=checkbox],[type=radio]){align-items:center;background-color:#fafafa;border-radius:.125em;display:flex;flex-shrink:0;height:21px;justify-content:center;position:relative;width:21px}input:is([type=checkbox]):checked{background-color:#6cb300;border-color:#6cb300}input:is([type=checkbox]):checked:after{color:#fafafa;content:"✓"}input:is([type=radio]):checked{background-color:#6cb300;border-color:#6cb300}textarea{min-height:7.5rem;resize:vertical}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M10.293 3.293 6 7.586 1.707 3.293A1 1 0 0 0 .293 4.707l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414Z'/%3E%3C/svg%3E");background-position:calc(100% - 1.3em);background-repeat:no-repeat;background-size:.6em;cursor:pointer}select::-ms-expand{display:none}.check-radio{align-items:center;cursor:pointer;display:flex;gap:.75em}.check-radio label{font-weight:unset;text-transform:unset}fieldset{border-style:none}label{cursor:pointer;font-size:.875rem;font-weight:200;line-height:1.4}.check-radio-list{display:flex;flex-direction:column;flex-wrap:wrap;gap:.75rem 1.5rem}.check-radio-list:not(:first-child){margin-top:.75rem}.check-radio-list:not(:last-child){margin-bottom:1.5rem}.textarea{display:grid;overflow:hidden}.textarea:after{content:attr(data-replicated-value) " ";visibility:hidden;white-space:pre-wrap}.textarea textarea{overflow:hidden;resize:none}.textarea:after,.textarea>textarea{grid-area:1/1/2/2}fieldset>*{margin-bottom:2rem}@media (min-width:64em){form{max-width:25rem}}.grid{display:grid;gap:2rem 4rem;grid-template-columns:repeat(auto-fill,minmax(min(18.75rem,100%),1fr))}.form-grid{display:flex;flex-direction:column;gap:2rem}.sticky-content{position:sticky;top:2rem}a{color:currentColor;font-weight:700;text-decoration:unset}ul{list-style-type:none}.logo-list{display:grid;gap:4rem;grid-template-columns:repeat(auto-fill,minmax(min(12.5rem,100%),1fr))}.logo-list li{align-items:center;background-color:#fff;display:flex;justify-content:center;overflow:hidden}*{margin:0;outline:none;padding:0}*,:after,:before{box-sizing:inherit}html{box-sizing:border-box;scroll-behavior:smooth}body{background-color:#f4f4f4;color:var(--color,#3f3f3f);line-height:1.6}img{display:block;height:auto;max-width:100%}.wrapper{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:6vw;padding-right:6vw}.content-header{background-color:#f7f7f7;padding-bottom:2rem;padding-top:2rem}.content-header p{max-width:25rem}.page-footer{background-color:#5f8764;color:#fafafa;padding-bottom:1.5rem;padding-top:1.5rem}.page-footer ul{display:flex;flex-wrap:wrap;gap:1.5rem}.page-header{--color:#fafafa;background-color:#fff;left:50%;opacity:0;padding-bottom:1.5rem;padding-top:1.5rem;position:absolute;transform:translateX(-50%);transition:opacity .5s ease-in;z-index:3}.is-ready .page-header{opacity:1}.page-header .logo{display:flex;position:relative}.page-header .logo svg{display:block;height:auto;max-width:13.75rem}#diaetologikum{opacity:0;transition:opacity .5s ease-in 1.5s}.is-ready #diaetologikum{opacity:1}#logo-arc{opacity:0;transition:opacity .5s ease-in 1.5s}.is-ready #logo-arc{opacity:1}#logo-line-left{transform:translateX(-100%);transition:transform 1s ease-in .5s}.is-ready #logo-line-left{transform:translateX(0)}#logo-line-right{transform:translateX(100%);transition:transform 1s ease-in .5s}.is-ready #logo-line-right{transform:translateX(0)}#logo-text{opacity:0;transition:opacity .5s ease-in 2s}.is-ready #logo-text{opacity:1}html{font-size:112.5%}@media (min-width:48em){html{font-size:125%}}.section{--color:#000;background-color:var(--section-background-color,#f1f1f1);color:var(--color);padding-bottom:2.5rem;padding-top:2.5rem}@media (min-width:48em){.section{padding-bottom:4rem;padding-top:4rem}}.section.is-secondary{--section-background-color:#fff}.section.is-highlight{--color:#fff;--headline-color:var(--color);--section-background-color:#14a648}.content-blocks>.section:nth-child(2n){--section-background-color:#fff}.image{align-self:flex-start;aspect-ratio:3/2;overflow:hidden;position:relative}.image:after,.image:before{background-image:url(/build/website/images/bogen.4ed276ca.svg);background-repeat:no-repeat;background-size:100%;content:"";height:100px;left:-15%;mix-blend-mode:screen;position:absolute;right:-15%}.image:before{top:0;transform:rotate(-12deg)}.image:after{bottom:0;transform:rotate(168deg)}@media (min-width:59em){.image{aspect-ratio:unset}}.image>img,.image>picture,.image>picture>img{height:100%;object-fit:cover;width:100%}.services{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(min(25rem,100%),1fr))}.services li{background-color:#fff;padding:1.5rem}.services .badge{background-color:#14a648;color:#fafafa;display:inline-flex;font-size:.625rem;font-weight:700;margin-bottom:1em;padding:.375em .5em .25em;text-transform:uppercase}.services .headline{margin-top:unset}.services .notice{font-size:14px}@media (min-width:48em){.stage{align-items:center;display:flow-root;display:flex;height:90vh;justify-content:flex-end;max-height:37.5rem;min-height:25rem;position:relative}.stage:before{content:"";display:block;float:left;height:0;padding-bottom:.69444%}}.stage .wrapper{display:flex;justify-content:center}@media (min-width:48em){.stage .wrapper{align-items:flex-end;flex-direction:column;margin-left:unset;max-width:500px}}.stage .content{padding-bottom:1rem;padding-top:1rem}@media (min-width:48em){.stage .content{align-items:center;align-self:flex-end;display:flex;height:100%;width:50vw;z-index:2}.stage .background{inset:0;position:absolute}.stage .background img{height:100%;object-fit:cover;object-position:top;width:100%}}.stage .background:after,.stage .background:before{mix-blend-mode:unset}.stage .logo{display:inline-flex;max-width:15rem}@media (min-width:48em){.stage .logo{position:relative;top:-8vh}}@media (min-width:64em){.stage .logo{max-width:20rem}}.stage .logo svg{display:block;height:auto}.certificates{padding-bottom:3rem;padding-top:3rem}