@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
  overscroll-behavior: none;
  overflow-x: hidden;
}

body{
  font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
}

b{
  font-weight: 600;
}
 
p{
  color: #303030;
  font-weight: 300;
  margin: unset;
}

.uk-button-primary{
  background-color: rgb(231, 47, 41);
}

.uk-button-primary:hover{
  background-color: rgba(231, 47, 41, 0.9);
}

.c-text-semibold{
  font-weight: 600;
}

.c-logo{
  width: 60%;
  margin-left: -40%;
}

.c-search-icon{
  color: rgb(231, 47, 41) !important;
}

.c-red{
  color: rgb(231, 47, 41);
}

.c-colum-special{
  font-weight: 300;
  margin-left: 65px;
  margin-right: -65px;
  padding-right: 65px;
  line-height: 30px;
}

.c-colum-special::before{
  position: absolute;
  content: "";
  height: 1px;
  width: 45px;
  border-bottom: 1px solid rgb(231, 47, 41);
  margin-left: -65px;
  margin-top: 8px;
}

.c-menu{
  position: fixed;
  z-index: 999999;
  background: #FFF;
  width: 100%;
  border-bottom: 1px solid #f8f8f8;
  box-shadow: 7px -12px 10px 6px black;
}

@media only screen and (min-width: 1200px) {

  .c-banner-headline{
    font-weight: 600;
    font-size: 49px;
    position: relative;
    z-index: 10;
    text-shadow: 1px 2px #000;
  }

}

@media only screen and (max-width: 1200px) {

  .c-colum-special{
    margin-left: 45px;
    margin-right: -45px;
    padding-right: 45px;
  }

  .c-colum-special::before{
    width: 30px;
    border-bottom: 1px solid rgb(231, 47, 41);
    margin-left: -45px;
  }

  ul{
    margin: unset;
  }

}

.hidden-up-to-s {
    display: none;
}
@media (min-width: 1200px) { /* @breakpoint-small */
    .hidden-up-to-s {
        display: block;
    }
}

.c-responsive-menu{
  list-style-type: none;
}

.c-responsive-menu>li{
  margin: 10px 0;
}

.c-banner-subtext{
  color: #FFF;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: -20px;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  margin-top: 20px;
}

.c-banner-container{
  width: fit-content;
}

.c-banner-main{
  margin-top: 80px;
}

.c-banner-line{
  width: calc(100% - 1px);
  height: 5px;
  background: #e72f29;
  position: relative;
  z-index: 1;
  margin-top: -25px;
}

.c-section-title{
  font-size: 44px;
  font-weight: 500;
}

.c-text-light{
  font-weight: 300;
}

.c-top-radius{
  border-radius: 5px 5px 0px 0px;
}

.c-large-margin-top{
  margin-top: 40px;
}

.cookie-consent{
  position: fixed;
  width: calc(100% - 40px);
  bottom: 0;
  border: 1px solid #CCC;
  padding-right: 50px;
  z-index: 99999;
}

.c-footer{
  width: 100%;
  background-color: rgb(242, 242, 242);
  padding: 20px 5px;
}

.c-footer p{
  font-size: 14px;
  color: rgb(89, 89, 89);
}

.c-footer a{
  font-size: 14px;
}

.c-footer span{
  display: block;
}

.uk-section{
  margin-top: 50px
}

.uk-input{
  margin-bottom: 12px;
}

.uk-textarea{
  margin-bottom: 12px;
}

.uk-select{
  margin-bottom: 12px;
}

submit{
  margin-top: 10px
}

@media only screen and (max-width: 600px) {
  .pca-badge {
    width: 20%;
  }
}