/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         TJWeb
 Author URI:     https://www.tjweb.eu
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Root Styles */
:root {
    font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
    line-height: 1.5em;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
}

/*-------------------------*/
/*- Contact form 7 Styles -*/
/*-------------------------*/
.wpcf7 .wpcf7-form-control-wrap input:not([type="checkbox"]), textarea {
    width: 100%;
}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="url"],.wpcf7 input[type="password"],.wpcf7 input[type="search"],.wpcf7 input[type="number"],.wpcf7 input[type="tel"],.wpcf7 input[type="range"],.wpcf7 input[type="date"],.wpcf7 input[type="month"],.wpcf7 input[type="week"],.wpcf7 input[type="time"],.wpcf7 input[type="datetime"],.wpcf7 input[type="datetime-local"],.wpcf7 input[type="color"],.wpcf7 select,.wpcf7 textarea,.wpcf7 input[type="checkbox"] {
    background: #ddd!important;
}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="url"],.wpcf7 input[type="password"],.wpcf7 input[type="search"],.wpcf7 input[type="number"],.wpcf7 input[type="tel"],.wpcf7 input[type="range"],.wpcf7 input[type="date"],.wpcf7 input[type="month"],.wpcf7 input[type="week"],.wpcf7 input[type="time"],.wpcf7 input[type="datetime"],.wpcf7 input[type="datetime-local"],.wpcf7 input[type="color"],.wpcf7 select,.wpcf7 textarea {
    padding: 20px;
    border: 0px solid #f8f8f8;
    background-color: #f8f8f8;
    font-size: 1rem;
    line-height: 1.2em;
    transition: .3s;
    border-radius: 0px;
    margin-bottom: 20px;
}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="url"],.wpcf7 input[type="password"],.wpcf7 input[type="search"],.wpcf7 input[type="number"],.wpcf7 input[type="tel"],.wpcf7 input[type="range"],.wpcf7 input[type="date"],.wpcf7 input[type="month"],.wpcf7 input[type="week"],.wpcf7 input[type="time"],.wpcf7 input[type="datetime"],.wpcf7 input[type="datetime-local"],.wpcf7 input[type="color"],.wpcf7 select,.wpcf7 textarea {
    color: #3c3c3b;
}

/*Contact form 7 Submit Button*/
.wpcf7 input[type=submit]{
    padding: 10px 20px;
    /*Submit Farbe*/
    background:#555;
    color:#fff;
    font-size:1rem;
    border:none;
    font-weight:500;
    transition-duration:0.5s;
    letter-spacing:2px;
}

.wpcf7 input[type=submit]:hover{
    /*Submit Hover Farbe*/
    background:#a5a5a5;
	transition-duration:0.5s;
}

@media only screen and (min-width: 1100px) { 
    .wps-form-row {
        flex-direction: row;
        display:flex;
    }

    .wps-form-column-left {
        padding-right: 10px;
        flex: 1;
        width: 100%;
    }

    .wps-form-column-right {
        padding-left: 10px;
        flex: 1;
        width: 100%;
    }

    .wps-form-column-center {
        padding: 0px 10px;
        flex: 1;
        width: 100%;
    }
}

.ds-box {
	font-size:15px;
	line-height:1.4em;
}

.wpcf7 p {
	padding:0px;
    margin:0px;
}
/*-------------------------*/
/*------ Styles Ende ------*/
/*-------------------------*/

/* Box-Inhalt per Flexbox vertikal zentrieren */
.vertical-align {
    display:flex;
    flex-direction: column;
    justify-content: center;}

/* Dropdown Menü Breite */
.nav li ul {
    width: max-content !important;
    display:flex;
    flex-direction:column;
}
 
.nav li li ul {
    left: max-content !important;
}

.et-menu li li a {
    width: max-content;
}

/* Eigener Breakpoint 1 */
@media (max-width: 1024px) {
    #et_mobile_nav_menu {display: block;}
    #top-menu {display: none;}
}

/* DIVI Row Grid Layout */
.grid-row {
  display:grid !important;
  grid-template-columns:1fr;
  grid-auto-rows:1fr;
  gap: 0.5rem;
}

@media screen and (min-width: 1000px) {
  .grid-row {grid-template-columns:1fr 1fr 1fr;} 
}

.grid-row:after {display:none;}

.grid-column {
  width:unset !important;
  order:unset !important;
}

