.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#005c40}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#c71224}.Toastify__toast-body{margin:auto 0;flex:1}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:bold;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{width:100%}100%{width:0}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:0;height:5px;z-index:9999;opacity:.7;animation:Toastify__trackProgress linear 1;background-color:rgba(255,255,255,.7)}.Toastify__progress-bar--rtl{right:0;left:initial}.Toastify__progress-bar--default{background:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55)}@keyframes Toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes Toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes Toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes Toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0, 110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0, -110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(110%, 0, 0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-110%, 0, 0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 110%, 0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -110%, 0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@font-face{font-family:Moon_Flower_Bold;src:url(moon_flower/Moon_Flower_Bold.ttf);font-weight:bold}@font-face{font-family:Moon_Flower;src:url(moon_flower/Moon_Flower.ttf);font-weight:normal}.Toastify__toast{border-radius:0;padding:10px 20px;box-shadow:0 0 30px rgba(0,0,0,.4)}.marginTop{margin-top:20px}.iconFlex{display:flex}.iconFlex svg{margin-right:10px}.orange-color{color:#daaf00}.orange{background:#f1c40f}body{margin:0;font-family:Arial;overflow-x:hidden}#root{padding:40px 0 40px}.hintergrund{max-width:60%;position:absolute;bottom:0;right:0;z-index:-1}h1{font-weight:normal;font-size:24px}header{position:fixed !important;top:0}header svg{margin-right:10px}header button{background-color:rgba(0,0,0,.08) !important;margin-right:5px !important;color:#fff !important}header .lastItem{flex-grow:1;text-align:right}table th,table td{padding:5px 15px !important}.svgfix svg{margin-right:10px}.buttonFlex{display:flex;align-items:center}.buttonFlex button{margin-right:20px}.content{padding:40px 30px 0}.justifyCenter{justify-content:center;display:flex}.chips{display:flex;justify-content:center;flex-wrap:wrap}.chips div{margin-right:4px}.icon.right{margin-right:10px}.icon.left{margin-left:10px}.red{background:#c71224;color:#fff}.complete{background:#eee}.green-color{color:#005c40 !important}.green{background:#005c40 !important;color:#fff}.block{display:block}.flexStart{display:flex !important;align-items:flex-start}.flexStart svg{margin:0 5px}.flexCenter{display:flex !important;align-items:center}.flexCenter svg{margin:0 5px}.flexCenterColumn{display:flex;flex-direction:column;justify-content:center;text-align:center}a{text-decoration:none}.cardAction{border-top:solid 1px rgba(0,0,0,.12)}.margin{margin-top:10px !important;margin-bottom:15px !important}.img-fluid{max-width:100%}.text-right{text-align:right !important}.text-center{text-align:center !important}*:focus{outline:none !important}.noShadow div{box-shadow:none !important}.login-container{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.login-container #login{width:300px}.loader{padding:20px}.divider-title{margin-bottom:10px;text-transform:uppercase;padding-top:10px}.divider-title:first-child{padding-top:0}.divider-title .divider-title-inner{font-size:12px;background:#eee;padding:10px;font-weight:bold}.fab{right:16px;bottom:16px;position:fixed !important}.pakete table thead th:first-child{width:80px}.pakete table thead th:nth-child(2){width:70%}.pakete table thead th:last-child{text-align:right}.module table thead th:nth-child(6){width:80%}.module table thead th:last-child{text-align:right}.guthaben table thead th:first-child{width:30px}.guthaben table thead th:nth-child(2){width:120px}.guthaben table thead th:nth-child(4){text-align:right}.guthaben table thead th:nth-child(5){width:50%}.guthaben table tbody td:nth-child(8){text-align:right}.guthaben-funding table thead th:first-child,.guthaben-funding table thead th:nth-child(1),.guthaben-funding table thead th:nth-child(2),.guthaben-funding table thead th:nth-child(3),.guthaben-funding table thead th:nth-child(4){width:120px}.guthaben-mitarbeiter table thead th:first-child{width:30px}.guthaben-mitarbeiter table thead th:nth-child(2){width:120px}.guthaben-mitarbeiter table thead th:nth-child(3){width:120px;text-align:right}.guthaben-mitarbeiter table tbody td:nth-child(6){text-align:right}.public-DraftStyleDefault-ltr{font-family:"Helvetica",serif}table.antworten{margin-top:20px}table.antworten th:first-child{width:70%}table.antworten tr:last-child td{border:none}.nachrichten table th:nth-child(5){width:30%}.produkte table th:nth-child(2){width:10%}.produkte table th:nth-child(3){width:15%}.produkte table th:nth-child(4){width:15%}.produkte table th:nth-child(5){width:60%}.produkt-kategorien table th:nth-child(2){width:80%}.basket table th:nth-child(1){width:20%}.basket table th:nth-child(4){width:80%}.bestellungen table th:nth-child(1){width:100px}.bestellungen table th:nth-child(2){width:120px}.bestellungen table th:nth-child(4){width:50%}.bestellungen-verwaltung table th:nth-child(1){width:20px}.bestellungen-verwaltung table th:nth-child(3){width:100px}.bestellungen-verwaltung table th:nth-child(4){width:120px}.bestellungen-verwaltung table th:nth-child(5){width:25%}.module table th:last-child{width:30%}.inhalte table th:nth-child(1){width:20%}.inhalte table th:nth-child(2){width:40%}.eintrag-text{line-height:25px}.eintrag-text p:last-child{margin-bottom:0}.cardContentDone span{display:flex;align-items:center}.noHidden{overflow:initial !important}.modul .text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:16px;max-height:55px;-webkit-line-clamp:3;-webkit-box-orient:vertical}.imageinfo{display:flex;margin-bottom:8px;align-items:center}.imageinfo:last-child{margin-bottom:0}.imageinfo svg{margin-right:5px}.bigIcon{font-size:50px !important}.bestelldetails small{display:block;text-transform:uppercase;font-size:12px;font-weight:bold}.bestelldetails .bestelldetails-produkte table thead th:first-child{width:10%}.bestelldetails .bestelldetails-produkte table thead th:nth-child(2){width:20%}.bestelldetails .bestelldetails-produkte table thead th:nth-child(3){width:10%}.bestelldetails .bestelldetails-produkte table thead th:nth-child(4){width:30%}.meldung.container{margin:0 auto;max-width:600px;display:flex;align-items:center;flex-direction:column}.meldung .card{margin-bottom:10px;width:100%;max-width:600px}.meldung .card small{display:block;margin-top:5px}.marginRight{margin-right:8px}.mitarbeiter table thead th:first-child{width:10%}.mitarbeiter table thead th:nth-child(3){width:10%}.mitarbeiter table thead th:nth-child(4){width:20%}.mitarbeiter table thead th:nth-child(5){width:20%}.mitarbeiter table thead th:nth-child(6){width:20%}.zielgruppe table thead th:first-child{width:20%}.zielgruppe table thead th:nth-child(2){width:20%}hr{margin-left:-30px !important;margin-right:-30px !important}.dividerNormal{margin:0 !important}.produktDialogContent{overflow-y:initial !important}.mediathek-container{display:flex;flex-wrap:wrap}.mediathek-container small{display:block}.mediathek-container .infos{text-align:right}.mediathek-container .bild{width:250px;margin:0 5px 10px 5px;text-align:center}.mediathek-container .bild img{max-height:150px}.mediathek-container .cardAction{justify-content:flex-end}.mediathek-container .mediathek-add{width:100%;margin-bottom:20px}.buttonrow{display:flex;justify-content:space-between;padding:70px;text-align:center}.buttonrow a{color:#000}.buttonrow img{margin-bottom:15px}.buttonrow .buttonrow-text{font-family:Moon_Flower_Bold,Arial;font-size:35px;text-transform:uppercase}.lerncenter-info{line-height:25px;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;padding:20px}.lerncenter-info .legende{text-align:left;margin-left:30px}.lerncenter-info .legende div{padding:10px;font-family:Moon_Flower_Bold,Arial;font-size:30px}.lerncenter-info .legende div .color{font-size:14px;font-family:Arial;font-weight:bold;text-align:center;border-radius:3px;width:30px;display:block;margin-right:5px;float:left}.lerncenterrow{display:flex;width:100%;margin-bottom:30px;justify-content:center;align-items:center;transition:all .3s}.lerncenterrow.toolbar{justify-content:flex-start}.lerncenterrow img{width:128px;margin-bottom:15px;transition:all .3s}.lerncenterrow a{text-align:center;padding:20px;width:200px;background:rgba(0,0,0,.05);margin:5px 5px 10px;border-radius:10px}.lerncenterrow a:hover{transition:all .3s;background:rgba(0,0,0,.1)}.lerncenterrow a div{color:#000;font-size:18px;text-transform:uppercase;font-weight:bold;text-align:center;transition:all .3s}.lerncenterrow.isSmall{justify-content:flex-start;height:inherit}.lerncenterrow.isSmall img{width:80px}.lerncenterrow.isSmall a{width:140px;padding:10px;font-size:16px}.file-drop,.globalupload{width:100%;display:flex;justify-content:center}.file-drop .file-drop-target{display:flex;align-items:center;justify-content:center;width:100%;padding:15px;border:2px dashed #ddd;margin:0 10px;border-radius:10px}.file-drop .file-drop-dragging-over-target,.file-drop .file-drop-dragging-over-frame{background:rgba(0,0,0,.1);border-radius:10px}.file-drop .file-drop-dragging-over-target{background:rgba(0,0,0,.25);border:2px solid green}.checkboxFlexLeft{width:100%;display:flex;align-items:center}.selectedImages{position:absolute;bottom:0;padding:20px 30px;margin:10px auto;display:flex;justify-content:center;align-items:center}.selectedImages .ordnerAuswahl{margin-left:20px}.noData{text-align:center;padding:50px;border-radius:50px}.noData img{width:150px}.shop-entry h2{font-family:Moon_Flower,Arial;font-size:44px;margin-bottom:0}.shop-entry h1{font-family:Moon_Flower_Bold,Arial;font-size:56px;margin-top:0}.shop-entry .kategorien{display:flex;justify-content:space-around}.shop-header{display:flex;align-items:center;justify-content:center}.shop-suche{padding:0 20px;width:60%;margin:0 auto;margin-bottom:20px}.actions-toolbar{margin-bottom:10px;text-align:right}.actions-toolbar button{margin-left:5px}.messenger-dialog-suche{padding:0 20px}.messenger{position:absolute;width:100%;margin:-10px -30px;height:calc(100vh - 70px);background:#fff}.messenger .noData{width:inherit}.messenger .nodata-container{align-items:center;justify-content:center}.messenger .messenger-container{display:flex;height:100%}.messenger .messenger-container button{border-radius:0}.messenger .messenger-container .messenger-chat{padding:0 4px;display:flex;flex-direction:column;height:100%}.messenger .messenger-container .messenger-chat .list{overflow-x:auto;height:calc(100% - 36px);box-shadow:0 -15px 15px rgba(0,0,0,.2)}.messenger .messenger-container .messenger-chat .list ul{padding:0 !important}.messenger .messenger-container .messenger-nachrichten{display:flex;flex-direction:column;background:rgba(0,0,0,.01);max-height:100%}.messenger .messenger-container .messenger-nachrichten .messenger-header{align-items:center;display:flex;width:100%;flex-direction:row;min-height:30px;margin:5px 0 0 -8px;border-bottom:2px solid}.messenger .messenger-container .messenger-nachrichten .messenger-header h2{flex:1;margin:0;font-size:16px;font-weight:normal;padding:5px 5px 10px 15px}.messenger .messenger-container .messenger-nachrichten .messenger-nachricht{padding:10px;overflow:auto}.messenger .messenger-container .messenger-nachrichten .messenger-footer{display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-top:2px solid;margin-left:-8px}.messenger .messenger-container .messenger-nachrichten .messenger-footer button{margin-left:20px}.messenger .messenger-container .message{margin-bottom:5px}.messenger .messenger-container .message .message-inner{display:inline-block;padding:5px 10px;background:#dff9fb;border-radius:10px}.messenger .messenger-container .message .message-inner small{font-size:12px}.messenger .messenger-container .message.isMe{text-align:right}.messenger .messenger-container .message.isMe .message-inner{background:#f6e58d}.messenger-image{max-width:300px}.messenger-title{display:flex}.messenger-title .unread{background:#c71224;border-radius:5px;min-width:15px;text-align:center;font-weight:bold;font-size:12px;margin-right:5px;color:#fff;padding:0 5px}.color-green{background:#90ee90 !important}.color-green > div{background:#32cd32 !important}.produkt-farbe{padding:7px 10px;background:#eee}.shop-hero{background:url(kollektion/hero.jpg);background-repeat:no-repeat;height:100%;width:100%;position:fixed;left:0;top:0;background-size:cover;display:flex;align-items:flex-end;justify-content:center}.shop-hero .btn-container{padding-bottom:45px}.shop-hero .shop-hero-button{cursor:pointer;padding:20px 35px;font-size:20px;font-weight:bold;margin:10px;background:#fff;text-transform:uppercase;box-shadow:0 0 15px rgba(0,0,0,.2);transition:all .5s;width:200px}.shop-hero .shop-hero-button:hover{background:#000;color:#fff;box-shadow:0 0 25px rgba(0,0,0,.8)}.breadcrumbs{margin-bottom:10px;display:flex;align-items:center}.breadcrumbs > div{display:flex;align-items:center}.breadcrumbs button{font-size:12px}.badge{min-width:12px;text-align:center;position:absolute;background:#fff;border-radius:5px;padding:5px;font-size:10px;right:0;font-weight:bold;top:-7px;box-shadow:0 0 5px}.auswertung-container h2 small{font-weight:normal}.auswertung-container .antwort{margin-bottom:5px;display:flex;align-items:center;border-bottom:solid 1px #ddd;padding-bottom:5px}.auswertung-container .antwort:last-child{border:none}.auswertung-container .antwort svg{margin-right:10px}.auswertung-container .antwort .frage{display:flex;flex-direction:column}.auswertung-container .antwort .frage .antwort-text{padding:5px 0}.auswertung-container .antwort p{display:inline-block;padding:0;margin:0}.auswertung{margin-bottom:10px}.auswertung > div{padding-bottom:16px !important}.auswertung .ergebnis h1{font-size:30px;padding:0;margin:0;font-weight:bold}.info-container{display:flex;justify-content:center}.info-container .info-text{width:66%}.pdfMessage{display:flex;align-items:center;justify-content:center;margin-top:5px;margin-bottom:5px}.pdfMessage span{margin-left:5px;font-weight:bold;color:#000}/*# sourceMappingURL=style.css.map */
