@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);
*{-webkit-tap-highlight-color:transparent;color:#404040;font-family:Open Sans,sans-serif;margin:0;padding:0}:focus{background:transparent;outline:none}html{height:100%;min-height:100%;position:relative}.modal-open{overflow-y:hidden}#register-form.modal-open{height:0}#app{display:grid;grid-template-areas:"header" "subheader" "body" "footer";grid-template-columns:auto;grid-template-rows:[header] 48px [subheader] 48px [body] auto [footer] 48px}a{text-decoration:none}a:focus,a:hover{background:rgba(0,0,0,.05)}#top-navigationbar{background:#cf0038;bottom:0;display:flex;grid-area:header;height:48px;justify-content:center;width:100%;z-index:1000}#top-navigationbar #logo_container{align-content:center;align-items:center;display:flex;justify-content:center}#top-navigationbar #logo_container #logo{align-self:center;display:flex;height:32px;margin-left:0}#search-container{align-items:center;background:#cf0038;grid-area:subheader;justify-content:flex-end;z-index:1000}#search-container,#search-container #search-field{box-sizing:border-box;display:flex;height:48px;width:100%}#search-container #search-field{background-color:rgba(0,0,0,.1);border:none;color:#fff;font-size:16px;font-weight:600;padding:12px 12px 12px 24px}#search-container #search-field::-moz-placeholder{color:hsla(0,0%,100%,.8);opacity:1}#search-container #search-field::placeholder{color:hsla(0,0%,100%,.8);opacity:1}#search-container #search-field:-ms-input-placeholder{color:hsla(0,0%,100%,.8)}#search-container #search-field::-ms-input-placeholder{color:hsla(0,0%,100%,.8)}#search-container #search-field:focus,#search-container #search-field:hover{background-color:rgba(0,0,0,.2)}#search-container .submit-form{align-items:center;background:none;border:none;display:flex;height:48px;justify-content:center;position:absolute;right:0;width:48px}#search-container .submit-form img{height:24px;width:24px}#main-navigationbar{background:#cf0038;bottom:0;display:flex;grid-area:footer;height:48px;justify-content:space-around;position:fixed;width:100%;z-index:1006}#main-navigationbar .nav-btn{align-items:center;align-self:center;color:#fff;display:flex;flex-grow:1;font-weight:400;height:100%;justify-content:center;padding-left:10px;padding-right:10px;text-decoration:none}#main-navigationbar .nav-btn.active{background:rgba(0,0,0,.1)}#main-navigationbar .nav-btn .nav-icon{display:flex;height:24px;margin:0 8px}#audiobook-list{align-content:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;grid-area:body;justify-content:flex-start;max-width:100vw;padding-bottom:72px;padding-top:100px}#audiobook-list .audiobook-item{box-sizing:border-box;cursor:pointer;display:grid;grid-template-columns:72px auto 60px;height:84px;padding:12px 0 0 12px;width:100vw}#audiobook-list .audiobook-item .cover-container{height:72px;overflow:hidden;width:72px}#audiobook-list .audiobook-item .cover-container img{max-width:100%}#audiobook-list .audiobook-item .meta-container{box-sizing:border-box;height:72px;padding-left:12px;padding-top:6px;width:100%}#audiobook-list .audiobook-item .meta-container h2,#audiobook-list .audiobook-item .meta-container p{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;line-height:18px;overflow:hidden;text-overflow:ellipsis}#audiobook-list .add-to-library-btn-container{align-items:center;display:flex;height:72px;justify-content:center;width:60px}#audiobook-list .add-to-library-btn{align-items:center;border-radius:50%;display:flex;height:48px;justify-content:center;width:48px}#audiobook-list .add-to-library-btn img{height:24px;width:24px}#audiobook-list .audiobook-actions-container{align-items:center;display:flex;flex-direction:column;justify-content:space-around}#popup-container{background:rgba(0,0,0,.5);bottom:0;box-sizing:border-box;height:100%;left:0;padding:16px;position:absolute;right:0;top:0;visibility:hidden;width:100%;z-index:1004}#popup-container .popup{background:#fff;bottom:72px;box-sizing:border-box;left:50%;max-width:380px;padding:24px;position:fixed;transform:translateX(-50%);width:100%}#popup-container .popup h2{color:#cf0038;margin-bottom:16px}#popup-container .popup-btn-container{grid-column-gap:8px;box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;margin-top:16px}#popup-container .popup-btn-container a{display:flex;justify-content:center;line-height:24px;padding:8px}#popup-container .popup-btn-container a img{margin-right:8px}#detail-screen{bottom:0;left:0;padding-bottom:48px;position:fixed;right:0;top:0;visibility:hidden;z-index:1001}#detail-screen #close-detail-screen,#popup-container #close-popup-container{cursor:pointer;height:24px;position:absolute;right:5px;top:5px;width:24px;z-index:1003}#detail-screen #close-detail-screen:focus,#detail-screen #close-detail-screen:hover,#popup-container #close-popup-container:focus,#popup-container #close-popup-container:hover{background:none}#detail-screen #close-detail-screen img,#popup-container #close-popup-container{transform:rotate(45deg)}#detail-screen .content{background:#fff;height:100%;overflow:scroll;width:100%}#detail-screen .content .cover-container{border-bottom:1px solid #ddd;padding-top:56.25%;position:relative}#detail-screen .content .cover-container img.cover{left:50%;max-height:60%;max-width:60%;position:absolute;top:50%;transform:translate(-50%,-50%)}#detail-screen .content .cover-container .audiosample-container{align-items:center;display:flex;justify-content:center}#detail-screen .content .cover-container .audiosample-container a{align-items:center;color:#cf0038;display:flex;height:36px;justify-content:center;line-height:36px;padding:12px}#detail-screen .content .cover-container .audiosample-container a:focus,#detail-screen .content .cover-container .audiosample-container a:hover{background:none}#detail-screen .content .cover-container .audiosample-container a img{margin-right:12px}#detail-screen .content .meta-container{padding:0 24px 24px}#detail-screen .content .meta-container .add-to-library{align-items:center;background:#cf0038;border-radius:36px;color:#fff;display:flex;font-size:18px;font-weight:600;height:48px;justify-content:center;margin:24px auto;padding:12px}#detail-screen .content .meta-container .add-to-library:focus,#detail-screen .content .meta-container .add-to-library:hover{background:#ba0032}#detail-screen .content .meta-container .add-to-library img{height:36px;margin-right:12px}#detail-screen .content .meta-container .description{align-items:center;display:flex;flex-direction:column;justify-content:center}#detail-screen .content .meta-container .description p{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}#detail-screen .content .meta-container .description p.collapsed{-webkit-line-clamp:5}#detail-screen .content .meta-container .description .collapse-arrow{cursor:pointer;height:16px;margin:12px;width:16px}#detail-screen .content .meta-container .description .collapse-arrow.open{transform:rotate(180deg)}#detail-screen .content .meta-container .meta-item{align-items:center;display:flex;height:48px;justify-content:flex-start;margin:12px 0 24px}#detail-screen .content .meta-container .meta-item img{margin-right:24px}#detail-screen .content .meta-container .meta-item h2,#detail-screen .content .meta-container .meta-item p{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;line-height:18px;overflow:hidden;text-overflow:ellipsis}#detail-screen .content .meta-container .additional-info p{color:#606060;text-align:center}#add-audiobook-screen{bottom:0;left:0;max-height:100vh;position:fixed;right:0;top:0;visibility:hidden;z-index:1005}#add-audiobook-screen #close-add-audiobook-screen{cursor:pointer;height:24px;position:absolute;right:12px;top:12px;width:24px;z-index:1005}#add-audiobook-screen #close-add-audiobook-screen:focus,#add-audiobook-screen #close-add-audiobook-screen:hover{background:none}#add-audiobook-screen #close-add-audiobook-screen img{transform:rotate(45deg)}#add-audiobook-screen .content{align-items:center;background:#fff;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 48px;width:100%}#add-audiobook-screen .content h2{color:#cf0038;text-align:center}#add-audiobook-screen .content p{margin-bottom:48px;text-align:center}#add-audiobook-screen .content h3{font-size:16px;margin-bottom:12px;text-align:center}#add-audiobook-screen .content input{border:2px solid #ddd;border-radius:24px;font-size:24px;height:48px;margin-bottom:24px;padding:12px;text-align:center;text-transform:uppercase;width:100%}#add-audiobook-screen .content input::-moz-placeholder{color:rgba(0,0,0,.2);font-size:16px;opacity:1;text-transform:none}#add-audiobook-screen .content input::placeholder{color:rgba(0,0,0,.2);font-size:16px;opacity:1;text-transform:none}#add-audiobook-screen .content input:-ms-input-placeholder{color:rgba(0,0,0,.2);font-size:16px;text-transform:none}#add-audiobook-screen .content input::-ms-input-placeholder{color:rgba(0,0,0,.2);font-size:16px;text-transform:none}#add-audiobook-screen .content .submit-form{background:#cf0038;border:none;border-radius:24px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:24px;height:72px;margin-bottom:24px;opacity:1;padding:12px;width:100%}#add-audiobook-screen .content .submit-form.disabled{cursor:not-allowed;opacity:.6}#add-audiobook-screen .content .submit-form.success{background:#44cf00}#player{background:rgba(0,0,0,.5);bottom:0;left:0;max-height:100vh;padding-bottom:48px;position:fixed;right:0;top:0;visibility:hidden;z-index:1001}#player #close-player{cursor:pointer;height:24px;position:absolute;right:12px;top:12px;width:24px;z-index:1003}#player #close-player:focus,#player #close-player:hover{background:none}#player #close-player img{transform:rotate(45deg)}#player .content{background:#fff;height:100%;overflow-y:auto;padding-bottom:0;width:100%}#player .content .cover-container{border-bottom:1px solid #ddd;padding-top:56.25%;position:relative}#player .content .cover-container img.cover{left:50%;max-height:60%;max-width:60%;position:absolute;top:50%;transform:translate(-50%,-50%)}#player .content .controls{align-items:center;display:flex;height:96px;justify-content:center}#player .content .controls #skip-previous{margin-right:24px}#player .content .controls #skip-next{margin-left:24px}#player .content .progress{align-items:flex-end;display:flex;flex-direction:column;justify-content:center;padding:0 24px}#player .content .progress .timing{display:flex;justify-content:space-around;margin-bottom:6px;width:100%}#player .content .progress .timing #current-time{text-align:left;width:50%}#player .content .progress .timing #play-time{text-align:right;width:50%}#player .content .progress .progress-bar{background:#c9c9c9;border-radius:3px;height:6px;width:100%}#player .content .progress .progress-bar .progress-bar-progress{background:#cf0038;border-radius:3px 3px;height:6px}#player .content .rating{display:flex;height:48px;justify-content:center;padding:36px 0 24px}#player .content .rating img{margin:0 6px}#player .content .info{align-items:center;background:#cf0038;border-radius:12px;display:flex;flex-direction:column;height:96px;justify-content:center;margin:12px 12px 24px;padding:12px;position:relative}#player .content .info img{margin:6px;position:absolute;right:0;top:0}#player .content .info h2{color:#fff;text-align:center}#player .content .info p{color:#fff}#player .content .chapter-select{align-items:center;background:#fff;border-top:1px solid #ddd;bottom:48px;display:flex;height:48px;justify-content:center;position:fixed;width:100%;z-index:1001}#player .content .chapter-select img{margin:24px;position:absolute;right:0}#player .content .chapter-select h2{font-size:14px}#player .content .chapter-select h2 span{color:#aaa;font-weight:400}#profile-screen{background:#fff;bottom:0;box-sizing:border-box;left:0;padding:12px;position:absolute;right:0;top:48px;z-index:1001}#profile-screen h2{color:#cf0038;margin-bottom:12px}#profile-screen h3{margin-bottom:6px}#profile-screen .account-info,#profile-screen .news-options{margin-bottom:24px}#profile-screen .marketing-options{margin-top:12px}#profile-screen input[type=email],#profile-screen input[type=password],#profile-screen input[type=text]{border:2px solid #ddd;box-sizing:border-box;font-size:18px;height:48px;margin-bottom:12px;padding:12px;width:100%}#profile-screen textarea{font-size:18px;height:108px;margin-bottom:12px;padding:12px;width:100%}#profile-screen input[type=checkbox],#profile-screen textarea{border:2px solid #ddd;box-sizing:border-box}#profile-screen label{font-size:18px}#profile-screen .device-list{padding-bottom:72px}#profile-screen .device-list .device{border:1px solid #ddd;border-radius:12px;height:48px;line-height:48px;margin-bottom:6px;overflow:hidden;padding-left:12px;position:relative}#profile-screen .device-list .device a{align-items:center;display:flex;height:48px;justify-content:center;position:absolute;right:0;top:0;width:48px}#cookie_settings,#faq_link,#feedback_link,#imprint_link,#logout_link{box-sizing:border-box;color:#cf0038;display:flex;justify-content:center;padding:12px;width:100%}#faq-screen{background:#fff;bottom:0;box-sizing:border-box;left:0;overflow-y:auto;padding:24px;position:absolute;right:0;top:48px;z-index:1004}#faq-screen h1{text-align:center}#faq-screen h2{color:#cf0038;margin-top:24px}#faq-screen p:last-of-type{margin-bottom:72px}.primary-btn{color:#cf0038}.btn-descrition{color:#fff;display:none}.sticky{position:fixed!important;top:0;width:100%}.sticky+.content{padding-top:48px}.checkbox-container{cursor:pointer;display:block;font-size:22px;margin-bottom:12px;padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-container input{bottom:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:2000}.checkmark{border:4px solid #ddd;box-sizing:border-box;height:25px;left:0;position:absolute;top:0;width:25px}.checkbox-container input:checked~.checkmark,.checkbox-container:hover input~.checkmark{background-color:#cf0038;border:none}.checkmark:after{content:"";display:none;position:absolute}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:10px;left:9px;top:5px;transform:rotate(45deg);width:5px}@media (min-width:960px){#app{display:grid;grid-template-areas:"header-left header-center header-right" "body body body" "footer footer footer";grid-template-columns:[header-left] 1fr [header-center] 1fr [header-right] 400px;grid-template-rows:[header] 48px [body] auto [footer] 48px;height:100%;min-height:100%}#top-navigationbar{grid-area:header-left;justify-content:flex-start}#top-navigationbar #logo_container #logo{margin-left:24px}#search-container{grid-area:header-right;height:48px;padding-left:0;padding-right:0}#audiobook-list{flex-direction:row;padding-top:210px}#audiobook-list .audiobook-item{max-width:33vw}#search-container #search-field{border:none;height:48px;max-width:400px}#main-navigationbar{bottom:inherit;grid-area:header-center;left:inherit;position:inherit;right:inherit;width:auto;z-index:1000}#main-navigationbar.sticky{width:450px}#main-navigationbar .nav-btn .nav-icon{display:flex;height:24px;margin:0 4px 0 0}#detail-screen{background:rgba(0,0,0,.5);visibility:hidden;z-index:999}#detail-screen .content{height:auto;left:50%;max-height:70vh;max-width:500px;overflow-x:hidden;position:absolute;scrollbar-color:#cf0038 #fff;scrollbar-width:thin;top:50%;transform:translate(-50%,-50%)}#detail-screen .content::-webkit-scrollbar{height:15px;width:8px}#detail-screen .content::-webkit-scrollbar-track-piece{background-color:#fff}#detail-screen .content::-webkit-scrollbar-thumb:vertical{background-color:#cf0038;height:30px}#add-audiobook-screen{background:rgba(0,0,0,.5);z-index:1004}#add-audiobook-screen .content{height:auto;left:50%;max-height:70vh;max-width:500px;min-height:70vh;overflow-x:hidden;position:absolute;scrollbar-color:#cf0038 #fff;scrollbar-width:thin;top:50%;transform:translate(-50%,-50%)}#add-audiobook-screen .content::-webkit-scrollbar{height:15px;width:8px}#add-audiobook-screen .content::-webkit-scrollbar-track-piece{background-color:#fff}#add-audiobook-screen .content::-webkit-scrollbar-thumb:vertical{background-color:#cf0038;height:30px}#player{padding-bottom:0}#player .content .chapter-select{bottom:0}#player .content{height:auto;left:50%;max-height:70vh;max-width:500px;overflow-x:hidden;position:absolute;scrollbar-color:#cf0038 #fff;scrollbar-width:thin;top:50%;transform:translate(-50%,-50%)}#player .content::-webkit-scrollbar{height:15px;width:8px}#player .content::-webkit-scrollbar-track-piece{background-color:#fff}#player.content::-webkit-scrollbar-thumb:vertical{background-color:#cf0038;height:30px}#faq-screen,#profile-screen{border:1px solid #eee;height:auto;left:50%;margin-top:80px;max-height:80vh;max-width:600px;min-height:70vh;overflow-x:hidden;position:absolute;scrollbar-color:#cf0038 #fff;scrollbar-width:thin;top:50%;transform:translate(-50%,-50%)}.btn-descrition{display:inherit;font-size:14px;font-weight:600}}@media (max-width:960px){#audiobook-list{flex-direction:row;padding-top:150px}}@media (max-width:480px){#audiobook-list{flex-direction:row;padding-top:95px}}button{background:#cf0038;border:0;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}button:disabled{background:#cf91a1}.btn.btn-link{padding:10px 20px}.alert.alert-info{color:#404040}.alert.alert-danger{color:#cf0038}.reloading{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}#detail-image{background:#fff;bottom:48px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;left:0;padding:0;position:fixed;right:0;top:0;z-index:1005}#detail-image img{max-width:100%}#close-image{cursor:pointer;height:24px;position:absolute;right:12px;top:12px;width:24px;z-index:1010}#close-image img{transform:rotate(45deg)}#description-text p{text-align:justify-all}a:hover{text-decoration:inherit}.form-control{font-size:16px!important}.required{color:#cf0038;padding:3px}#sw-snackbar{display:none}#sw-snackbar.show{display:block}
