/* I have created this css as a workaround as i don't have the oridinal sass build and files, it should be addded to sass as soon as possible */
/* This file will contain new updates and fetures that were added after release. */
.brand-logo-img{
    width:150px;
    height:34px;
}
.flow-text-xl{
  font-size:2.3rem !important;
}
.pixalate-date{
  position:relative;
  bottom:10px;
  font-size: 14px;
}
.first-page-text{
  font-size: 1.4rem !important;
}
/* Sorry dont have the sass builer, overwrite, kill this section when you have!! */
.no-margin-tb{
  margin-top:0px !important;
  margin-bottom:0px !important;
}
.image-size-overwrite{
  background-size: 60% !important;
}
/**/
.CookieAccept{
  position:fixed;
  width:100%;
  height:5vw;
  bottom:0px;
  z-index:1111;
  background:#fafafa;
  border-top: 0.15vw solid #b2b2b2;
  border-bottom: 0.15vw solid #ff9800;
  padding:0.7vw;
  padding-right:4vw;
  padding-left:1.5vw;
  font-size: 1vw;
}
.CookieAccept p{
  margin-left:20px;
}
#acceptCookieTemp{
  width:100%;
  float:left;
}
.acceptCookieInput{
  outline: none;
  float: right;
  border:none;
  margin:0.6vw;
  background-color:transparent;
}
.excIconPromo{
  width:1.5vw;
}

xl-logo-footer{
  width:70px;
  height:70px;
}
.textPromo{
  width:70%;
  margin-left:1vw;
}
.main_logo_cy{
  height:140px;
}
.mb-3{
  margin-bottom:15px !important;
}
.mb-6{
  margin-bottom:30px !important;
}
.mt-2{
  margin-top:10px;  
}
@media only screen and (max-width: 1024px)  {
  .CookieAccept{
    position:fixed;
    width:100%;
    height:14vw;
    bottom:0px;
    z-index:1111;
    background:#fafafa;
    border-top: 0.1vw solid #b2b2b2;
    border-bottom: 0.1vw solid #ff9800;
    padding:1.8vw;
    font-size: 1.7vw;
  }
  .CookieAccept p{
    margin-left:1vw;
  }
  #acceptCookieTemp{
    width:100%;
    float:left;
  }
  .acceptCookieInput{
    outline: none;
    float: left;
    border:none;
    margin:0.6vw;
    background-color:transparent;
  }
  .excIconPromo{
    display:none !important;
  }
  .textPromo{
    width:100%;
  }
}

@media only screen and (max-width: 600px)  {
  .CookieAccept{
    position:fixed;
    width:100%;
    height:45vw;
    bottom:0px;
    z-index:1111;
    background:#fafafa;
    border-top: 0.1vw solid #b2b2b2;
    border-bottom: 0.1vw solid #ff9800;
    padding:2.5vw;
    font-size: 4vw;
  }
  .CookieAccept p{
    margin-left:20px;
  }
  #acceptCookieTemp{
    width:100%;
    float:left;
  }
  .acceptCookieInput{
    outline: none;
    float:left;
    padding-left:4vw;
    border:none;
    margin:1vw;
    background-color:transparent;
    padding:1vw;
  }
  .excIconPromo{
    display:none !important;
  }
  .textPromo{
    width:100%;
  }
  .main_logo_cy{
    height:100px;
  }
  
}


