.tx-ns-instagram .nofeed{
  display:none;
}
body{
  font-family: 'PorscheNextWLa', sans-serif;
}
.logo {
  /* background-image: url("elements/pscce-logo.svg"); */
  background-image: url("elements/pscce-logo.svg");
  height: 100%;
  width: 230px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: calc(10% - 20px);
  display: block;
  float: left;
  height: 60%;
  top: 20%;
  position: relative;
  /* border-left: 1px solid; */
}
.logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.logo2 {
  /* background-image: url("elements/lechner-logo.svg"); */
  background-image: url("elements/lechner-logo-2025.svg");
  height: 100%;
  width: 230px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0;
  display: block;
  float: left;
  border-left: 1px solid;
  height: 60%;
  top: 20%;
  position: relative;
}

.logo2 a {
  width: 100%;
  height: 100%;
  display: block;
}

.logo3 {
  background-image: url("elements/pscce-logo-5years.svg");
  height: 100%;
  width: 83px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: calc(10% - 20px);
  display: block;
  float: left;
  height: 60%;
  top: 20%;
  position: relative;
  /* background-color: beige; */
  display:none;
}

.countdown {
  display:flex;
  background:#313639
}

.countdown > span {
  height: 80px;
  display: block;
  float: left;
  /* width: ; */
  width: 60px;
  color: #fff;
}
.countdown .sep {
    width: 33px;
    font-size: 32px;
    padding-top: 22px;

}
.countdown .text {
    font-size: 18px;
}
.countdown .number{
  font-size: 32px;
  font-weight: 600;

}

@media (max-width: 767px){

.logo {
  width: 104px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* margin-left: calc(5% - 5px); */
}

.logo2 {
  width: 100px;
}
.logo3 {
  width: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: calc(5% - 5px);
}
}
@media (min-width: 768px) and (max-width: 991px){
.logo {
  width: 178px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
 /* margin-left: calc(5% - 15px); */
}
.logo2 {
  width: 170px;
}
.logo3 {
  width: 62px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: calc(5% - 10px);
}

}
@media (min-width: 992px) and (max-width: 1199px) {
.logo {
  background-image: url("elements/pscce-logo.svg");
  width: 178px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* margin-left: calc(5% - 15px); */
}
.logo2 {
  width: 170px;
}
.logo3 {
  width: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: calc(5% - 15px);
}
}
