/* theme */

:root{
  --bg:#ffffff;
  --text:#333333;
  --red:#00C3FE;
  --gray-bg : #F8F8F8;
  --primary-color : #00C3FE;
  --secondary-color: #0F172A: 

}

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

/* poppins-300 - 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: 300;
  src: url('../../fonts/poppins-v24-latin/poppins-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* 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('../../fonts/poppins-v24-latin/poppins-v24-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('../../fonts/poppins-v24-latin/poppins-v24-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('../../fonts/poppins-v24-latin/poppins-v24-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


span.kt-btn-inner-text{
  font-family: 'Poppins custom';
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
}

html,body {
  margin:0;
  padding:0;
  overflow-x: hidden;
  font-family:'Poppins custom';
  font-size:16px;
  font-weight:300;
}
body{
  background: var(--bg);
}
.font-400{
  font-weight: 400;
}
.font-500{
  font-weight: 500;
}
.font-600{
  font-weight: 600;
}
.alignfull {
  max-width: 100vw;
}

.alignwide {
  max-width: 1420px;
  margin: 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: 18px;
  line-height: 28px;
  color: var(--text);
  margin:0px 0px 15px;
}

.kt-svg-icon-list-item-wrap {
  font-size: 18px;
  line-height: 28px;
}

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

h1 {
  font-size: 46px;
  line-height: 56px;
}

h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: var(--text);
}

h3 {
  font-size: 28px;
  line-height: 38px;
}
h4 {
  font-size: 22px;
  line-height: 32px;
}
h5 {
  font-size: 20px;
  line-height: 30px;
}
h1 a,h2 a,h3 a,h4 a,h5 a{
  color: var(--text);
  font-family: 'Poppins custom';
  transition: 0.4s all ease-in-out;
}

a {
  color: var(--red);
  font-weight:400;
  text-decoration: none;
  transition: 0.4s all ease-in-out;

}

u{
  text-decoration: none !important;
}

strong{
  font-weight: 600;
}
button {
  font-family: 'Poppins custom' !important;
}
.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;
  }

  /* THIS CSS FOR STRUCTURE WIDTH INCLUDING LAPTOP AND LARGE SCREEN  */

.alignfull>.kt-row-column-wrap{
  max-width: 1280px !important;
  margin: 0 auto !important;
}

@media only screen and (max-width: 1430px) and (min-width: 1200px) {
.alignfull>.kt-row-column-wrap{
  max-width: 1220px !important;
  margin: 0 auto !important;
}

}


/* LAPTOP AND LARGE SCREEN CSS ENDS  */

  @media only screen and (max-width:1430px){
h1 {
  font-size: 41px;
  line-height: 51px;
}

h2 {
  font-size: 31px;
  line-height: 41px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}
h4 {
  font-size: 22px;
  line-height: 34px;
}
h5 {
  font-size: 20px;
  line-height: 30px;
}
    p{
      font-size: 16px;
      margin:10px 0px;
    }

    span.kt-btn-inner-text{
      font-size: 16px;
      line-height: 26px;
    }

  }

@media only screen and (max-width:1024px){
h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 26px;
  line-height: 36px;
}

h3 {
  font-size: 22px;
  line-height: 32px;
}
h4 {
  font-size: 21px;
  line-height: 31px;
}
h5 {
  font-size: 20px;
  line-height: 30px;
}
    p{
      font-size: 16px;
      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;
  }
}


.welche-rolle-button span{
font-size: 14px;
}




/* theme end */