.grid-column:nth-child(odd) {background:#bd243e;}
.grid-column:nth-child(even) {background:#b38c91;}

/* DIVI gallery aspect ratio */
.gallery-ratio-1-1 .et_pb_gallery_image {
  padding-top: 100%;
  display: block;
}
.gallery-ratio-1-1 .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/*Divi-Bild-Seitenverhältniss*/
.ratio-1-1 .et_pb_image_wrap {padding-top: 100%;}
.ratio-16-9 .et_pb_image_wrap {padding-top: 56.25%;}
.ratio-4-3 .et_pb_image_wrap {padding-top: 75%;}
.ratio-2-1 .et_pb_image_wrap {padding-top: 50%;}
.ratio-1-2 .et_pb_image_wrap {padding-top: 200%;}

.custom-ratio .et_pb_image_wrap{display:block;}
    
.custom-ratio .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

/* DIVI Blurb Aspect Ratio */
.et_pb_blurb.aspect-ratio-16-9 .et_pb_main_blurb_image,
.et_pb_blurb.aspect-ratio-4-3 .et_pb_main_blurb_image,
.et_pb_blurb.aspect-ratio-1-1 .et_pb_main_blurb_image {
    position: relative;
    display: block;
}
 
.et_pb_blurb.aspect-ratio-16-9 .et_pb_image_wrap {padding-top: 56.26%;}
.et_pb_blurb.aspect-ratio-4-3 .et_pb_image_wrap {padding-top: 75%;}
.et_pb_blurb.aspect-ratio-1-1 .et_pb_image_wrap {padding-top: 100%;}
 
.et_pb_blurb.aspect-ratio-16-9 .et_pb_image_wrap img,
.et_pb_blurb.aspect-ratio-4-3 .et_pb_image_wrap img,
.et_pb_blurb.aspect-ratio-1-1 .et_pb_image_wrap img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

/*Mobile Column order DIVI*/
@media all and (max-width: 980px) {

  /*** wrap row in a flex box ***/
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }

  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }

  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }

  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }
}

/* Google Maps 2-Click-Lösung */
.map-container {
  position: relative;
  width: 100%;
  max-width: 100%; /* Adjust as needed */
  height: 500px; /* Adjust as needed */
  display: grid;
  grid-template: 1fr / 1fr;
  place-items: stretch flex-end;
  gap: 0.25rem;
  border: none;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  color: #333;
  container-type: inline-size;
}
.map-container .map-content-wrap {
  width: 100%;
  background-color: #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.map-container .map-content-wrap p {
  width: 95%;
  max-width:50ch;
  line-height: 1.4em;
  margin: 0;
}
.map-container button {
  padding: 0.75em 1.25em;
  font-size: 1rem;
  cursor: pointer;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  display: block;
}
.map-container .unload-maps-btn {
  font-size: 0.8em;
  font-weight: 500;
  padding: 0.5em 0.75em;
  background: #eee;
  color: #222;
  border-radius: 0;
}

@container (min-width:45rem) {
  .map-container .unload-maps-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    transform: translatey(calc(100% + 0.15rem));
  }
}

.map-container iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* LGF - Font Import */
/* oswald-200 - 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: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/oswald/oswald-v57-latin-200.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/oswald/oswald-v57-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/oswald/oswald-v57-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-200.woff') format('woff'), /* Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/oswald/oswald-v57-latin-200.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* oswald-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: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/oswald/oswald-v57-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/oswald/oswald-v57-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/oswald/oswald-v57-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-300.woff') format('woff'), /* Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/oswald/oswald-v57-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* oswald-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: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/oswald/oswald-v57-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/oswald/oswald-v57-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/oswald/oswald-v57-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/oswald/oswald-v57-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* oswald-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: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/oswald/oswald-v57-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/oswald/oswald-v57-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/oswald/oswald-v57-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-500.woff') format('woff'), /* Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/oswald/oswald-v57-latin-500.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* oswald-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: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/oswald/oswald-v57-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/oswald/oswald-v57-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/oswald/oswald-v57-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-600.woff') format('woff'), /* Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/oswald/oswald-v57-latin-600.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* oswald-700 - 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: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/oswald/oswald-v57-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/oswald/oswald-v57-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/oswald/oswald-v57-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/oswald/oswald-v57-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/oswald/oswald-v57-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}


/* LGF - Font Import */
/* poppins-100 - 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';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/poppins/poppins-v24-latin-100.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-100.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-100italic - 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';
    font-style: italic;
    font-weight: 100;
    src: url('fonts/poppins/poppins-v24-latin-100italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-100italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-100italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-200 - 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';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/poppins/poppins-v24-latin-200.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-200.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-200italic - 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';
    font-style: italic;
    font-weight: 200;
    src: url('fonts/poppins/poppins-v24-latin-200italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-200italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-200italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* 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';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/poppins/poppins-v24-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-300.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-300italic - 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';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/poppins/poppins-v24-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-300italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-300italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* 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';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/poppins/poppins-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-italic - 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';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/poppins/poppins-v24-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* 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';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/poppins/poppins-v24-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-500.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-500italic - 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';
    font-style: italic;
    font-weight: 500;
    src: url('fonts/poppins/poppins-v24-latin-500italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-500italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-500italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* 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';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/poppins/poppins-v24-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-600.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-600italic - 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';
    font-style: italic;
    font-weight: 600;
    src: url('fonts/poppins/poppins-v24-latin-600italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-600italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-600italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-700 - 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';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/poppins/poppins-v24-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-700italic - 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';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/poppins/poppins-v24-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-700italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-700italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-800 - 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';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/poppins/poppins-v24-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-800.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-800italic - 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';
    font-style: italic;
    font-weight: 800;
    src: url('fonts/poppins/poppins-v24-latin-800italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-800italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-800italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-900 - 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';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/poppins/poppins-v24-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-900.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* LGF - Font Import */
/* poppins-900italic - 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';
    font-style: italic;
    font-weight: 900;
    src: url('fonts/poppins/poppins-v24-latin-900italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins/poppins-v24-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins/poppins-v24-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-900italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins/poppins-v24-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins/poppins-v24-latin-900italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
