html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;vertical-align:baseline}ul,ol{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit}input,button,textarea{padding:0;border:none;background-color:transparent}*{box-sizing:border-box}:root{--background-color: #fffdea;--background-color-one: #ffe6c1;--background-color-two: #ffe8c1;--primary-accent: #a4c3a4;--secondary-accent: #7ca177}body.theme-one{--primary-accent: #BA0000;--secondary-accent: #1c4713;background-color:#ffeddc}body.theme-two{--primary-accent: #f09a31;--secondary-accent: #ee7152}body.theme-three{--primary-accent: #d7603a;--secondary-accent: #037986}:root{--background-color: #fffdea;--background-color-one: #ffe6c1;--background-color-two: #ffe8c1;--primary-accent: #a4c3a4;--secondary-accent: #7ca177}body.theme-one{--primary-accent: #BA0000;--secondary-accent: #1c4713;background-color:#ffeddc}body.theme-two{--primary-accent: #f09a31;--secondary-accent: #ee7152}body.theme-three{--primary-accent: #d7603a;--secondary-accent: #037986}.hide-at-mobile{display:none}@media (min-width: 601px){.hide-at-mobile{display:flex}}.hide-at-tablet{display:flex}@media (min-width: 601px){.hide-at-tablet{display:none}}:root{background-color:var(--background-color);font-family:"WalterAlte-Rauchwaren", helvetica, sans-serif;width:100vw;font-size:10px}html:focus-within{scroll-behavior:smooth}body.show{padding-top:0;font-size:1.6rem}@media (min-width: 601px){body.show{font-size:2rem}}:root{--background-color: #fffdea;--background-color-one: #ffe6c1;--background-color-two: #ffe8c1;--primary-accent: #a4c3a4;--secondary-accent: #7ca177}body.theme-one{--primary-accent: #BA0000;--secondary-accent: #1c4713;background-color:#ffeddc}body.theme-two{--primary-accent: #f09a31;--secondary-accent: #ee7152}body.theme-three{--primary-accent: #d7603a;--secondary-accent: #037986}.hide-at-mobile{display:none}@media (min-width: 601px){.hide-at-mobile{display:flex}}.hide-at-tablet{display:flex}@media (min-width: 601px){.hide-at-tablet{display:none}}header{background-color:var(--background-color-one);margin-bottom:0;padding:2.5rem}header .header__inner{display:flex;justify-content:space-between;align-items:baseline;max-width:1360px;margin-inline:auto}header h1{font-size:7vw;color:#BA0000;font-size:clamp(3rem, 8vw, 8rem);line-height:1}header a{color:#BA0000;font-size:clamp(2rem, 1.5vw, 4rem);line-height:1}:root{--background-color: #fffdea;--background-color-one: #ffe6c1;--background-color-two: #ffe8c1;--primary-accent: #a4c3a4;--secondary-accent: #7ca177}body.theme-one{--primary-accent: #BA0000;--secondary-accent: #1c4713;background-color:#ffeddc}body.theme-two{--primary-accent: #f09a31;--secondary-accent: #ee7152}body.theme-three{--primary-accent: #d7603a;--secondary-accent: #037986}.hide-at-mobile{display:none}@media (min-width: 601px){.hide-at-mobile{display:flex}}.hide-at-tablet{display:flex}@media (min-width: 601px){.hide-at-tablet{display:none}}.body-grid{background-color:var(--background-color-one);padding:2.5rem}@media (min-width: 601px){.body-grid{padding-top:0;padding-bottom:4rem}}.grid-container{display:grid;grid-template-columns:repeat(3, 1fr);max-width:1360px;margin-inline:auto}@media (min-width: 601px){.grid-container{grid-template-columns:repeat(4, 1fr)}}.grid-item{position:relative;width:100%;padding-top:100%}.grid-item img{position:absolute;width:100%;height:100%;top:0;left:0}@media (max-width: 600px){.grid-item:nth-child(4),.grid-item:nth-child(8){display:none}}.circle{overflow:hidden;border-radius:100%}.curve{overflow:hidden}.curve:not(.rotate-90):not(.rotate-180){border-top-right-radius:50%;border-bottom-right-radius:50%}.curve.rotate-90{border-bottom-left-radius:50%;border-bottom-right-radius:50%}.curve.rotate-180{border-top-left-radius:50%;border-bottom-left-radius:50%}.grid-container.one .grid-item:not(.curve.with-image){background:#1c4713}:root{--background-color: #fffdea;--background-color-one: #ffe6c1;--background-color-two: #ffe8c1;--primary-accent: #a4c3a4;--secondary-accent: #7ca177}body.theme-one{--primary-accent: #BA0000;--secondary-accent: #1c4713;background-color:#ffeddc}body.theme-two{--primary-accent: #f09a31;--secondary-accent: #ee7152}body.theme-three{--primary-accent: #d7603a;--secondary-accent: #037986}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:none;justify-content:center;align-items:center;z-index:9999;cursor:pointer}.modal-overlay.open{display:flex}.modal-content{background-color:var(--background-color);padding:2rem;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,0.15);overflow-y:auto;max-width:calc(100vw - 8rem);cursor:default}.modal-content__header{text-align:right}.modal-content__body{padding:1rem}:root{--background-color: #fffdea;--background-color-one: #ffe6c1;--background-color-two: #ffe8c1;--primary-accent: #a4c3a4;--secondary-accent: #7ca177}body.theme-one{--primary-accent: #BA0000;--secondary-accent: #1c4713;background-color:#ffeddc}body.theme-two{--primary-accent: #f09a31;--secondary-accent: #ee7152}body.theme-three{--primary-accent: #d7603a;--secondary-accent: #037986}.hide-at-mobile{display:none}@media (min-width: 601px){.hide-at-mobile{display:flex}}.hide-at-tablet{display:flex}@media (min-width: 601px){.hide-at-tablet{display:none}}footer{background-color:#ffe8c1;color:#000000;padding:2.5rem}@media (min-width: 1201px){footer{padding:4rem}}.footer__inner{max-width:1360px;margin-inline:auto}.footer__shapes{width:146px;display:flex;gap:0.3rem;margin-top:2rem}.footer__shape{width:3rem;height:3rem}.footer__square{background-color:#BA0000}.footer__circle{border-radius:100%;background-color:#0B008E}.footer__triangle{clip-path:polygon(50% 0%, 0% 100%, 100% 100%);background-color:#f7be14}.footer__social{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem 3rem;font-size:1.4rem}@media (max-width: 374px){.footer__social{grid-template-columns:1fr}}@media (min-width: 601px){.footer__social{grid-template-columns:repeat(4, 1fr)}.footer__social h3{display:none}}@media (min-width: 1201px){.footer__social{font-size:3rem}}.footer__copyright{color:#000000}@media (min-width: 601px){.footer__copyright{grid-column:span 2;display:flex;gap:2rem}}.footer__inner img{display:block;height:auto;width:100%;margin:5rem auto 0;max-width:300px}@media (min-width: 1201px){.footer__inner img{max-width:500px}}
