@font-face {
  font-family: "plexbold";
  src: url(https://media.tio.ch/static/img/newhome/IBMPlexSans-Bold.ttf) format('truetype');
}

@font-face {
  font-family: "plextext";
  src: url(https://media.tio.ch/static/img/newhome/IBMPlexSans-Text.ttf) format('truetype');
}

#newhome_banner {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #97DDD2;
  font-family: plextext;
}

#newhome_banner {
  width: 100%;
  height: 45px;
}

.newhome-right-title {
  font-family: plexbold;
}

#text1,
#text2 {
  color: white;
}

#text1 {
  font-weight: bold;
  font-family: plexbold;
}

.newhome_widget {
  font-family: plextext;
  color: #353839 !important;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}

#logo a {
  max-width: 100%;
  padding: 2px 0px;
}

#logo img {
  max-width: 100%;
  border: 0;
}

#formular .radios {
  margin-top: 0px;
  margin-bottom: 0px;
}

#formular>form {
  display: inline-block;
}

#newhome_banner .radios input[type="radio"] {
  width: 1rem;
  height: 1rem;
  margin: 0 3px 0 0;
}

#plzort {
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 9px;
  font-size: 16px;
}

#newhome_banner label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: white;
  padding-right: 10px;
}

#newhome_banner .radios {
  float: left;
}

#newhome_banner .buttons {
  float: left;
}

#newhome_banner .button {
  color: white;
  background-color: #1B8574;
  font-size: 15px;
  font-weight: bold;
  font-family: plexbold;
  border-radius: 5px;
  width: auto;
  height: 35px;
  cursor: pointer;
  border: none;
  margin: 0;
}

#newhome_banner .button:hover {
  background-color: #285C53;
}

.newhomecard {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  overflow: hidden;
  background-color: #97DDD2;
  z-index: 1000000;
}

@media (min-width: 2304px) {
  .newhome_widget {
    max-width: 1604px;
  }
}

@media (min-width: 1920px) and (max-width: 304px) {
  .newhome_widget {
    max-width: calc(100% - 700px);
  }
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .newhome_widget {
    max-width: calc(100% - 600px);
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .newhome_widget {
    max-width: 100%;
    margin-left: 0;
  }
}


body {
  padding-top: 114px;
}

.fixed-top {
  top: 51px;
}

header {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000000;
}

.navbar.sticky {
  top: 55px;
}


.newHomeImgSmall {
  display: none;
}

.button.newhomelens {
  display: none;
}

.radio-color {
  accent-color: #353839;
}


div#mainVideo.sticky {
  top: 115px !important;
}

div.videoStickyBox.sticky {
  top: 115px !important;
}

div.sectionHeader.sticky {
  top: 115px !important;
}


@media (max-width: 570px) {
  .button.newhome {
    display: none;
  }

  #newhome_banner .button.newhomelens {
    display: inline-block;
    width: 36px;
    padding: 3px;
    height: auto;
    text-align: center;
  }

  #plzort {
    width: 150px;
  }
}

@media (max-width: 500px) {
  #plzort {
    width: 120px;
  }
}

@media (max-width: 430px) {
  #plzort {
    width: 100px;
  }
}

@media (max-width: 360px) {
  #newhome_banner .radios {
    display: none;
  }

  #plzort {
    width: 150px;
  }
}

/* NEWHOME 2025 */
.newhome-widget {
  font-family: plextext;
  color: #353839 !important;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding: 6px 5px;
}

.newhome-logo {
  display: inline-block;
  width: 180px;
  height: 100%;
  background-image: url('https://media.tio.ch/static/img/newhome/newhome_logo_small.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.newhome-title {
  font-family: "plexbold";
  font-size: 1.3rem;
  color: #353839;
}

.newhome-title .newhome-title-small {
  font-size: 1rem;
  line-height: 1.3rem;
  display: none;
}

.newhome-button {
  font-family: "plexbold";
  background-color: #DB3069;
  color: #FFFFFF !important;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 1rem;
}

.newhome-button:hover {
  background-color: #C41F5D;
}

.newhome-button .newhome-button-img {
  width: 36px;
}

@media (max-width: 380px) {
  .newhome-logo {
    width: 100px;
  }

  .newhome-title .newhome-title-small {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

@media (max-width: 700px) {
  .newhome-logo {
    width: 120px;
  }

  .newhome-title .newhome-title-small {
    display: block;
  }

  .newhome-title .newhome-title-big {
    display: none;
  }

  .newhome-button {
    font-size: 0.7rem;
    line-height: 1rem;
    padding: 0px 8px;
  }

  .newhome-button .newhome-button-img {
    width: 28px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .newhome-widget {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .newhome-widget {
    max-width: calc(100% - 600px);
  }
}

@media (min-width: 1920px) and (max-width: 304px) {
  .newhome-widget {
    max-width: calc(100% - 700px);
  }
}

@media (min-width: 2304px) {
  .newhome-widget {
    max-width: 1604px;
  }
}