@import"https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:wght@300;400;500;600;700&display=swap";@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(/fonts/MaterialIcons-Regular.woff2) format("woff2"),url(/fonts/MaterialIcons-Regular.woff) format("woff")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}:root{--color-black: black;--color-white: white;--color-gold: #b29063;--color-goldlight: #e7d6c0;--color-textlightgrey: rgb(38, 38, 38);--color-textgrey: rgb(20, 32, 59);--color-darkblue: #131c34;--color-green: #5cb85c;--color-bg-lightgrey: #fbf9f9}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:#d3d3d3;font-family:Montserrat,sans-serif;font-size:16px;font-weight:300;letter-spacing:normal;line-height:28px}.text-center{text-align:center}h6,.tagline{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin:4px;letter-spacing:6.6px;color:var(--color-gold)}h1{font-family:Marcellus,serif;font-size:36px;font-weight:500;line-height:50px}h2{font-family:Marcellus,serif;font-size:36px;font-weight:400;line-height:50px}h3{font-family:Marcellus,serif;font-size:30px;font-weight:400;line-height:50px}h4{font-family:Marcellus,serif;font-size:28px;font-weight:400;line-height:36px}ul{padding-left:20px}a{color:var(--color-gold);text-decoration:none}li{margin-bottom:12px;position:relative;padding-left:20px;list-style:none}li:before{content:"";font-family:Material Icons;position:absolute;left:0;color:var(--color-gold);line-height:28px}.footer-section li:before{content:none}.footer-section li{padding-left:0}.gold{content:"";color:var(--color-gold)}.page{margin:0 auto;width:100%;max-width:1400px;background:#fff}.menue-section{display:flex;justify-content:space-between;align-items:center;height:128px;position:sticky;top:0;z-index:1100;background-color:#fff;border-bottom:1px solid #cacbce}.menue-col-logo{height:100%;border-right:1px solid var(--color-gold)}.menue-col-nav{width:100%;height:100%}.menue-nav{border-top:1px solid var(--color-gold)}.menue-contact{width:100%;display:flex;justify-content:flex-start;font-size:13px;gap:20px}.menue-email{padding:1px 20px;margin:4px 0;border-right:1px solid grey}.menue-tel{padding:4px 20px}.logo{height:60px;margin:40px 20px 0}.menue-col-popup{display:none}.menue-list{display:flex;justify-content:flex-end;list-style:none;padding:0;margin:26px 30px 0 0;font-size:12px;font-weight:500;text-transform:uppercase}.menue-list-item{position:relative;margin-left:20px}.menue-list-item .material-icons{font-size:12px;vertical-align:middle;margin-right:5px}.menue-list-item a{text-decoration:none;color:#000}.sub-menue-list{display:none;position:absolute;top:100%;left:0;background-color:#fff;padding:10px;list-style:none;border:1px solid #ccc;min-width:220px;z-index:100}.menue-list-item:hover .sub-menue-list{display:block}.sub-menue-list li{padding:5px 0}.sub-menue-list li:before{content:"- ";margin-right:5px}.hero-section{display:flex;width:100%;min-height:500px}.hero-col-carousel{width:50%;background-color:#eee;position:relative;overflow:hidden}.hero-col-carousel img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;opacity:0;animation:carouselFade 20s infinite}.hero-col-carousel img:nth-child(1){animation-delay:0s}.hero-col-carousel img:nth-child(2){animation-delay:5s}.hero-col-carousel img:nth-child(3){animation-delay:10s}.hero-col-carousel img:nth-child(4){animation-delay:15s}.gold-banner{background-color:var(--color-goldlight);text-align:center;padding:40px 20px;font-size:30px}.hero-col-content{width:50%;background-color:var(--color-darkblue);color:var(--color-white)}.hadline-dash-left{margin:0 30px;padding:40px 20px}.kompetenzen-section{padding:60px 40px;background-color:var(--color-bg-lightgrey)}.beratung-section{padding:60px 40px;background-color:#fff}@media(max-width:800px){.hadline-dash-left{padding:20px 0}.beratung-section{padding:40px 20px}}.kompetenzen-list{display:flex;flex-wrap:wrap;margin-top:40px;margin-left:-15px;margin-right:-15px}.kompetenz-item{width:25%;padding:0 15px;margin-bottom:40px}.kompetenz-item h3{font-family:Marcellus,serif;font-size:22px;margin:0 0 10px;font-weight:400}.kompetenz-item p{margin:0 0 15px;font-size:14px;line-height:24px}.kompetenz-item a{color:var(--color-gold);text-decoration:none;font-size:12px;font-weight:600;text-transform:uppercase}.kompetenz-item a .material-icons{font-size:14px;vertical-align:middle;margin-left:5px}.video-section{margin-top:40px;text-align:center}.button{border-radius:4px;background-color:var(--color-green);font-family:Montserrat,sans-serif;font-weight:200;border:none;color:#fff;text-align:center;font-size:16px;padding:6px;width:200px;transition:all .5s;cursor:pointer;margin:5px}.button span{cursor:pointer;display:inline-block;position:relative;transition:.5s}.button span:before{content:"«";position:absolute;opacity:0;top:0;left:-20px;transition:.5s}.button:hover span{padding-left:25px}.button:hover span:before{opacity:1;left:0}.themen-section{padding:60px 40px;background-color:#fff}@media screen and (max-width:900px){.themen-section{padding:40px 20px}}@media screen and (max-width:900px){.menue-contact{display:none}.menue-col-popup{display:flex;align-items:center;padding-right:20px}.menue-nav{display:none;position:absolute;top:128px;left:0;width:100%;background-color:#fff;z-index:1000;border-bottom:1px solid var(--color-gold)}.menue-nav.open{display:block}.menue-list{flex-direction:column;align-items:flex-start;margin:0;padding:20px}.menue-list-item{margin:0;width:100%}.sub-menue-list{display:block!important;position:static;border:none;padding-left:20px;box-shadow:none}.sub-menue-list li{padding:0}.kompetenz-item{width:50%}}@media screen and (max-width:800px){.hero-col-carousel{display:none}.hero-col-content{width:100%}}@media screen and (max-width:600px){.kompetenz-item,.themen-item{width:100%}}.system-row{display:flex;flex-wrap:wrap;margin-top:40px}.system-col-img{width:50%;padding-right:40px}.system-col-img img{width:100%;height:auto;display:block}.system-col-text{width:50%}.system-col-text h3{font-family:Marcellus,serif;font-size:28px;margin-top:0;margin-bottom:20px;font-weight:400}details{border-bottom:1px solid #ccc;padding:15px 0}summary{font-weight:500;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}summary::-webkit-details-marker{display:none}summary:after{content:"+";font-weight:300;font-size:20px;color:var(--color-gold)}details[open] summary:after{content:"-"}.details-content{padding-top:10px;font-size:14px;line-height:1.6;color:var(--color-textgrey)}.system-footer-text{margin-top:30px;font-size:14px;line-height:24px}.themen-section{padding:60px 40px;background-color:var(--color-bg-lightgrey)}.themen-list{display:flex;flex-wrap:wrap;margin-top:40px;margin-left:-15px;margin-right:-15px}.themen-item{width:50%;padding:0 15px;margin-bottom:30px}.themen-item h3{font-family:Marcellus,serif;font-size:22px;margin:0 0 10px;font-weight:400}.themen-item p{margin:0;font-size:14px;line-height:24px}@media screen and (max-width:800px){.system-col-img,.system-col-text{width:100%;padding:0}.system-col-img{margin-bottom:30px}}.section-team-home{padding:60px 40px;background-color:#fff}.team-row{display:flex;align-items:center}.team-col-img{width:50%}.team-col-img img{width:100%;height:auto;display:block}.team-col-text{width:50%;padding:0 40px}.team-col-text h3{font-family:Marcellus,serif;font-size:28px;margin-bottom:20px;font-weight:400}.team-reverse{flex-direction:row-reverse}@media screen and (max-width:800px){.team-row,.team-reverse{flex-direction:column}.team-col-img,.team-col-text{width:100%;padding:0}.team-col-img{margin-bottom:20px}.team-col-text{padding:0;margin-bottom:40px}}.section-contact{padding:60px 40px}.section-contact .row{display:flex;align-items:center}.section-contact .col{width:50%}@media screen and (max-width:800px){.section-contact .row{flex-direction:column}}@keyframes carouselFade{0%{opacity:0}5%{opacity:1}25%{opacity:1}30%{opacity:0}to{opacity:0}}#top-btn{position:fixed;bottom:30px;right:30px;z-index:1000;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;transition:all .3s ease}#top-btn img{width:20px;height:20px}#top-btn:hover{background-color:var(--color-gold)}#top-btn:hover img{filter:brightness(0) invert(1)}.footer-section{color:#b7b8be;background-color:var(--color-darkblue);color:#fff;padding:60px 40px 20px;font-size:14px}.footer-top{display:flex;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:40px;margin-bottom:20px}.footer-col{padding:0 15px}.footer-col-1{width:40%}.footer-col-2,.footer-col-3,.footer-col-4{width:20%}.footer-logo{max-width:280px;margin-bottom:20px}.footer-text{line-height:1.6;margin-bottom:20px;max-width:300px}.footer-social a{color:var(--color-gold);text-decoration:none;font-weight:600;font-size:16px}.footer-col h5{font-family:Marcellus,serif;font-size:18px;margin-bottom:20px;margin-top:0;font-weight:400}.footer-menu{list-style:none;padding:0;margin:0}.footer-menu li{margin-bottom:10px}.footer-menu a{color:#fff;text-decoration:none;transition:color .3s}.footer-menu a:hover{color:var(--color-gold)}.footer-menu-meta{margin-top:42px}.footer-bottom{display:flex;justify-content:space-between;font-size:13px;color:#ccc}.footer-bottom a{color:#ccc;text-decoration:none}@media screen and (max-width:900px){.footer-col-1{width:100%;margin-bottom:40px}.footer-col-2,.footer-col-3,.footer-col-4{width:33.33%}.footer-bottom{flex-direction:column;text-align:center;gap:10px}}@media screen and (max-width:600px){.footer-col-2,.footer-col-3,.footer-col-4{width:100%;margin-bottom:30px}.footer-menu-meta{margin-top:0}}
