@charset "UTF-8";.icon,.icon-open{text-align:center;font-size:2rem;display:inline-block;transition:transform .4s,opacity .4s}.icon::before{content:"☰"}.icon-open::before{content:"✖"}.icon-open{transform:rotate(-90deg) translate(-.5px,-.5px)}.header-controls{justify-content:space-between;position:relative;transition:transform 1.25s,opacity 2s;display:flex;flex-direction:row;align-items:center}.header-controls button{border:1px solid #ffa900;padding:1rem;height:64px;width:64px;color:#000;background-color:#fff;border-radius:5px;transition:color .4s,background-color .4s}.header-controls button:hover{color:#fff;background-color:#ffa900;transition:color .4s,background-color .4s}@media only screen and (max-width:500px){.header-controls button{padding:0;height:48px;width:48px}}.nav-toggle{width:90%;height:75px;background-color:#fff;color:#000;margin:1.5rem auto 0;border:2px solid #ffa900;transition:color .4s,background-color .4s}.nav-toggle:hover{color:#fff;transition:color .4s,background-color .4s;background-color:#ffa900}@media only screen and (min-width:787px){.nav-toggle{display:none}}@media only screen and (max-width:786px){.navigation{pointer-events:none;max-height:0;overflow:hidden;transition:max-height .4s}}.show{pointer-events:all;max-height:500px;transition:max-height .8s ease-out}.header-image-container{width:100%;height:50%;display:flex;overflow:hidden;position:relative}.image-overlay{width:100%;height:100%;background-image:url(../../pictures/header.jpg);background-size:cover;background-position:center}.text-overlay{position:absolute;bottom:0;left:0;width:auto;padding:.5rem .5rem .5rem 1rem;color:#fff;text-shadow:#000 1px 1px;background-color:rgba(0,0,0,.431372549)}.text-overlay h1,.text-overlay h2{font-size:3rem;margin:0}.text-overlay p{font-size:2.5rem}@media only screen and (max-width:650px){.text-overlay h1,.text-overlay h2{font-size:2rem}.text-overlay p{font-size:1.75rem}}@media only screen and (max-width:450px){.text-overlay{background-color:rgba(0,0,0,.2392156863)}}@media only screen and (max-width:375px){.text-overlay h1,.text-overlay h2{font-size:1.5rem}.text-overlay p{font-size:1.25rem}}.header{display:flex;flex-direction:column;row-gap:.75rem}.menu-main-menu-container,.menu-paavalikko-container{margin-top:.75rem}.menu-main-menu-container ul,.menu-paavalikko-container ul{list-style:none;display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap;padding:0 1rem}nav{font-size:1.15rem}nav .lang-menu-item,nav li{text-align:center;width:200px;cursor:pointer;border:3px solid #ffa900;transition:background-color .4s,border .4s,color .4s}nav .lang-menu-item:hover,nav li:hover{background-color:#ffa900;color:#fff;transition:background-color .4s,border .4s,color .4s}nav .lang-menu-item.current_page_item.menu-item-object-custom,nav li.current_page_item.menu-item-object-custom{background-color:#fff;color:#000}nav .lang-menu-item.current_page_item.menu-item-object-custom:hover,nav li.current_page_item.menu-item-object-custom:hover{background-color:#ffa900;color:#fff;transition:background-color .4s,border .4s,color .4s}nav .lang-menu-item a,nav li a{padding:1.25rem;display:block}@media only screen and (max-width:950px){nav .lang-menu-item,nav li{width:170px}}@media only screen and (max-width:820px){nav .lang-menu-item,nav li{width:155px}}@media only screen and (max-width:786px){nav .lang-menu-item,nav li{width:200px}}nav li.current_page_item{transition:background-color .4s,border .4s,color .4s;background-color:#ffa900;color:#fff}nav .lang-menu-item{width:4.5rem;padding:unset}nav .lang-menu-item-selected{width:4.5rem;text-align:center;color:#fff;border:3px solid #ffa900;background-color:#ffa900;transition:background-color .4s,border .4s,color .4s}nav li{padding:unset!important}.lang-items{display:flex;flex-direction:row;justify-content:center;padding:0 1.25rem;margin:1.75rem;gap:1rem}.lang-items a{padding:1.25rem}