body{margin:0;font-family:"Nunito Sans",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}@-webkit-keyframes fillFromLeft{0%{width:0;opacity:0}to{width:100%;opacity:1}}@keyframes fillFromLeft{0%{width:0;opacity:0}to{width:100%;opacity:1}}@-webkit-keyframes zoomIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes zoomIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2);opacity:.5}to{transform:scale(1);opacity:1}}@-webkit-keyframes fadeInFromBottom{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInFromBottom{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInFromRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInFromRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeIn{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translatey(50px)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translatey(50px)}}*{box-sizing:border-box}.arguments-bg,.categories-bg{min-height:100vh;width:100%;display:flex;flex-direction:column}.arguments-bg,.categories-bg{background-color:#fe525c}.arguments-bg{min-height:unset;position:relative}.flex,.main-container{flex:1 1;z-index:1}.container{max-width:770px;width:770px;margin:0 auto}.small-container{max-width:570px;width:570px;margin:0 auto}.bg-element{position:absolute;z-index:0}.bg-element path{fill:#f72531}.bg-element.accent path{fill:#ff8289}@media screen and (max-width:1199px){.bg-element{display:none}}@media screen and (max-width:770px){.container{width:100%;padding:0 20px}}@media screen and (max-width:610px){.small-container{width:100%;padding:0 20px}}.categories{margin-top:20px;text-align:center;color:#181722;-webkit-animation:fadeInFromBottom .3s ease forwards;animation:fadeInFromBottom .3s ease forwards}.categories h1{font-family:"Avenir Black",sans-serif;font-size:30px;line-height:40px;font-weight:700;margin-bottom:15px;position:relative;color:#fff}.categories p{font-size:15px;line-height:25px;margin-bottom:40px;font-family:"Avenir Book",sans-serif;position:relative}.categories .backButton{position:absolute;left:-40px;top:0;padding:10px;transition:all .3s ease}.categories .backButton:hover{transform:translateX(-10px) scale(1.1);cursor:pointer}.categories .buttonWrapper{margin:40px 0;opacity:0;-webkit-animation:fadeInFromBottom .3s ease .3s forwards;animation:fadeInFromBottom .3s ease .3s forwards}@media screen and (max-width:450px){.categories h1{font-size:6.5vw;line-height:30px}.categories p{font-size:13px}}.attribute{height:60px;background:#fff;border:2px solid #181722;border-radius:10px;margin-bottom:10px;color:#181722;padding:15px 15px 15px 25px;font-size:15px;line-height:25px;text-align:left;display:flex;justify-content:space-between;transition:all .3s ease-in-out;opacity:0;-webkit-animation:fadeInFromBottom .3s ease .15s forwards;animation:fadeInFromBottom .3s ease .15s forwards}.attribute:hover{cursor:pointer}.attribute .checkbox{width:28px;height:28px;border-radius:5px;border:2px solid #181722;display:flex;align-items:center;justify-content:center;margin-left:10px}.attribute .checkbox.round{border-radius:50%}.attribute.selected{background:#e9edf6;color:#181722}.attribute.selected .checkbox{background:#f72531;border-color:#f72531}.attribute.not-animated{-webkit-animation:none;animation:none;opacity:1}.attribute-group{border:2px solid #e9edf6;border-radius:15px;padding:20px 10px 0;margin-bottom:10px;opacity:0;-webkit-animation:fadeInFromBottom .3s ease .15s forwards;animation:fadeInFromBottom .3s ease .15s forwards}.attribute-group-title{margin-bottom:15px;font-size:20px;line-height:30px;color:#181722;font-weight:900}.intro{margin-top:20px;text-align:center;color:#181722;-webkit-animation:fadeInFromBottom .3s ease forwards;animation:fadeInFromBottom .3s ease forwards}.intro h3{margin:40px 0 12px}.intro h1,.intro h3{color:#fff}.intro .iconBox{display:flex;flex-direction:column;align-items:center;font-size:15px;font-weight:900;max-width:150px}.intro .iconBox-box{width:80px;height:80px;border-radius:12px;justify-content:center;margin-bottom:20px}.intro .iconBox-box,.step{display:flex;align-items:center}.step{margin-bottom:15px;text-align:left}.stepNumber{width:30px;height:30px;border-radius:5px;background:transparent;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;margin-right:20px;flex-shrink:0}.introIcons{display:flex;padding:40px 0;justify-content:space-between}.introIcons svg{height:50px}.introIcons path{fill:#181722}.button{height:60px;line-height:60px;font-size:15px;color:#fff;padding:0 60px;background:#181722;border:0;min-width:200px;border-radius:10px;box-shadow:0 20px 50px 0 rgba(51,85,125,.15);outline:none;cursor:pointer}@media screen and (max-width:399px){.button{width:100%}}.loader{background:rgba(247,37,49,.7);font-size:20px;font-weight:700;color:#fff;position:fixed;width:100%;height:100%;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100}.loader>div{margin-top:30px}.spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}@-webkit-keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}@keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}.path{stroke-dasharray:187;stroke-dashoffset:0;stroke:#fff;stroke-width:6px;transform-origin:center;-webkit-animation:dash 1.4s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 20px 0}.header img{max-height:60px}.header img.bigLogo{max-height:200px;margin-top:25px}.header .beta{font-size:10px;font-weight:900;text-transform:uppercase;color:#fff}.footer{border-top:2px solid #ff8289;color:#fff;margin-top:40px}.footer-content{max-width:1170px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:100px;padding:0 20px}.footer .divider{border-left:1px solid;height:20px;padding-left:20px;margin-left:20px}.footer a{text-decoration:none;font-weight:700;color:inherit;transition:all .3s ease}.footer a:hover{opacity:.5}.footer img{max-height:50px;margin-right:50px}@media screen and (max-width:799px){.footer-content{flex-direction:column;padding:20px;height:unset}.footer-content img{order:1;margin:0 0 16px}.footer-content a{order:2;margin-bottom:16px}.footer-content div{order:3;font-size:14px}}.notification{position:absolute;top:0;right:0;padding:10px 20px;background:#e4352b;border-radius:10px;color:#fff;margin:20px;-webkit-animation:fadeInFromRight .3s ease;animation:fadeInFromRight .3s ease}.arguments{padding:30px 0}.arguments .tabs{display:flex;margin-bottom:40px}.arguments .tabs .tab{flex:1 1;font-size:20px;font-weight:900;line-height:30px;color:rgba(24,23,34,.2);text-align:center;padding-bottom:12px;position:relative;transition:all .3s ease}.arguments .tabs .tab:after{content:"";width:100%;height:1px;background:#e9edf6;position:absolute;bottom:0;left:0}.arguments .tabs .tab.active{color:#181722}.arguments .tabs .tab.active:after{height:4px;background:#f72531;border-radius:5px;bottom:-1px;-webkit-animation:fillFromLeft .3s ease forwards;animation:fillFromLeft .3s ease forwards}.arguments .tabs .tab:hover{opacity:.8;cursor:pointer}#printable{position:absolute;z-index:-100;top:1px;width:500px;margin-left:30px;margin-right:auto;margin-bottom:auto;page-break-inside:avoid}#printable h2{font-size:16px;line-height:20px;margin:0 0 20px;letter-spacing:.05em}#printable h4{color:grey;margin:0 0 10px;font-size:12px;line-height:14px}#printable p{font-size:12px;line-height:15px;margin:0 0 20px;page-break-inside:avoid}#printable .printableArgument{page-break-inside:avoid;margin-top:20px;height:200px}.page-break{page-break-after:always;page-break-inside:avoid;clear:both}.downloadButton{margin-top:10px;display:flex;justify-content:center;margin-bottom:10px}.weblinks{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:20px}@media screen and (max-width:650px){.weblinks{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:399px){.weblinks{grid-template-columns:repeat(1,1fr)}.arguments .tabs .tab{font-size:16px}}.cr_site{margin:0;padding:75px 0 0;text-align:center}.cr_font{font-size:14px;font-family:Arial}.cr_body h2,.cr_header h2{font-size:22px;line-height:28px}.cr_page,.wrapper{margin:0 auto 10px;text-align:left;border-radius:4px}.cr_header{text-align:center;background:transparent!important}.cr_body label{float:none;clear:both;display:block;width:auto;margin-top:8px;text-align:left;font-weight:700;position:relative}.cr_button{height:60px;line-height:60px;font-size:15px;padding:0 60px;background:#181722;border:0;min-width:200px;border-radius:10px;box-shadow:0 20px 50px 0 rgba(51,85,125,.15);outline:none;cursor:pointer;z-index:999;background-color:#333;color:#fff}.cr_button-small:hover,.cr_button:hover{opacity:.7;filter:alpha(opacity=70)}.powered{padding:20px 0;width:560px;margin:0 auto}.formbox{line-height:150%;font-size:12px;color:#333;padding:20px;background-color:#fff;border-radius:6px 6px 6px 6px}.cr_ipe_item label{line-height:150%;font-size:14px}.cr_ipe_item textarea{background:none repeat scroll 0 0 #eee;border:1px solid #aaa;font-size:16px}.cr_ipe_item .email-field{height:70px;background:#fff;border:2px solid #f3f5fa;border-radius:10px;padding:25px 20px 20px;text-align:center;font-size:25px;line-height:25px;font-weight:600;margin-bottom:30px;overflow-x:auto;overflow-y:hidden;position:relative;transition:all .5s ease}.cr_ipe_item select{background:none repeat scroll 0 0 #eee;border:1px solid #aaa;display:block;margin:0;padding:5px;width:100%;font-size:16px}.cr_ipe_item input.cr_ipe_radio,input.cr_ipe_checkbox{-moz-binding:none;-moz-box-sizing:border-box;background-color:-moz-field!important;border:2px inset threedface!important;color:-moz-fieldtext!important;cursor:default;height:13px;padding:0!important;width:13px}.cr_ipe_item input.cr_ipe_radio{-moz-appearance:radio;border-radius:100% 100% 100% 100%!important;margin:3px 3px 0 5px}.submit_container{text-align:center}.cr_ipe_item{padding:1px 10px;margin:1px 10px 0 15px;position:relative}.cr_button_container{width:40%;z-index:999;margin-top:5px;float:right}.cr_ipe_item.inactive{display:none}.imprint{font-size:.8em}.cr_captcha{padding-left:130px}.cr_error{font-size:1.1em;padding:10px}.clever_form_error{background-color:#f99;color:#000;border:1px solid #f22!important}.clever_form_note{margin:26px 0 0 3px;position:absolute;display:inline;padding:2px 4px;font-weight:700;background-color:#f2ecb5;color:#000;font-size:12px!important}.cr_site{background-color:#eee}.cr_body,.cr_header{color:#000}.cr_body{background-color:#fff;font-size:12px}.cr_hr{background-color:#ccc}.cr_site a{color:#0084ff}.imprint{color:#000}@media screen and (max-width:499px){.cr_ipe_item .email-field{font-size:20px;margin-bottom:5px}.cr_ipe_item{width:100%}.cr_button_container{float:none}.cr_button{width:95%;margin-left:-8px}.cr_body{padding-left:0}.email-field{max-width:200px}.argumentRating>div{padding:10px}}.argumentsHeader{background-color:#fe525c;padding-bottom:1px}.argumentsHeader h1{font-size:25px;font-weight:900;text-align:center;margin:0 0 25px;color:#fff}@media screen and (max-width:399px){.argumentsHeader h1{font-size:9vw;word-break:break-word}}.argumentCard{background:#fff;border-radius:25px;box-shadow:0 30px 80px 0 rgba(51,85,125,.15);padding:50px 50px 19px;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:190px;margin-bottom:20px;transition:all .3s ease-in-out;opacity:0;-webkit-animation:fadeInFromBottom .3s ease forwards;animation:fadeInFromBottom .3s ease forwards}.argumentCard-header{display:flex;margin-bottom:0}.argumentCard-title{font-size:20px;line-height:30px;font-weight:900;margin:0 30px 30px 0;flex:1 1}.argumentCard-title:hover{cursor:pointer}.argumentCard-content{max-height:0;overflow:hidden;transition:all .3s ease-in-out}.argumentCard-content.open{max-height:2000px}.argumentCard-text{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #e9edf6}.argumentCard-resources,.argumentCard-text{font-size:15px;line-height:25px;transition:all .1s ease-in}.argumentCard-resources{color:#9fa8bb}.argumentCard-resources div{margin-bottom:12px}.argumentCard-resources svg{margin-right:14px;vertical-align:middle}.argumentCard-resources path{fill:#f72531}.argumentCard-resources a{text-decoration:none;color:#f72531;margin-bottom:10px;transition:all .3s ease}.argumentCard-resources a:hover{opacity:.5}.argumentCard-toggle{position:absolute;background:#f72531;width:45px;height:45px;top:0;right:0;border-bottom-left-radius:25px;display:flex;align-items:center;justify-content:center}.argumentCard-toggle,.argumentCard-toggle img{transition:all .15s ease}.argumentCard-toggle:hover{opacity:.8;cursor:pointer}.argumentCard .react-share__ShareButton{display:flex;align-items:center;position:absolute;left:20px;bottom:10px;color:#3b5998!important;font-weight:700!important;outline:none;opacity:0;-webkit-animation:fadeInFromBottom .3s ease .5s forwards;animation:fadeInFromBottom .3s ease .5s forwards}.argumentCard .react-share__ShareButton svg{margin-right:10px}.argumentCard.open{padding-bottom:76px;justify-content:unset}.argumentCard.open .argumentCard-toggle{background:#c6d0e6}.argumentCard.open .argumentCard-toggle img{transform:scaleY(-1)}.argumentCard.open .argumentCard-resources,.argumentCard.open .argumentCard-text{opacity:1;transform:translateY(0)}.argumentBadge{height:22px;padding:0 10px;border-radius:11px;background:rgba(247,37,49,.2);color:#f72531;font-size:12px;line-height:22px;font-weight:900;margin:-20px 0 11px;width:46px}@media screen and (max-width:499px){.argumentCard{max-height:unset}.argumentCard-header{flex-direction:column;align-items:center}.argumentCard-title{order:2;margin:0;text-align:center}.argumentCard .react-share__ShareButton{position:inherit;left:0;top:0}.argumentCard:not(.open) .argumentCard-text{margin:0;padding:0;max-height:0}.argumentCard:not(.open) .argumentCard-resources{max-height:0}}.argumentRating{font-size:12px;line-height:25px;color:#181722;background:rgba(247,37,49,.2);height:45px;position:absolute;bottom:0;right:0;border-top-left-radius:25px;opacity:0;overflow-y:hidden;-webkit-animation:fadeIn .3s ease .5s forwards;animation:fadeIn .3s ease .5s forwards}.argumentRating>div{display:flex;align-items:center;justify-content:center;padding:10px 20px}.argumentRating button{opacity:.2;border:none;background:transparent;padding:0;outline:none;vertical-align:sub;transition:all .15s ease}.argumentRating button img{margin:0 1px}.argumentRating button.selected{opacity:1}.argumentRating .stars{margin-left:15px;display:flex}.argumentRating .stars path{fill:#f72531}.argumentRating .stars:hover button{opacity:1;cursor:pointer}.argumentRating .stars:hover button:hover~button{opacity:.2}.argumentRating.rated{opacity:1;-webkit-animation:fadeOut .2s ease 3s forwards;animation:fadeOut .2s ease 3s forwards}.argumentRating.rated>div{transform:translateY(-45px)}.argumentRating.rated>div:first-child{transition:all .3s ease .15s}.argumentRating.rated>div:last-child{transition:all .3s ease .25s}@media screen and (max-width:399px){.argumentRating{height:65px;width:100%;border-radius:0}.argumentRating>div{flex-direction:column}.argumentRating.rated>div{transform:translateY(-55px)}}.argumentRelevance{width:120px;min-width:120px;height:120px;display:flex;align-items:center;justify-content:center;position:relative}.argumentRelevance-fade{width:120px;height:120px;border-radius:50%;background-image:linear-gradient(rgba(57,225,151,.7),rgba(198,208,230,0) 50%);position:absolute;opacity:.6;transition:all .5s ease}.argumentRelevance-inner{position:relative;width:82px;height:82px;z-index:2}.argumentRelevance-arrow{box-shadow:0 30px 80px 0 rgba(51,85,125,.15);z-index:0;transition:all .5s ease}.argumentRelevance-arrow,.argumentRelevance-info{width:82px;height:82px;border-radius:50%;background:#fff;position:absolute}.argumentRelevance-info{color:#9fa8bb;font-size:10px;line-height:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}.argumentRelevance-info h3{font-size:20px;line-height:20px;font-weight:900;color:#181722;margin:0}.argumentRelevance .progress-ring{position:absolute;stroke-width:5px;stroke:#39e197;stroke-linecap:round;fill:transparent;transform:rotate(180deg);z-index:1}.argumentRelevance .progress-ring circle{transition:all .5s ease}.argumentRelevance .triangle{width:10px;height:10px;margin-left:-5px;margin-top:36px;background:#fff;transform:rotate(135deg);border-radius:3px;box-shadow:1px 2px 12px 0 rgba(51,85,125,.15);z-index:0}.argumentRelevance .dot{width:13px;height:13px;background:#fff;border-radius:50%;border:3px solid;margin-left:-25px;margin-top:-13px;display:flex;align-items:center;justify-content:center;transition:all .5s ease}.argumentRelevance .dot .point{width:3px;height:3px;border-radius:50%;transition:all .5s ease}.weblinkCard{padding:10px 10px 25px;background:#fff;border-radius:20px;box-shadow:0 10px 80px 0 rgba(51,85,125,.1);text-decoration:none;border:2px solid transparent;opacity:0;-webkit-animation:fadeInFromBottom .3s ease .1s forwards;animation:fadeInFromBottom .3s ease .1s forwards}.weblinkCard-img{background:#eee;height:165px;border-radius:15px;background-size:cover;background-position:50%;background-repeat:no-repeat;margin-bottom:20px;position:relative;overflow:hidden}.weblinkCard-relevance{position:absolute;top:0;right:0;height:27px;color:#fff;background-color:#55d492;font-size:12px;line-height:20px;border-bottom-left-radius:15px;padding:2px 10px 5px}.weblinkCard-info{padding:0 20px}.weblinkCard h2{font-size:20px;line-height:30px;color:#181722;opacity:.5;margin:0;word-break:break-all}.weblinkCard p{font-size:15px;line-height:25px;color:#000;margin:0 0 5px;max-width:185px;opacity:.5}.weblinkCard-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@supports (-webkit-line-clamp:2){.weblinkCard-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.weblinkCard-date{opacity:.25}.weblinkCard-arrow{position:absolute;right:0;bottom:0;background:#fff;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-top-left-radius:15px;opacity:0;transition:all .3s ease}.weblinkCard:hover{cursor:pointer}.weblinkCard:hover .weblinkCard-arrow{opacity:1}.weblinkCard.new{border-color:#f72531;box-shadow:0 30px 80px 0 rgba(51,85,125,.2)}.weblinkCard.new h2,.weblinkCard.new p{opacity:1}.weblinkCard.new .weblinkCard-date{opacity:.5}.argumentLink{height:70px;background:#fff;border:2px solid #f3f5fa;border-radius:10px;padding:25px 20px 20px;text-align:center;font-size:25px;line-height:25px;font-weight:600;margin-bottom:30px;overflow-x:auto;overflow-y:hidden;position:relative;transition:all .5s ease}.argumentLink-content{transition:all .2s ease}.argumentLink-content>div{height:70px}.argumentLink-content>div:last-child{color:#fff}.argumentLink.copied{background:rgba(247,37,49,.7)}.argumentLink.copied .argumentLink-content{transform:translateY(-70px)}@media screen and (max-width:700px){.argumentLink{font-size:3.5vw}}.argumentActions{display:flex;justify-content:space-between;color:#fff;font-size:15px;line-height:25px}.argumentActions-info{max-width:420px}.argumentActions-wrapper{display:flex}.argumentActionBtn{width:50px;height:50px;border-radius:25px;background:#ff8289;display:flex;align-items:center;padding:0 12px;margin-left:10px;color:#fff;overflow:hidden;-webkit-animation:zoomIn .5s ease .1s forwards;animation:zoomIn .5s ease .1s forwards;transition:all .3s ease-in-out}.argumentActionBtn img{width:26px;height:26px}.argumentActionBtn .argumentActionBtn-text{margin-left:10px;font-weight:700;opacity:0;white-space:nowrap;transition:all .3s ease-in-out}.argumentActionBtn:hover{width:220px;background:#f72531;cursor:pointer}.argumentActionBtn:hover .argumentActionBtn-text{opacity:1}@media screen and (max-width:499px){.argumentActions{flex-direction:column}.argumentActions-wrapper{margin-top:20px;justify-content:center}.argumentActions-info{max-width:unset;text-align:center}}.impressum h1{font-size:40px;font-weight:900;text-align:center;margin:20px 0 25px}.impressum h2,.impressum h3{margin-bottom:36px}.impressum p{margin-bottom:30px}.impressum a{text-decoration:none;font-weight:900;color:#f72531;transition:all .3s}.impressum a:hover{opacity:.7}.impressum .divider{border-bottom:1px solid;opacity:.3}.notFound{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.notFound img{margin-bottom:34px;opacity:0;-webkit-animation:fadeInFromBottom .3s ease .1s forwards;animation:fadeInFromBottom .3s ease .1s forwards}.notFound-text{margin-bottom:30px;text-align:center;line-height:25px;opacity:0;-webkit-animation:fadeInFromBottom .3s ease .15s forwards;animation:fadeInFromBottom .3s ease .15s forwards}.notFound-button{opacity:0;-webkit-animation:fadeInFromBottom .3s ease .3s forwards;animation:fadeInFromBottom .3s ease .3s forwards}
/*# sourceMappingURL=main.95d4ea5c.chunk.css.map */