/* theme */

:root{
  --bg:#ffffff;
  --text:#6B6867;
  --red:#fe5507;
  --heading-color:#35393B;
  --green: #276E00;

}

*, ::after, ::before {
  box-sizing: border-box;
}

::selection{
color :var(--bg);
background :var(--red);
}

html {
scroll-behavior: smooth;
}

/* Averta-Demo-PE - latin */
  /* @font-face {
    font-family: 'Poppins custom';
    font-style:italic;
    font-weight: 800;
    src: url('/wp-content/themes/Listandsell/fonts/Averta-Demo-PE-ExtraBold.woff2') format('woff2'),
    url('/wp-content/themes/Listandsell/fonts/Averta-Demo-PE-ExtraBold.ttf') format('truetype'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ 
  } */
/*

@font-face {
  font-family: "Poppins custom";
  font-style:normal;
  font-weight: 800;
  src:url("/berlin/wp-content/themes/Listandsell/fonts/poppins-v21-latin-regular.woff2")format("woff2");
  /* src: url("/wp-content/themes/Listandsell/fonts/Averta-Demo-PE-ExtraBold.eot");
  src: url("/wp-content/themes/Listandsell/fonts/Averta-Demo-PE-ExtraBold.eot?#iefix")format("embedded-opentype"),
  url("/wp-content/themes/Listandsell/fonts/Averta-Demo-PE-ExtraBold.woff2")format("woff2"),
  url("/wp-content/themes/Listandsell/fonts/Averta-Demo-PE-ExtraBold.woff")format("woff"),
  url("/wp-content/themes/Listandsell/fonts/Averta-Demo-PE-ExtraBold.ttf")format("truetype"), */


/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins custom';
  font-style: normal;
  font-weight: 400;
  src: url('/berlin/wp-content/themes/Listandsell/fonts/poppins-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins custom';
  font-style: normal;
  font-weight: 500;
  src: url('/berlin/wp-content/themes/Listandsell/fonts/poppins-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins custom';
  font-style: normal;
  font-weight: 600;
  src: url('/berlin/wp-content/themes/Listandsell/fonts/poppins-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* mulish-regular - latin */
@font-face {

  font-family: 'HelveticaNeue custom';
  font-style: normal;
  font-weight: 400;
  src: url('/berlin/wp-content/themes/Listandsell/fonts/roboto-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-600 - latin */
@font-face {

  font-family: 'HelveticaNeue custom';
  font-style: normal;
  font-weight: 500;
  src: url('/berlin/wp-content/themes/Listandsell/fonts/roboto-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


span.kt-btn-inner-text{
  font-family: 'HelveticaNeue custom';
  font-size:20px;
  font-weight:500;
}
html,body {
  margin:0;
  padding:0;
  overflow-x: hidden;
  font-family:'HelveticaNeue custom';
  font-size:16px;
  font-weight:400;
}
body{
  background:var(--bg);
}
.font-400{
  font-weight: 400;
}
.alignfull {
  max-width: 100vw;
  
}

.averta *{
  font-family: 'Poppins custom' !important;
}

.alignwide {
  max-width: 1250px;
  margin:0 auto;
}
.kb-row-layout-wrap.wp-block-kadence-rowlayout>.kt-row-column-wrap {
  padding-left: 0px;
  padding-right: 0px;
}
#content>.kb-row-layout-wrap {
  padding: 0px 15px;
}
div#header .header-desk>.kb-row-layout-wrap {
  padding: 0px 15px;
}
.kt-inside-inner-col h2:not(:first-of-type) {
  padding-top: 20px;
}

span.inner-h {
  display: inline-block;
}
p{
  font-size: 17px;
  line-height: 27px;
  color: var(--text);
  margin: 15px 0px;
}

.kt-svg-icon-list-item-wrap {
  font-size: 1.15rem;
  line-height: 1.85rem ;
}

h1,h2,h3,h4,h5{
  font-family: 'Poppins custom';
  margin-bottom: 0px;
  margin-top: 0px;
  color: var(--heading-color);
  font-weight: 800;
}

h1 {
  font-size: 39px;  /* 86px in rem */
  line-height: 45px;    /* 96px in rem */
}

h2 {
  font-size: 2.25rem;   /* 36px in rem */
  line-height: 2.875rem;/* 46px in rem */
}

h3 {
  font-size: 1.5rem;    /* 24px in rem */
  line-height: 2.125rem;/* 34px in rem */
}

h4 {
  font-size: 1.6rem;    /* 26px in rem */
  line-height: 1.625rem;/* 26px in rem */
}

h5 {
  font-size: 1.3rem;    /* 20px in rem */
  line-height: 1.25rem; /* 20px in rem */
}

h1 a,h2 a,h3 a,h4 a,h5 a{
  color: var(--text);
  font-family: 'Poppins custom';
}


a {
  color: var(--red);
  text-decoration: none;
  cursor: pointer;
}
.font-600{
font-weight : 500;
}

u{
  text-decoration: none !important;
}
strong{
  font-weight: 500;
}
button {
  font-family: 'HelveticaNeue custom' !important;
  font-weight:500;
}
.mobile-hide{
  display:block;
}
.bg-none-l .kt-inside-inner-col {
  background-color: transparent !important;
}
.desk-hide{
  display: none;
  }
  #content>.kb-row-layout-wrap.n-pad {
    padding: unset;
  }


  @media only screen and (max-width:1400px){
    h1 {
      font-size: 2.2rem;
      line-height: 2.6rem;
    }
    h2 {
      font-size: 1.9rem;
      line-height: 2.3rem;
    }
    h3 {
      font-size: 1.5rem;
      line-height: 1.9rem;
    }
    p{
      margin:10px 0px;
    }
  }


@media only screen and (max-width:1024px){
  h1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  p{
    margin:10px 0px;
  }
}


@media only screen and (max-width:766px){
  h1 {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  h4,h5 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  p{
    font-size: 1rem;
    line-height: 1.6rem;
}
.kt-svg-icon-list-item-wrap{
  font-size: 1rem;
  line-height: 1.6rem !important;
}
.mobile-hide{
  display:none;
}
.desk-hide{
  display: block;
  }
}





/* theme end */