/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         UPA-Webdesign
 Author URI:     https://www.upa-webdesign.de
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@media all and (max-width: 980px) { .mobile-menu-center .et_pb_menu__wrap { justify-content: center!important; } }
@media all and (min-width: 768px) and (max-width: 980px) { .mobile-menu-center .et_pb_menu__wrap { justify-content: center!important; } }
@media all and (max-width: 767px) { .mobile-menu-center .et_pb_menu__wrap { justify-content: center!important; } }
@media all and (max-width: 479px) { .mobile-menu-center .et_pb_menu__wrap { justify-content: center!important; } }

.et_pb_gallery_image img {
	width: 100%;
}


/* Root Styles */
:root {
    font-size: calc(.8rem + .2vw);
    line-height: 1.5em;
}

html, body, .et-main-area {
    max-width: 100%;
    overflow-x: hidden;
}

body {
	overflow: hidden
}

* {
    margin: 0;
    padding: 0;
}

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

/* :not wird nur bei DIVI benötigt */
ul:not(.sub-menu) {
	padding-top:0 !important;
	padding-bottom:0 !important;
}

/*-------------------------*/
/*- 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;}
}

.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;
}

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

/* Hides Burger Menu Icon and Replaces it with Links again */
.hide-mobile-menu.et_pb_menu .et_pb_menu__menu, .hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex !important;
}

.hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}

.hide-mobile-menu .et_pb_menu__wrap {
    justify-content: flex-start !important;
}

/* Phone Query */
@media all and (max-width: 767px) {
    .hide-mobile-menu .et_pb_menu__wrap {
        justify-content: center !important;
    }
}
@media all and (max-width: 479px) {
    .hide-mobile-menu .et_pb_menu__wrap {
        justify-content: center !important;
    }
}
/* END OF Burger-Menu */

/* Image Aspect ratio */
.ratio-16-9 img {
    aspect-ratio: 16/9;
    object-fit: cover;
	width:100%;
}

.ratio-4-3 img {
    aspect-ratio: 4/3;
    object-fit: cover;
	width:100%;
}

.ratio-1-1 img {
    aspect-ratio: 1/1;
    object-fit: cover;
	width:100%;
}

.ratio-2-1 img {
    aspect-ratio: 2/1;
    object-fit: cover;
	width:100%;
}

.ratio-3-4 img {
    aspect-ratio: 3/4;
    object-fit: cover;
	width:100%;
}

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

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

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

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

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