:root{--primaryDark:rgba(45, 50, 35, 1);--white:rgba(255, 255, 255, 1);--black:rgba(0, 0, 0, 1);--goboard:rgba(179, 135, 49,0.7)}body{background:var(--white);font-family:Railway,Roboto,Helvetica,Arial,sans-serif;margin:0;padding:0;height:100vh;width:100%}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}@media (max-width:800px){body{margin-top:0;background:#fff;box-shadow:none}body{border-top:16px solid #ffa100}}.bg-black{background-color:var(--black)}.svg-wrapper-top{width:100%;height:100%;-webkit-transform:translateY(-90%);-moz-transform:translateY(-90%);transform:translateY(-90%)}.svg-wrapper-bottom{width:100%;height:100%;margin-top:-.5rem}.impress{height:100%}.content{background:var(--white);position:relative;display:flex;flex-direction:column}.content-with-line{border-left:.25rem solid var(--black)}.stone-on-line{margin-left:-19px}.subline{display:flex;flex-direction:row;margin:0 4rem;justify-content:center;align-items:center;text-align:center}.headline{display:flex;flex-direction:row;margin:1rem 4rem 0 4rem;justify-content:center;align-items:center;text-align:center}.headline h1,p{color:var(--primaryDark);font-size:2.5rem;margin:.25rem 0;max-width:800px}@media (max-width:800px){.headline{margin:1rem 1rem -1rem 1rem}}.paragraph{display:flex;flex-direction:column;margin:1.5rem 4rem;justify-content:center;align-items:center;text-align:center}@media (max-width:800px){.paragraph{margin:1rem 2rem}}p a{text-decoration:underline;color:var(--primaryDark)}.paragraph p{color:var(--primaryDark);font-size:1.25rem;margin:.25rem 0;max-width:800px}.paragraph p.small{font-size:1rem;margin:0}.paragraph p.big{font-size:1.5rem;margin:.25rem 0}.column{display:flex;flex-direction:row;align-items:center}.stone{height:1.6rem;width:1.6rem;border-radius:1.6rem;border:1px solid #000}.stone-big{height:2rem;width:2rem;border-radius:2rem;border:1px solid #000}.white{background-color:var(--white)}.text-white{color:var(--white)!important}.black{background-color:var(--black)}.overlapping-stone-margin{margin-left:-.5rem}.bold{font-weight:700}.divider{margin:0 0 1rem 0}.header{position:fixed;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;background-image:url(images_min/background.jpg);background-size:cover;background-position:center;height:100vh;width:100%;top:0}.header_logo{width:250px;max-width:100%;top:1rem;position:absolute}.header h1{color:var(--white);font-size:6rem}.header h2{color:var(--white);font-size:4rem}.header-divider{margin-top:95vh}@media (max-width:800px){.header h1{font-size:4rem}.header h2{font-size:3rem}}.map{max-width:500px;width:100vw}.map a img{max-width:500px;width:100vw}.map .map_description{margin:0;font-size:1rem}.bottom{display:flex;height:2rem;line-height:2rem;background-color:var(--black);text-align:right;justify-content:start}.bottom a{color:var(--white);text-decoration:none;margin:0 4rem}.bottom .left-divider{margin-left:auto}