@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: #40c1ac;
  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;
}

#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: #baa566;
  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: #b0984f;
}

.newhomecard{
  position: fixed;
  top:  0;
  left:  0;
  width: 100%;
  height: 55px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.07)!important;
  background-color: #40c1ac;
  z-index:  1000000;

}

.newhome_widget {
  padding: 5px;
  margin-left:  auto;
  margin-right:  auto;

}


@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;
}


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

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

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

@media (max-width: 767px){
  .newHomeImgBig{
    display:  none;
  }
  .newHomeImgSmall{
    display:  block;
  }
}


@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;
  }
}

