#root,body,html{height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root,body{display:flex}#root{flex:1 1;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.card{border-radius:1rem;box-shadow:0 4px 6px #0000001a;padding:1rem;transition:transform .2s ease,box-shadow .2s ease}.card:hover{box-shadow:0 6px 10px #00000026;transform:translateY(-4px)}.card-header{border-bottom:1px solid #e2e8f0;color:#2d3748;font-weight:700;margin-bottom:.5rem;padding-bottom:.5rem}.card-content{color:#4a5568}.home{background-color:#f9f9f9}.content,.home{display:flex;flex:1 1;flex-direction:column}.content{align-items:center}footer{background:#ffefd5;min-height:50px}header{margin-bottom:40px;text-align:center}header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:10px}header p{color:#555;font-size:1.2rem}.cardGrid{display:flex;flex-direction:row;gap:20px;justify-content:center;max-width:1000px;width:80%}.card{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:20px;text-align:center;transition:transform .2s ease-in-out;width:300px}.card:hover{transform:translateY(-5px)}.card h2{color:#34495e;font-size:1.5rem;margin-bottom:10px}.card p{color:#666;font-size:1rem}footer{background-color:#2c3e50;color:#fff;font-size:.9rem;height:15vh;text-align:center;width:100%}@media (max-width:768px){header h1{font-size:2rem}header p{font-size:1rem}.cardGrid{align-items:center;flex-direction:column}.card{max-width:350px;width:90%}}@media (max-width:480px){header h1{font-size:1.8rem}header p{font-size:.9rem}.card{width:95%}footer{font-size:.8rem}}.modal-boxs{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-contents{animation:fadeIn .3s ease;background-color:#fff;border-radius:8px;box-shadow:0 8px 16px #0003;display:flex;flex-direction:column;gap:10px;max-height:90vh;max-width:550px;overflow-y:auto;padding:16px;text-align:center;width:90%}@media (min-width:1024px){.modal-content{max-width:350px;padding:20px}}@media (max-width:600px){.modal-content{padding:12px;width:75%}.title-typography{font-size:1.25rem}.description-typography{font-size:.9rem}}@media (max-width:400px){.modal-content{border-radius:6px;padding:10px}.card-image{width:200px}.title-typography{font-size:1.1rem}.description-typography{font-size:.85rem}}.recensie-container{padding:16px}.movie-header{align-items:center;background-color:#f5f5f5;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:16px;padding:16px;transition:background-color .3s ease,transform .3s ease}.movie-header:hover{background-color:#e0e0e0;transform:scale(1.02)}.movie-header h3{color:#333;font-weight:700;margin-bottom:8px;transition:color .3s ease}.movie-header h3:hover{color:#000}.movie-header p{color:#666;font-size:1.1rem;margin-bottom:24px}.movie-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.rating-overview{background-color:#f5f5f5;border-radius:8px;padding:16px}.rating-overview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.rating-item{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:16px;padding:16px;transition:transform .3s ease,box-shadow .3s ease}.rating-item:hover{box-shadow:0 4px 8px #0003;transform:translateY(-5px)}.snackbar{opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;width:100%}.snackbar.show{opacity:1;transform:translateY(0)}.rating-item{animation:fadeIn .5s ease-in-out}@media (max-width:600px){.movie-header h3{font-size:1.5rem}.movie-header p{font-size:1rem}.movie-grid{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}.rating-item{padding:12px}}@media (max-width:400px){.movie-header{padding:12px}.movie-header h3{font-size:1.3rem}.movie-header p{font-size:.9rem}.rating-item{border-radius:6px;padding:10px}}.card-wrapper{animation:fadeIn .3s ease;background-color:#fff;border-radius:8px;box-shadow:0 8px 16px #0003;display:flex;flex-direction:column;gap:10px;max-height:90vh;max-width:550px;overflow-y:auto;padding:16px;text-align:center;width:90%}.card-element{animation:fadeIn .3s ease;cursor:pointer;transition:transform .2s ease-in-out}.card-element:hover{transform:scale(1.05)}.card-thumbnail{border-radius:8px;height:auto;width:100%}.modal-wrapper{animation:fadeIn .3s ease;background-color:#00000080;bottom:0;justify-content:center;left:0;right:0;top:0;z-index:1000}.modal-box,.modal-wrapper{align-items:center;display:flex;position:fixed}.modal-box{animation:slideIn .3s ease-out;background-color:#fff;border-radius:8px;box-shadow:0 8px 16px #0003;flex-direction:column;gap:10px;left:50%;max-height:90vh;max-width:550px;overflow-y:auto;padding:16px;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%}.modal-thumbnail{border-radius:8px;max-height:70vh;object-fit:contain;width:100%}.modal-content{max-height:calc(80vh - 100px);overflow-y:auto;padding:10px}.modal-title{animation:fadeIn .5s ease;color:#333;margin-bottom:8px}.modal-description{animation:fadeIn .6s ease;color:#666}.modal-close-button{margin-top:16px;transition:transform .2s ease,background-color .3s ease}.modal-close-button:hover{background-color:#155a9a;transform:scale(1.05)}@media (min-width:1024px){.modal-box{max-width:350px;padding:20px}}@media (max-width:600px){.modal-box{padding:12px;width:75%}.modal-title{font-size:1.25rem}.modal-description{font-size:.9rem}}@media (max-width:400px){.modal-box{border-radius:6px;padding:10px}.modal-thumbnail{max-height:50vh;width:100%}.modal-title{font-size:1.1rem}.modal-description{font-size:.85rem}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.95);transform-origin:top left}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.fotogallery-container{background-color:#f9f9f9;min-height:100vh;padding:24px}.fotogallery-title{color:#333;font-weight:700;margin-bottom:8px}.fotogallery-description{color:#666;font-size:1.1rem;margin-bottom:24px}.fotogallery-search-bar{margin-bottom:24px;max-width:600px}.fotogallery-search-input .MuiOutlinedInput-root{border-radius:12px}.fotogallery-search-input .MuiInputLabel-root{font-weight:500}.fotogallery-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(1,1fr);justify-content:center}@media (min-width:600px){.fotogallery-grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (min-width:960px){.fotogallery-grid{grid-template-columns:repeat(3,minmax(250px,1fr))}}.fotogallery-no-results{color:#777;grid-column:1/-1;text-align:center}.card-containers{display:flex;justify-content:center;width:100%}.card-elements{box-shadow:3;max-width:400px;width:90%}.card-images{height:auto;width:100%}.card-address{color:var(--text-secondary);margin-bottom:1.5rem}.vestigingen-container{background-color:#f9f9f9;min-height:100vh;padding:24px}.vestigingen-title{color:#333;font-weight:700;margin-bottom:8px}.vestigingen-description{color:#666;font-size:1.1rem;margin-bottom:24px}.vestigingen-search-bar{margin-bottom:24px;max-width:600px}.vestigingen-search-input .MuiOutlinedInput-root{border-radius:12px}.vestigingen-search-input .MuiInputLabel-root{font-weight:500}.vestigingen-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(1,1fr);justify-content:center}@media (min-width:600px){.vestigingen-grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (min-width:960px){.vestigingen-grid{grid-template-columns:repeat(3,minmax(250px,1fr))}}.vestigingen-no-results{color:#777;grid-column:1/-1;text-align:center}
/*# sourceMappingURL=main.3c079936.css.map*/