/* Wed, 19 Mar 2025 10:46:54 +0000 (0.1663s) */

@charset "UTF-8";
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
:target:before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0;
}
@media screen and (min-width: 1024px) {
  :target:before {
    height: 140px;
    margin: -140px 0 0;
  }
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
ul, li, ol, body {
  color: #272725;
  font-family: Merriweather, sans-serif;
  /* font-family: 'Poppins', sans-serif; */
}
body, div, td, * {
  background-repeat: no-repeat;
}
input, textarea {
  font-size: 1.05rem;
  font-family: "Poppins", sans-serif;
}
a {
  color: #00b3c9;
  text-decoration: none;
}
p {
  font-family: Merriweather, sans-serif;
  line-height: 1.6em;
  font-size: 1rem;
  margin-bottom: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    hyphens: none;
  }
}
#wrap {
  /* height: 100%; */
  min-height: 100%;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  #wrap {
    padding-top: 130px;
  }
}
button.button, a.button, input[type="submit"] {
  display: inline-flex;
  text-decoration: none;
  margin-top: 10px;
  padding: 18px 30px;
  justify-content: center;
  min-width: 160px;
  box-sizing: border-box;
  border: 0;
  letter-spacing: 1px;
  transition: background-color 0.5s;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}
button.button.blue, a.button.blue, input[type="submit"].blue {
  background-color: #00b3c9;
  color: #fff;
}
button.button:hover, a.button:hover, input[type="submit"]:hover {
  background-color: #2e5f7d;
  cursor: pointer;
  transition: background-color 0.5s;
}
button.button span, a.button span, input[type="submit"] span {
  pointer-events: none;
}
input[type="submit"] {
  background-color: #00b3c9;
  color: #fff;
}
form.login input[type="password"] {
  height: 55px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  min-height: 60px;
}
header a {
  font-family: "Poppins", sans-serif;
}
header .leftend, header .rightend {
  display: none;
}
@media screen and (min-width: 1024px) {
  header .leftend, header .rightend {
    width: calc((100% - 1200px) / 2);
    height: 90px;
    display: inline-block;
    vertical-align: top;
  }
}
header .rightend {
  background-color: #fff;
}
header .rightend .bg {
  width: 100%;
  height: 50px;
  background-color: #ede8e4;
}
header .inner {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 1024px) {
  header .inner {
    height: auto;
    overflow-y: initial;
    text-align: right;
  }
}
header .logo {
  background-image: url(../img/sanl.svg);
  background-size: 100% auto;
  position: absolute;
  font-size: 0;
  color: transparent;
  text-indent: -200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  width: 100px;
  height: 50px;
  left: 15px;
  top: 5px;
}
@media screen and (min-width: 1024px) {
  header .logo {
    left: 32px;
    top: 14px;
    width: calc(100% - 830px);
    max-width: 216px;
    height: 102px;
  }
}
header .items {
  display: none;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  header .items {
    display: inline-block;
    width: 780px;
    height: auto;
    background-color: transparent;
    position: relative;
    vertical-align: top;
    top: auto;
    left: auto;
  }
}
header .top {
  background-color: #ede8e4;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  header .top {
    height: 50px;
    text-align: right;
  }
}
header .top a, header .top div {
  display: block;
}
@media screen and (min-width: 1024px) {
  header .top a, header .top div {
    display: inline-block;
    vertical-align: top;
  }
}
header .top a {
  height: 50px;
  color: #000;
  padding: 15px 30px;
  box-sizing: border-box;
  line-height: 1.25em;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  header .top a {
    padding: 15px 15px;
  }
}
header .search {
  width: 365px;
  background-color: #f7f5f2;
  height: 50px;
  margin-left: 10px;
  margin-bottom: 50px;
  margin-top: 40px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  header .search {
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
header .search.hover {
  background-color: #fbf9f7;
}
header .search input {
  height: 48px;
  border: 0;
  box-sizing: border-box;
  width: calc(100% - 55px);
  vertical-align: top;
  background-color: transparent;
  padding: 0 20px;
  font-size: 1rem;
}
header .search input:focus {
  outline: none;
}
header .search button {
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 0;
  color: transparent;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
}
header .search button i {
  font: normal normal normal 14px/1 FontAwesome;
  color: #000;
  font-size: 20px;
}
header .bottom {
  padding: 30px 10px 10px 20px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  header .bottom {
    text-align: right;
  }
}
header .bottom .l1 {
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  header .bottom .l1 {
    display: inline-block;
    vertical-align: middle;
  }
}
header .bottom .l1 a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease;
  padding: 10px 15px;
}
header .bottom .l1 a:hover {
  color: #00b3c9;
}
header .bottom .l1.parent > a::after {
  content: ">";
  display: inline;
  position: absolute;
  margin-left: 5px;
  transform: rotate(0deg);
  transition: all 0.2s;
}
@media screen and (min-width: 1024px) {
  header .bottom .l1.parent > a::after {
    content: none;
  }
}
header .bottom .l1.parent.open > a::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 1024px) {
  header .bottom .l1.parent.open > a::after {
    transform: none;
  }
}
header .bottom .l2 {
  box-sizing: border-box;
  display: none;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  header .bottom .l2 {
    position: absolute;
    background-color: #272725;
    border-radius: 20px;
    padding: 30px;
    width: 224px;
    left: 50%;
    transform: translateX(-50%);
  }
}
header .bottom .l2 a {
  color: #272725;
  display: block;
  text-decoration: none;
  transition: color 0.5s ease;
  box-sizing: border-box;
  padding-left: 3em;
}
@media screen and (min-width: 1024px) {
  header .bottom .l2 a {
    padding-left: 0;
    color: #fff;
    border-top: 1px solid #535353;
  }
}
header .bottom .l2 a.first {
  border-top: none;
}
header .bottom .l2 a:hover {
  color: #00b3c9;
}
header .bottom .l2 a.parent::after {
  content: ">";
  display: inline;
  position: absolute;
  margin-left: 5px;
  transform: rotate(0deg);
  transition: all 0.2s;
}
@media screen and (min-width: 1024px) {
  header .bottom .l2 a.parent::after {
    content: none;
  }
}
header .bottom .l2 a.open::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 1024px) {
  header .bottom .l2 a.open::after {
    transform: none;
  }
}
header .bottom .l1.open .l2 {
  display: block;
}
header .bottom .l3 {
  display: none;
}
header .bottom .l3 a {
  padding-left: 5em;
}
header .bottom .l3.open {
  display: block;
}
@media screen and (min-width: 1024px) {
  header .bottom .l3.open {
    display: none;
  }
}
.toggle {
  background-color: transparent;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 10px;
  top: 7px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.toggle:focus {
  outline: none;
}
@media screen and (min-width: 1024px) {
  .toggle {
    display: none;
  }
}
.toggle div {
  background-color: #43799b;
  height: 7px;
  width: 100%;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-out;
}
.toggle .l1 {
  top: 4px;
}
.toggle .l2 {
  top: 19px;
  opacity: 1;
}
.toggle .l3 {
  top: 35px;
}
body.naviopen header .inner {
  overflow-y: scroll;
  height: 100vh;
}
@media screen and (min-width: 1024px) {
  body.naviopen header .inner {
    overflow-y: initial;
    height: auto;
  }
}
body.naviopen header .toggle .l1 {
  transform: rotate(-135deg) translate(-10px, -11px);
}
body.naviopen header .toggle .l2 {
  opacity: 0;
}
body.naviopen header .toggle .l3 {
  transform: rotate(135deg) translate(-11px, 11px);
}
body.naviopen header .items {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  body.naviopen header .items {
    height: auto;
    display: inline-block;
    justify-content: initial;
    flex-direction: initial;
  }
}
footer {
  background-color: #2f2f2f;
  border-top: 1px solid #2f2f2f;
  color: #fdfdfb;
}
footer .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  footer .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  footer .inner {
    flex-wrap: nowrap;
  }
}
footer .col {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 600px) {
  footer .col {
    display: block;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  footer .col {
    flex: 1 1 33%;
  }
}
footer h3 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0 0 0.5em;
}
footer p {
  font-family: "Poppins", sans-serif;
  margin: 0 0 1em;
}
footer a:hover {
  color: #fdfdfb;
}
footer a.gwi, footer a.uwe {
  display: block;
  font-size: 0;
  color: transparent;
  background-size: 100% auto;
  height: 60px;
  margin-bottom: 10px;
  max-width: 300px;
}
footer .gwi {
  background-image: url(../img/gwi.png);
}
footer .uwe {
  background-image: url(../img/uwe.png);
}
footer .fb, footer .tw, footer .ig, footer .li {
  font-size: 0;
  color: transparent;
  margin-right: 15px;
}
footer .fb::before, footer .tw::before, footer .ig::before, footer .li::before {
  color: #00b3c9;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
}
footer .fb:hover::before, footer .tw:hover::before, footer .ig:hover::before, footer .li:hover::before {
  color: #fdfdfb;
}
footer .fb::before {
  content: "";
}
footer .tw::before {
  content: "";
}
footer .ig::before {
  content: "";
}
footer .li::before {
  content: "";
}
section.hero .slick-dots {
  display: none;
  position: absolute;
  bottom: 57px;
  max-width: 1030px;
  margin: 0 auto;
  list-style-type: none;
  list-style: none;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.hero .slick-dots {
    display: block;
  }
}
section.hero .slick-dots li {
  list-style-type: none;
  display: inline-block;
}
section.hero .slick-dots li button {
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  color: transparent;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  transition: all 0.5s ease;
}
section.hero .slick-dots li.slick-active button {
  background-color: #01A0C6;
}
section.hero .slide {
  height: 630px;
  background-color: #43799B;
  color: #fff;
  position: relative;
}
section.hero .slide .bg {
  background-size: cover;
  width: 60%;
  position: absolute;
  left: 40%;
  top: 0;
  height: 100%;
}
section.hero .slide .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
section.hero .slide .content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  max-width: 1230px;
  margin: 0 auto;
  justify-content: center;
}
section.hero .slide .column {
  flex: 0 0 auto;
  width: 100%;
  max-width: 650px;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  section.hero .slide .column {
    padding: 30px 45px;
  }
}
@media screen and (min-width: 1024px) {
  section.hero .slide .column {
    padding: 30px;
  }
}
section.hero .slide .column h1 {
  line-height: 1em;
  margin: 0 0 0.5em;
  font-size: 2rem;
  hyphens: auto;
}
@media screen and (min-width: 600px) {
  section.hero .slide .column h1 {
    font-size: 3rem;
    hyphens: none;
  }
}
@media screen and (min-width: 1024px) {
  section.hero .slide .column h1 {
    font-size: 4.2rem;
    hyphens: none;
  }
}
section.hero .slide .column p {
  font-family: Merriweather, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5em;
}
section.mediacolumns .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 56px 15px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  section.mediacolumns .inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
section.mediacolumns .col {
  box-sizing: border-box;
  padding: 0 15px;
  flex: 1 1 200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  section.mediacolumns .col {
    padding: 0;
    flex: 1 1 33%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
section.mediacolumns .col h2 {
  font-weight: 300;
  font-size: 1.25rem;
  padding: 1em 0 0.7em;
  margin: 0;
  flex: 0 0 100%;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (min-width: 700px) {
  section.mediacolumns .col h2 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  section.mediacolumns .col h2 {
    margin-right: 15px;
    text-align: right;
    flex: 0 0 auto;
  }
}
section.mediacolumns .event, section.mediacolumns .news, section.mediacolumns .statement {
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
  transform: translateY(0);
  transition: all 0.5s ease;
  flex: 0 0 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 700px) {
  section.mediacolumns .event, section.mediacolumns .news, section.mediacolumns .statement {
    flex: 0 0 calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  section.mediacolumns .event, section.mediacolumns .news, section.mediacolumns .statement {
    flex: 1 1 auto;
  }
}
section.mediacolumns .event:hover, section.mediacolumns .news:hover, section.mediacolumns .statement:hover {
  transform: translateY(-2px);
  transition: all 0.5s ease;
}
section.mediacolumns .event .date, section.mediacolumns .news .date, section.mediacolumns .statement .date {
  margin: 0 0 14px;
}
section.mediacolumns .event h3, section.mediacolumns .news h3, section.mediacolumns .statement h3 {
  margin: 0 0 18px;
}
section.mediacolumns .event p, section.mediacolumns .news p, section.mediacolumns .statement p {
  word-break: break-word;
}
section.mediacolumns .event {
  border-top: 1px solid #fff;
  background-color: #43799b;
  color: #fff;
}
section.mediacolumns .event:hover {
  background-color: #2e5f7d;
}
section.mediacolumns .news {
  border-top: 1px solid #fff;
  background-color: #ede8e4;
  color: #272725;
}
section.mediacolumns .news:hover {
  background-color: #f7f3f1;
}
section.mediacolumns .statement {
  border: 1px solid #43799b;
  color: #272725;
}
section.mediacolumns .image {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center;
}
section.mediacolumns .text {
  margin: 0;
  padding: 23px 30px 20px;
  box-sizing: border-box;
}
section.mediacolumns .text span {
  color: #00b3c9;
}
section.mediacolumns h3 {
  font-size: 1.4rem;
  line-height: 1.35em;
}
section.imagetext {
  background-color: #ede8e4;
}
section.imagetext .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.imagetext .inner {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  section.imagetext.reverse .inner {
    flex-direction: row-reverse;
  }
}
section.imagetext .picture, section.imagetext .text {
  flex: 1 1 50%;
}
section.imagetext .picture {
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  section.imagetext .picture {
    padding-bottom: 0;
  }
}
section.imagetext .text {
  display: flex;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  section.imagetext .text {
    min-height: 630px;
    padding: 100px;
  }
}
section.imagetext .text .content {
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  section.imagetext .text .content {
    margin: 0 auto;
    max-width: 500px;
  }
}
section.imagetext .text h2 {
  color: #55779f;
  font-size: 2.2rem;
  margin: 0;
  padding: 0 0 0.7em;
  line-height: 1em;
}
section.imagetext .text p {
  margin: 0;
  padding: 0 0 1em;
  line-height: 1.7em;
}
section.newsletter {
  background-color: #2f445d;
  color: #fff;
  /*background-image: url(../img/newsletter.jpg);*/
  /* background-image: url(/wp-content/uploads/2021/05/newsletter_bg.jpg); */
  background-size: cover;
  background-position: center center;
}
section.newsletter .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 94px 30px 102px 30px;
  text-align: center;
}
section.newsletter form {
  position: relative;
}
section.newsletter h2 {
  font-size: 2.2rem;
  margin: 0;
  padding: 0 0 0.7em;
  line-height: 1.1em;
}
section.newsletter p {
  margin: 0;
  padding: 0 0 2em;
}
section.newsletter .field {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 5px;
  margin-bottom: 35px;
}
section.newsletter .field.firstname {
  width: 225px;
  height: 50px;
}
section.newsletter .field.lastname {
  width: 225px;
  height: 50px;
}
section.newsletter .field.email {
  width: 320px;
  height: 50px;
}
section.newsletter .field input {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.1rem;
  border: 0;
  height: 100%;
  padding: 1px 12px 0 12px;
  font-family: "Merriweather", serif;
}
section.newsletter .field input:focus {
  outline: 0;
}
section.newsletter .field ::placeholder {
  color: #43799b;
}
section.newsletter button {
  display: block;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}
section.newsletter .thanks {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
section.newsletter .thanks span {
  font-size: 1.5rem;
}
section.newsletter.thanks .field, section.newsletter.thanks button {
  opacity: 0.2;
}
section.subhero {
  background-size: cover;
  background-position: center center;
  height: 400px;
}
section.basiccolumn {
  color: #2F2F2F;
  padding-bottom: 30px;
}
section.basiccolumn a {
  color: #43799B;
  color: #00b3c9;
  text-decoration: none;
}
section.basiccolumn .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
section.basiccolumn .subnavi {
  flex: 0 0 420px;
  box-sizing: border-box;
  padding: 118px 85px 118px 60px;
  display: none;
}
@media screen and (min-width: 768px) {
  section.basiccolumn .subnavi {
    display: block;
  }
}
section.basiccolumn .subnavi h2 {
  margin: 0 0 20px;
}
section.basiccolumn .subnavi a {
  display: block;
  border-top: 1px solid #D4CFC6;
  padding: 8px 0;
}
section.basiccolumn .subnavi a.first {
  border-top: none;
}
section.basiccolumn .subnavi a.selected {
  color: #272725;
}
section.basiccolumn .content {
  flex: 1 1 auto;
  padding: 20px 30px 20px 30px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.basiccolumn .content {
    padding: 20px 60px 80px 0;
  }
}
section.basiccolumn .content h1 {
  font-size: 2.25rem;
  line-height: 1.15em;
  color: #43799B;
}
section.basiccolumn .content p {
  line-height: 1.6em;
  word-break: break-word;
}
section.basiccolumn .content img {
  max-width: 100%;
  height: auto;
}
section.basiccolumn .content div {
  word-break: break-word;
}
section.basiccolumn .breadcrumb {
  line-height: 1.7em;
  padding-bottom: 20px;
  min-height: 47px;
}
section.clubs .mapwrap {
  width: 100%;
  padding: 15px 20px 30px 45px;
  display: none;
}
@media screen and (min-width: 1024px) {
  section.clubs .mapwrap {
    display: block;
  }
}
section.clubs .map {
  display: block;
  width: 240px;
  position: relative;
}
section.clubs .finland {
  background-image: url(../img/finland.svg);
  width: 100%;
  padding-bottom: 180%;
  will-change: background-size;
}
section.clubs .finland a {
  background-image: url(../img/mappoint.svg);
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  background-size: 90% auto;
  background-position: left bottom;
  transition: all 0.2s ease;
}
section.clubs .finland a:hover, section.clubs .finland a.hover {
  background-size: 100% auto;
  transform: translateX(-1px);
}
section.clubs .links {
  font-size: 1.03rem;
  line-height: 1.65em;
}
section.clubs .links div {
  padding-bottom: 1rem;
  border-top: 2px solid #ccc;
  padding-top: 1.8rem;
}
section.clubs .links div.first {
  border-top: 0;
  padding-top: 0;
}
body > .cookienotice {
  display: none;
  position: fixed;
  bottom: 2px;
  left: 0;
  z-index: 9999;
  width: 100vw;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body > .cookienotice {
    padding: 0 25px;
  }
}
body > .cookienotice .inner {
  transition: all 0.3s ease;
  background-color: #43799B;
  color: #fff;
  /*
        border-radius: 4px;
        */
  display: inline-block;
  padding: 1em 25px 1em 0;
  border: 1px solid #20254f;
}
body > .cookienotice button {
  display: inline-block;
  vertical-align: middle;
}
body > .cookienotice p {
  margin: 0 0 1em;
  padding: 0 25px;
  display: block;
}
@media screen and (min-width: 768px) {
  body > .cookienotice p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
body > .cookienotice button {
  /* border-radius: 4px; */
  background-color: #00b3c9;
  color: #fff;
  font-weight: 600;
  border: 1px solid #555;
  padding: 0.5em 1.5em;
  cursor: pointer;
}
body > .cookienotice .deny {
  margin: 0 0 0 25px;
}
body > .cookienotice:hover .inner {
  background-color: #2e5f7d;
}
