.txt-right{text-align: right}.txt-wrapper{border: 2px solid #124262;border-radius: 5px;padding: 15px;background: #dfe1df;overflow-wrap: break-word}.txt-wrapper h1{font-size: 24px}.txt-wrapper h2{font-size: 22px}.txt-wrapper p:last-child{margin-bottom: 0}.alert{margin: 0}.alert:before{margin-right: 0;font-weight: bold}.alert.alert-info:before{content: 'Hinweis:'}.alert.alert-success:before{content: 'Erfolgreich:'}.alert.alert-warning:before{content: 'Achtung:'}.alert.alert-danger:before{content: 'Fehler:'}.highlight{font-weight: bold;color: #124262}.unread-highlight{display: inline-block;border-radius: 30px;padding: 5px 10px;line-height: 12px;color: #fff;background-color: #df0101;font-size: 12px;font-weight: bold}body{background-color: #dfe1df}h1,h2,h3{color: #124262}h1{text-transform: uppercase}.button{display: inline-block;border: 1px solid #124262;padding: 10px 15px;background: #124262;color: #fff;cursor: pointer;transition: background .5s, color .5s}.button:hover{background: #fff;color: #124262}.button.small{padding: 5px 10px}.button .fas,.button .far{margin-right: 10px}.switch{position: relative;display: inline-block;width: 56px;height: 30px}.switch input{display: none}.switch .slider{position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;border-radius: 34px;background-color: #99999b;-webkit-transition: .4s;transition: .4s}.switch .slider:before{position: absolute;content: "";height: 22px;width: 22px;left: 4px;bottom: 4px;border-radius: 50%;background-color: white;-webkit-transition: .4s;transition: .4s}.switch input:checked + .slider{background-color: #124262}.switch input:focus + .slider{box-shadow: 0 0 1px #124262}.switch input:checked + .slider:before{-webkit-transform: translateX(26px);-ms-transform: translateX(26px);transform: translateX(26px)}.paid{color: #04b404}.unpaid{color: #df0101}input[type="text"],input[type="password"]{padding: 5px 7px}#page{position: absolute;min-width: 100%;max-width: 100%;min-height: 100%}#user-search{position: relative}#user-search form{display: inline}#user-search form:frist-of-type{width: 515px}#user-search form:frist-of-type input[type="text"]{width: 415px}#user-search .search-result{display: none;position: absolute;z-index: 2;border: 2px solid #124262;background: #fff}#user-search .search-result .title{margin: 0;padding-bottom: 7.5px;background: #124262}#user-search .search-result .title *{color: #dfe1df}#user-search .search-result .results{overflow-y: scroll;padding: 0 15px;max-height: 300px}#user-search .search-result .results .row:hover{background: #dfe1df;cursor: pointer}.outer-wrapper{position: fixed;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.66)}.outer-wrapper .inner-wrapper{overflow-y: auto;margin: auto;padding: 15px;height: 90%;background: #dfe1df}.outer-wrapper .inner-wrapper .txt-wrapper{height: 75%;overflow-y: scroll}.outer-wrapper .inner-wrapper .submit-wrapper{margin-top: 15px;text-align: center}.outer-wrapper .inner-wrapper .submit-wrapper .confirm-text{display: inline-flex;line-height: 30px}.outer-wrapper .inner-wrapper .submit-wrapper .confirm-text .switch{margin-right: 15px}.outer-wrapper .inner-wrapper .submit-wrapper .button-wrapper{margin-top: 15px}.outer-wrapper .inner-wrapper .submit-wrapper .button-wrapper a.button{display: inline-block}.outer-wrapper .inner-wrapper .submit-wrapper .button-wrapper a.button:hover{text-decoration: none}.dashboard .item{display: block}.dashboard .item:hover{background: #f9faf9}.dashboard .item .fas:not( .fa-caret-right ),.dashboard .item .far:not( .fa-caret-right ){border-radius: 10px;padding-top: 10px;width: 50px;height: 50px;background: #124262;color: #fff;text-align: center}.loader{position: absolute;z-index: 1;top: 50%;left: 50%;margin: -40px 0 0 -40px;border: 16px solid rgba(255,255,255,0);border-top: 16px solid #124262;border-bottom: 16px solid #124262;border-radius: 50%;width: 80px;height: 80px;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform: rotate(0deg)}100%{-webkit-transform: rotate(360deg)}}@keyframes spin{0%{transform: rotate(0deg)}100%{transform: rotate(360deg)}}