html{--theme-main-gap:50px;--theme-main-font-size:1.5rem;--theme-main-font-lineheight:1.8em;--theme-main-font-paragraphgap:10px;--theme-main-font-family:'Open Sans';--theme-main-font-style:normal;--theme-main-font-weight:300;--theme-main-font-color:#3333}a{color:#e93065;font-weight:bold;-webkit-transition:350ms;-moz-transition:350ms;-ms-transition:350ms;-o-transition:350ms;transition:350ms;text-decoration:unset}p img{margin:0 8px -4px!important}.season-summer .winter-only,.season-winter .summer-only{display:none}.summer-only{display:block}@media screen and (min-width:800px){html{--theme-main-gap:100px}}@media screen and (min-width:1200px){html{--theme-main-gap:150px}}@media screen and (min-width:1400px){html{--theme-main-gap:250px}}@media screen and (min-width:1600px){html{--theme-main-gap:400px}}.row{max-width:calc(100% - var(--theme-main-gap));margin:0 auto}.cooee-button a{background:var(--theme-main-color);color:#fff;display:inline-block;padding:15px 25px;font-size:var(--theme-main-font-size);border-radius:4px;text-decoration:none!important}.cooee-button a:hover{background:#00aadb;padding:15px 30px}.skimap{width:100%;max-width:80vw;height:80vh;margin:auto;overflow:hidden}.wpforms-field-description,.wpforms-field-label,div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select{font-family:'Open Sans'!important}@media screen and (max-width:1024px){html{--theme-main-gap:50px;--theme-main-font-size:1.3rem;--theme-main-font-lineheight:1.5em}.skimap{max-width:88vw!important;height:55vh!important}.ccm-settings-summoner.ccm-show{bottom:70px!important;left:12px!important}.wpforms-container .wpforms-field.wpforms-one-half{width:calc(100% - 14px)!important}#header-iconmenu-group ul li:first-child{display:none}#header-iconmenu-group ul{padding-left:0}.os-component-container.os-component-container--mapBox{overflow:hidden}}

a img {
    transition: transform 0.5s ease;
    transform-origin: center;
}

a:hover img {
    transform: scale(1.05);
}