
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(fonts/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(fonts/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {
  --tpmgreen: #B8D3B3;
  --tpmblue: #58959fff;
  --tpmdarkblue: #42828C;
  --tpmdarkblueR: hsl(187, 36%, 32%);
  --tpmdark: #D06D04;
  --tpmdarkR: hsl(31, 96%, 32%);
  --tpmdarker: rgb(50, 50, 50);
  --tpmbright:#db9b3b;
  --tpmbrighter:hsl(36, 99%, 55%);
  --tpmpink: #B88AC6;
  --lschest: rgb(186, 172, 141);
  --lstail: rgb(193,88,2);
  --blinehight: clamp(5px, 3vw, 40px);
}


body {
  margin: 0px;
  padding: 0px;
}

svg.blinehight {
  height: var(--blinehight);
}


h1 {
  color: #2c3c49;
  font-family: "Montserrat", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

h2 {
  color: #2c3c49;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  text-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

h3 {
  color: #2c3c49;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
}

p {
  color: #2c3c49;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.alltext {
  max-width: 695px;
  margin:auto;
  margin-bottom: 0px;
  padding: 10px;
}

div.logo {
  margin: 0px;
  padding: 24px;
  height: auto;
}

img.logo {
  width: clamp(220px, 21vw, 350px);
}

.filterShadow {
  filter: drop-shadow( 7px 7px 7px rgba(0,0,0,100%));
  transition: filter 300ms ease-in-out;
}

.filterHoover:hover {
  filter: drop-shadow( 0px 0px 7px rgba(0,0,0,70%));
}

.filterPale {
  filter: opacity(25%) brightness(120%);
  transition: all 5s;
}

.filterNone {
  filter: opacity(100%) brightness(100%);
  transition: all 5s;
}

.bline {
  margin: 0px;
  padding: 0px;
  height: var(--blinehight);
}

@media screen and (max-width: 640px) {
  .bline {
    display: none;
  }  
} 

div.section {
  padding: 1em;
  padding-bottom: 6em;
}

.bg_grey, div.top {
  background-color: transparent;
  background-image: linear-gradient(180deg, #e8ecef 0%, #ffffff 100%);  
}

.bg_greyR {
  background-color: transparent;
  background-image: linear-gradient(0deg, #e8ecef 0%, #ffffff 100%);  
}

.bg_bubble {
  background-attachment: fixed;
  background-image: url(img/icebubble.webp);
  background-size: cover;
  color: white;
}


@media screen and (max-width: 1600px) {
  .bg_bubble {
    background-image: url(img/icebubble_1600.jpg);
    background-image: -webkit-image-set(
      url("img/icebubble_1600.webp") type("image/webp"),
      url("img/icebubble_1600.jpg") type("image/jpeg"));
    background-image: image-set(
      url("img/icebubble_1600.webp") type("image/webp"),
      url("img/icebubble_1600.jpg") type("image/jpeg"));
  }    
} 

@media screen and (max-width: 1200px) {
  .bg_bubble {
    background-image: url(img/icebubble_1200.jpg);
    background-image: -webkit-image-set(
      url("img/biceubble_1200.webp") type("image/webp"),
      url("img/icebubble_1200.jpg") type("image/jpeg"));
    background-image: image-set(
      url("img/icebubble_1200.webp") type("image/webp"),
      url("img/icebubble_1200.jpg") type("image/jpeg"));
  }    
} 

@media screen and (max-width: 640px) {
  .bg_bubble {
    background-image: url(img/icebubble_800.jpg);
    background-image: -webkit-image-set(
      url("img/icebubble_800.webp") type("image/webp"),
      url("img/icebubble_800.jpg") type("image/jpeg"));
    background-image: image-set(
      url("img/icebubble_800.webp") type("image/webp"),
      url("img/icebubble_800.jpg") type("image/jpeg"));
  }    
} 


.bg_orange {
  background-color: var(--tpmdark);
  background-image: linear-gradient(90deg, var(--tpmdark) 0%, var(--tpmdarkR) 100%);  
}

.bg_winter {
  background-color: transparent;
  background-image: linear-gradient(180deg, #e8ecef 0%, #546384 100%);  
}

.snow {
  background-image: url(img/snow.png);
  background-size: clamp(200px, 35vw, 1000px);
  background-repeat: no-repeat;
}

.bg_aurora {
  background-attachment: fixed;
  background-image: url(img/aurora.webp);
  background-size: cover;
  color: white;

  background-image: -webkit-image-set(
    url("img/aurora.webp") type("image/webp"),
    url("img/aurora.jpg") type("image/jpeg"));
  background-image: image-set(
    url("img/aurora.webp") type("image/webp"),
    url("img/aurora.jpg") type("image/jpeg"));
}

@media screen and (max-width: 1600px) {
  .bg_aurora {
    background-image: url(img/aurora_1600.jpg);
    background-image: -webkit-image-set(
      url("img/aurora_1600.webp") type("image/webp"),
      url("img/aurora_1600.jpg") type("image/jpeg"));
    background-image: image-set(
      url("img/aurora_1600.webp") type("image/webp"),
      url("img/aurora_1600.jpg") type("image/jpeg"));
  }    
} 

@media screen and (max-width: 1200px) {
  .bg_aurora {
    background-image: url(img/aurora_1200.jpg);
    background-image: -webkit-image-set(
      url("img/aurora_1200.webp") type("image/webp"),
      url("img/aurora_1200.jpg") type("image/jpeg"));
    background-image: image-set(
      url("img/aurora_1200.webp") type("image/webp"),
      url("img/aurora_1200.jpg") type("image/jpeg"));
  }    
} 

@media screen and (max-width: 640px) {
  .bg_aurora {
    background-image: url(img/aurora_800.jpg);
    background-image: -webkit-image-set(
      url("img/aurora_800.webp") type("image/webp"),
      url("img/aurora_800.jpg") type("image/jpeg"));
    background-image: image-set(
      url("img/aurora_800.webp") type("image/webp"),
      url("img/aurora_800.jpg") type("image/jpeg"));
  }    
} 


.whitetext p, .whitetext h1, .whitetext h2, .whitetext h3, .whitetext a {
  color: white;
  text-shadow: unset;
}

.enhance {
  background-color: rgba(0,0,0,40%);
  box-shadow: 0px 0px 10px 10px rgba(0,0,0,40%)
}

section h1, section h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: clamp(24px, 4vw, 50px);
  font-weight: 600;
  text-align: center;
}

section h3 {
  font-family: "Montserrat", Sans-serif;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 600;
}
img.h3 {
  height: clamp(20px, 3vw, 30px);
}

.partner {
  margin-left: clamp(0px, calc(8vw - 26px), 100px);
}

.centerimg {
  width: 100%;
  text-align: center;
}
.centerimg img {
  width: clamp(150px, 30vw, 200px);
  display: block;
  margin-left: auto;
  margin-right: auto;  
}
.centervid {
  width: 100%;
  text-align: center;
}
.centervid a {
  width: min-content;
}

q {
  font-style: italic;
}

a {
  color: #2c3c49;  
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

a:hover {
  color: #d06d04;
  transition: all 0.3s ease;
}

.illustration {
  max-width: 300px;
  text-align: center;
}
.bird {
  font-size: 12px;
  font-style: italic;
  text-align: justify;
}

.flexcol {
  display: flex;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
.flexcol div {
  margin: 0em clamp(0em, 8vw, 40em);
  flex-basis: clamp(200px, 75vw, 300px);
  max-width: 300px;
}


.contact {
  position: relative;
  isolation: isolate;
}

.contact p, .firsticon {
  margin-left: 2em;
}
.contact h2 {
  text-align: left;
}

.map {
  position: absolute;
  height: 400px;
  z-index: -1;
  top: 45px;
  left: clamp(250px, 20vw, 400px);
}

@media screen and (max-width: 1150px) {
  .map {
    display: none;
  }  
} 

div.tpmlogo {
  position: relative;
  flex-basis: clamp(240px, 75vw, 500px);
  max-width: 500px;
}
div.tpmlogo .tpmtext {
  position: absolute;
  top: clamp(0px, 22vw, 150px);
  width: 100%;
  margin: 0px;
  max-width: 500px;
}

.tpmtext p {
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  text-shadow: 7px 7px 12px rgb(0 0 0 / 60%);
  margin-left: 0px;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 0.5em;
  margin-left: clamp(0px, 3vw, 10px);
}

p.tpm_1 {
  font-size: clamp(16px, 6.4vw, 40px);
}
p.tpm_2 {
  font-size: clamp(20px, 8vw, 50px);
  margin-bottom: 0px;
}
p.tpm_3 {
  font-size: clamp(10px, 2.3vw, 19px);
  font-weight: 500;
}

div.flexcol .buttonframe {
  position: relative;
  min-height: 5em;
  padding-bottom: 6em;
  flex-basis: 200px;
  margin: 0px 30px;  
}
.buttonframe button {
  width: max-content;
  padding: 1em;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 7px 7px 12px rgb(0 0 0 / 43%);
}

.social {
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  transition: all 0.5s;
}

.social:hover {
  opacity: 0.7;
}

button {
  background-color: var(--lstail);
  border: none;
  color: rgb(255, 255, 255);
  padding: 10px 40px;
  margin: 5px;
  margin-top: 25px;
  margin-bottom: 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;  
  font-weight: 400;  
  border-radius: 50px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  transition-duration: 0.3s;
}

button:hover {
  background-color: var(--tpmbrighter); 
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.19);
} 

footer {
  text-align: center;
  padding: 20px 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  word-break: keep-all;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: row wrap;  
}

footer div {
  margin: 0.5em 1em;
  flex-basis: 150px;
  max-width: 200px;
}

footer > div > a, footer > div > a:link, footer > div > a:visited, footer > div > a:active {
  color: black;
  text-decoration: none;
  box-shadow: none;
}

.hide {
  display: none;
}