body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.LoadingPage{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;width:100%}.FirstBall,.SecondBall,.ThirdBall{background-color:red;border-radius:100%;height:2rem;margin:1rem;overflow:hidden;width:2rem}.FirstBall,.SecondBall{-webkit-animation-delay:1s;animation-delay:1s;animation-direction:alternate-reverse;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.FirstBall,.SecondBall,.ThirdBall{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:FirstBallAnimation;animation-name:FirstBallAnimation}.ThirdBall{-webkit-animation-delay:.5s;animation-delay:.5s;animation-direction:alternate-reverse;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes FirstBallAnimation{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@keyframes FirstBallAnimation{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.MainWindow{background:#000;display:flex;flex-direction:row;height:100vh;width:100%}@media screen and (max-width:1000px){.MainWindow{background:#000;display:flex;flex-direction:column;height:100vh;width:100%}}.FirstPart{align-content:center;background:#fff;display:flex;height:100vh;justify-content:center;min-width:50%}.GermanTaxPic{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:PictureOpacityController;animation-name:PictureOpacityController;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:720px;z-index:2}@-webkit-keyframes PictureOpacityController{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}@keyframes PictureOpacityController{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}.SecondPart{background:#fff;display:grid;grid-template-rows:1fr 1fr;height:100vh;min-width:50%}.BarContainer,.HeaderContainer{border:1px solid #000;display:flex;flex-direction:row}.HeaderContainer{align-content:end;align-items:end;background:#000;display:flex;justify-content:center;justify-items:center}.Text{color:#fff;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif}.BarContainer{align-content:start;align-items:start;background:#000;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;justify-items:center}.TextContainer{color:#fff}.Bar{border:10% solid #fff;width:100%}
/*# sourceMappingURL=main.fad3a628.css.map*/