@charset "UTF-8";section{display:grid;grid-column:full-port;padding:0rem 1rem}section:nth-of-type(odd){background-color:#fff;color:#8c684f}section:nth-of-type(2n){background-color:#f9f4ec;color:#b08c74}@media screen and (min-width: 1024px){section{grid-template-columns:[full-port-start] 1fr [content-start] minmax(0,73rem) [content-end] 1fr [full-port-end]}}@media screen and (min-width: 768px) and (max-width: 1023px){section{grid-template-columns:[full-port-start] 1fr [content-start] minmax(0,73rem) [content-end] 1fr [full-port-end]}}@media screen and (max-width: 767px){section{grid-template-columns:[full-port-start] 1fr [content-start] minmax(0,73rem) [content-end] 1fr [full-port-end]}}section>*{grid-column:2}.hero{display:grid;grid-template-columns:auto auto auto;color:#8c684f;padding-bottom:5vh}.hero .frame-image{width:20rem;height:20rem;overflow:hidden;display:inline-block;padding-bottom:2rem;max-height:15rem;align-self:end}@media screen and (max-width: 767px){.hero .frame-image{display:none}}.hero .frame-image img{width:100%;height:100%;object-fit:cover}.hero .just-left{justify-self:left}.hero .just-right{justify-self:right}.hero .hero-content{display:grid;grid-template-rows:auto auto auto;justify-items:center;padding-bottom:2rem}.hero .hero-content img{max-width:10rem;border-radius:1rem}.hero .hero-content .hero-text{padding:2rem;text-align:center;font-size:1.2rem}.about{color:#b08c74;display:grid;padding:5vh 0}@media screen and (min-width: 1024px){.about{grid-template-columns:60% 40%}}@media screen and (min-width: 768px) and (max-width: 1023px){.about{grid-template-columns:60% 40%}}@media screen and (max-width: 767px){.about{grid-template-rows:auto auto}}.about .text{display:grid}@media screen and (min-width: 1024px){.about .text{grid-template-rows:auto auto auto 1fr;grid-row-gap:1rem;padding-right:10rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.about .text{grid-template-rows:auto auto auto 1fr;grid-row-gap:1rem;padding-right:5rem}}@media screen and (max-width: 767px){.about .text{grid-template-rows:auto auto auto 1fr;grid-row-gap:1rem;padding-bottom:5rem}}.about .text h2{font-size:2rem}.about .text p{font-size:1.2rem}.about img{max-width:100%}.quote{color:#8c684f;text-align:center;font-style:italic;font-size:1.5rem;padding:5vh 0}.quote img{max-height:3rem}.final{display:grid;min-height:70vh;align-items:center;color:#b08c74;background:#f9f4ec;text-align:center;padding:2rem 0rem}.final h2{font-size:3rem;font-weight:400}.ongoing{display:grid;grid-template-rows:auto auto auto;padding-top:2rem;color:#8c684f}.ongoing .leistung-kurse-container{display:grid;padding-top:10vh}@media screen and (min-width: 1024px){.ongoing .leistung-kurse-container{grid-template-columns:auto auto;grid-column-gap:10rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.ongoing .leistung-kurse-container{grid-template-columns:auto auto;grid-column-gap:10rem}}@media screen and (max-width: 767px){.ongoing .leistung-kurse-container{grid-template-rows:auto auto;grid-row-gap:5rem}}.ongoing .leistung-kurse-container .leistung-kurse{display:grid;grid-auto-rows:auto;grid-column-row:2rem;justify-items:center}.ongoing .leistung-kurse-container .leistung-kurse h3{font-size:1.5rem}.ongoing .leistung-kurse-container .leistung-kurse .circular-image-container{width:200px;height:200px;border-radius:50%;overflow:hidden;display:inline-block}.ongoing .leistung-kurse-container .leistung-kurse .circular-image-container img{width:100%;height:100%;object-fit:cover}.ongoing .erfahrungen-container{display:grid;grid-template-rows:auto auto auto;grid-row-gap:3rem;justify-items:center;padding-top:10vh}.ongoing .erfahrungen-container .bew-header{margin:0;font-size:1.5rem;font-weight:400}.ongoing .erfahrungen-container .under-bew-header{margin:0;font-size:2.5rem}.ongoing .erfahrungen-container .text-block-container{display:grid}@media screen and (min-width: 1024px){.ongoing .erfahrungen-container .text-block-container{grid-template-columns:auto auto auto;grid-column-gap:2rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.ongoing .erfahrungen-container .text-block-container{grid-template-columns:auto auto auto;grid-column-gap:2rem}}@media screen and (max-width: 767px){.ongoing .erfahrungen-container .text-block-container{grid-template-rows:auto auto auto;grid-row-gap:2rem}}.ongoing .erfahrungen-container .text-block-container .text-block{display:grid;grid-template-rows:auto auto}.ongoing .erfahrungen-container .text-block-container .text-block p{font-size:1.5rem;font-style:italic}.ongoing .erfahrungen-container .text-block-container .text-block span{font-size:1rem}.ongoing .social-block-container{display:grid;grid-template-rows:auto auto;justify-items:center;padding-top:10vh;padding-bottom:10vh;color:#8c684f}.ongoing .social-block-container h3{font-size:1.5rem}.ongoing .social-block-container .social-block{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:2rem;align-items:center}.ongoing .social-block-container .social-block img{max-height:5rem}
