@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";.card{cursor:pointer;max-width:1500px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5em;padding:1em;border-radius:4px;box-shadow:0 0 10px 5px #0003}@media screen and (min-width: 900px){.card{flex-direction:row}.card__image{width:100%}}.card button{border:none;border-radius:4px;background-color:transparent}.modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #000;border-radius:.5em;padding:1em;display:flex;flex-direction:column;justify-content:center;align-items:center;width:calc(100% - 2em);max-width:1400px;max-height:70vh}@media screen and (min-width: 900px){.modal{flex-direction:row;width:calc(100% - 20em)}}.modal__image{border-radius:1em;overflow:hidden}.modal__info{padding:1em}.modal__info--text{line-height:1.5}.header{width:fit-content;margin-inline:auto;display:grid;place-content:center;padding:1em;position:relative;z-index:1}.header__list{display:flex;justify-content:center;align-items:center;gap:1em}.header__list--item{font-size:1.7rem}.header__list--item a{cursor:pointer;display:flex;align-items:center;gap:.5em}@media screen and (max-width: 700px){.header__list--item a h6{display:none}}nav{transition:all .5s ease-in-out}nav{position:absolute;top:-100%;left:0;bottom:0;width:100%;display:flex;place-content:center;align-items:center;padding-inline:4em;height:100%;z-index:-1;background-color:#000}nav.open{top:0;z-index:1000}.press__list{position:relative;list-style:none;padding:4em;display:grid;place-content:center;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:4em;font-family:Roboto,sans-serif;color:#fff;z-index:1;height:100vh}.press__list--item{text-align:center}.press__list--item img{object-fit:contain;width:70%;height:100%}@media screen and (max-width: 1800px){.press__list--item img{width:50%}}@media screen and (max-width: 900px){nav,.background{width:100vw;min-height:100vh;display:unset;padding:4em}.press__list{grid-template-columns:repeat(2,1fr);padding:0;gap:2em;place-content:center}.press__list--item img{width:100%}}.press__toggle{z-index:1000000;cursor:pointer;border:none;border-radius:50%;position:absolute;top:1em;left:1em;background-color:#000;color:#fff;width:auto;aspect-ratio:1;padding:1em}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;height:100vh;position:relative}@media screen and (min-width: 1800px){body{max-width:1500px;margin:0 auto}}img{max-width:100%;height:auto}ul{list-style:none}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6,button{font-family:Bebas Neue,sans-serif;text-transform:uppercase;letter-spacing:1.2px}.shop{position:absolute;top:10px;right:1em}.shop__button{background-color:red;color:#000;padding:.5em 1em;border:none;border-radius:5px;cursor:pointer;font-size:1.4em;transition:all .4s ease-in-out;z-index:100}.shop__button:hover{background-color:#000;color:#fff}.main{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1em;min-height:100vh;gap:1em}.main>*{height:fit-content}@media screen and (min-width: 900px){.main{max-width:1400px;margin:0 auto;flex-direction:row;gap:1em;padding:1em}.main__right{width:50%}}.main__left{display:grid;gap:1em}@media screen and (min-width: 900px){.main__left{min-height:50vh;min-width:30vw;gap:2em}}.main__left--headline{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;gap:1em}@media screen and (min-width: 900px){.main__left--headline{font-size:2rem;justify-content:space-evenly}}.main__left--headline img{width:150px;aspect-ratio:1}@media screen and (min-width: 900px){.main__left--headline img{width:200px;aspect-ratio:1}}.main__left--list{display:flex;flex-direction:column;gap:1em}
