  /*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/

/*
base definitions
*/


:root {
	--pri-color: #007BA3;
	--inv-color: #ffffff;
	--border-color: #2C3D4A;
	--sec-color: #2C3D4A;
	--font-family-main: montserrat, sans-serif;
	--font-size-base: 15px;
}

body {
	font-family: var(--font-family-main);
	font-size: var(--font-size-base);
}
	

.site-header {
	border-top: 2px solid var(--border-color);
}



/* Titelanpassungen */

.main-title a {
    color: var(--pri-color) !important; 
	font-weight: 600;
	text-shadow: 
	   1px 1px 2px rgba(0,0,0,0.2);
	font-style: normal;
	font-variant: small-caps;
}

.main-title a:hover {
	color: var(--pri-color) !important; 
	text-decoration: none;
}

.site-description {
    color: var(--border-color); 
	font-weight: 500;
	font-style: italic;
	text-shadow: 
	   1px 1px 2px rgba(0,0,0,0.2);
}


/* Header kompakter */
.inside-header {
	padding: 10px 10px 10px 10px;
}	
	
/* Desktop */

@media (min-width: 768px) {
	
	.site-branding {
		margin-left: 30px !important;
	}

	.main-title {
		font-size: 28px !important;

		letter-spacing: 0.02em;
	}
	.site-description {
		line-height: 2.5em !important;
		text-align: center;
		font-size: 18px;
		
	}
}
 
/* Mobile */
@media (max-width: 767px) {
	.inside-header {
		padding: 10px 10px 10px 10px !important;
	}
	
	.site-branding-container .site-logo {
		margin-right: 0;
		margin-left: 0;
	}
	.separate-containers .site-main {
		margin: 0px;
	}
	.main-title {
		font-size: 17px;
		line-height: 1.4em;
		letter-spacing: 0.02em;

	}
	.site-description {
		font-size: 12px;
		letter-spacing: 0em;
		line-height: 2em;
	}
}



/*
* Content Container
*/ 

}

@media (max-width: 768px) {
    .site-content {
        padding-top: 0;
    }
    
    /* Falls du auch den Abstand vom Header selbst reduzieren willst */
    .site-header {
        margin-bottom: 0;
    }
	.menu-toggle {
		line-height: 0;
	}
}


/* Menüleiste */

.main-navigation {
	border-top: 2px solid #2C3D4A;
	border-bottom: 2px solid #2C3D4A;
}


.main-navigation .menu-bar-item > a {
  line-height: 40px;
}

.main-navigation .main-nav ul li a {
	line-height: 40px;
	font-size: 15px;
	font-weight: 500;
}


.mobile-bar-items {
    justify-content: flex-end !important;
}

.search-modal-toggle {
    order: 1;
}

.mobile-bar-items {
    display: flex;
    justify-content: space-between !important;
	line-height: 20px;
}

.menu-toggle {
    order: 2;
    margin-left: auto !important;
	line-height: 40px !important;
}

.search-modal-toggle {
    order: 1;
    margin-right: auto !important;
}

.menu-item {
	padding: 0px;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/11/be_hp_bkg_s-scaled.jpg'); 
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.2; /* Transparenz des Hintergrunds */
}

/* Dunkles Overlay darüber */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); /* Schwarz mit 50% Transparenz */
    z-index: -1;
}


/* Desktop - stärkere Transparenz */
@media (min-width: 768px) {
    .inside-article {
        background-color: rgba(255, 255, 255, 0.9) !important;
    }
	
.entry-content .alignwide {
  margin-left: 0 !important;
  width: 500px !important;
  max-width: 800px;
  margin-bottom: 1em;
}
}



.fp-read-on {
	background-color: var(--pri-color);
	color: #fff;
	padding: 3px 10px;
}

/* Mobile - weniger Transparenz für bessere Lesbarkeit */
@media (max-width: 767px) {
    .inside-article {
        background-color: rgba(255, 255, 255, 0.9) !important;
		padding: 20px 10px 20px 10px !important;
    }
	.has-text-align-right:has(.fp-read-on) {
		margin-top: 10px;
	}
}

/*
footer
*/

.site-info {
	background-color: #999;
	font-weight: 500;
	  font-size: 14px;
}

.inside-site-info {
   padding: 10px 20px !important;
}


.footer-bar-align-right .copyright-bar {

   margin-top: -10px;
}

.footer-bar {
	padding-top: 10px;

}

/*
* The Events Calendar
*/

.tribe-common {
	font-family: montserrat, sans-serif !important;
	font-size: 12px;
}

.tribe-events-view {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: rgba(255, 255, 255, 1) !important;

}

.tribe-events-single-event-title {
	color: var(--pri-color);
}

.tribe-events-schedule__date {
	font-size: 20px; 
	font-family: montserrat, sans-serif !important;
	font-weight: 500;
	color: var(--sec-color);
}

.tribe-events-schedule__separator {
	font-size: 20px; 
	font-family: montserrat, sans-serif !important;
	font-weight: 500;
	color: var(--sec-color);
}
	
.tribe-events-schedule__time {
	font-size: 20px; 
	font-family: montserrat, sans-serif !important;
	font-weight: 500;
	color: var(--sec-color);
}

.tribe-block__event-price {
	display: none;
}

.tribe-block__venue {
	font-family: montserrat, sans-serif !important;
	font-weight: 400;
	color: var(--sec-color);
	background-color: #eee;
	border: none;
}

.tribe-block__venue h3 {
	font-size: 16px !important; 
	font-weight: 500 !important;
}

.tribe-block__venue__address {
	font-size: 16px !important; 
}

/*
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
	display: none;
}
*/

.tribe-block__events-link {
	padding: 0px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 10px;
}

.tribe-events-calendar-list__event-row {
	background-color: #eee;
	display: block;
	padding: 10px !important;
	margin: 10px !important;
	border-radius: 2px;
	font-family: montserrat, sans-serif !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 10px;
	padding-bottom: 0px;
}

.tribe-common h3 {
	color: var(--pri-color);
	font-size: 24px !important;
}

.tribe-common  a {
	color: var(--pri-color) !important;
	font-size: 18px !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	font-size: 18px;
	color: var(--sec-color);
}

.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
	font-size: 24px;
	font-weight: 600;
	margin-top: 5px;
	color: var(--sec-color);
}


.tribe-common button {
	color: #fff;
	background-color: #999 !important;
	padding: 0px 10px;
	border-radius: 3px;
}	

.tribe-common button[disabled] {
	color: #aaa;

	background-color: rgba(255, 255, 255, 0) !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
	background-color: #eee;
	position: absolute; /* Nimmt es aus dem Fluss */
    z-index: 1000; /* Über anderen Elementen */
}

.tribe-events-pg-template {
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	margin: 15px 0px;
	padding: 20px;
}	
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__content {
  color: var(--sec-color);
  background-color: #eee;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
}
.tribe-events .tribe-events-c-view-selector__content {
	  color: var(--sec-color);
  background-color: #eee;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
	color: var(--sec-color);
}
.tribe-events .tribe-events-c-view-selector__list-item-icon {
	color: var(--sec-color);
}
.datepicker table tr td button.day {
	color:  var(--sec-color) !important;
	background-color: #eee !important;
	border-style: solid;
	border-color: #fff;
	border-width: 2px;
}

.tribe-block__event-website a {
  margin-top: 10px;
  font-weight: 500;
  font-family: montserrat, sans-serif !important;
  background-color: var(--pri-color) !important;
}

@media (max-width: 767px) {
    .tribe-events-view {
		margin-top: 0;
		margin-bottom: 0;
	}
	.tribe-events .tribe-events-l-container {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.tribe-events-calendar-list__event-row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.tribe-events .tribe-events-calendar-list__month-separator-text {
		margin-left: 10px;
	}
	.tribe-events .tribe-events-c-top-bar__datepicker-button {
		margin-left: 10px;
	}	
	.tribe-events .tribe-events-c-view-selector {
		margin-right: 10px;
	}
	.tribe-events .tribe-events-c-nav__next {
		margin-right: 10px;
	}
	.tribe-events-pg-template {
		margin: 0px;
	}
		
}

.bev-upcoming-events-head a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

@media (min-width: 768px) {
.bev-upcoming-events-head {
	display: inline-block; 
    margin: 0;
    color: var(--inv-color);
	padding: 2px 7px 2px 7px;
	background-color: var(--pri-color);
	border-radius: 2px;
	margin-bottom: 5px;
    margin-left: 5px;	
}

}

@media (max-width: 767px) {
.bev-upcoming-events-head {
	display: inline-block; 
    margin-top: 10px;
    color: var(--inv-color);
	padding: 2px 7px 2px 7px;
	background-color: var(--pri-color);
	border-radius: 2px;
	margin-bottom: 5px;
    margin-left: 5px;	
}
}
.event-container {
	display: flex;
	gap: 5px;
    align-items: flex-start;
}

/* Kalenderblatt-Styling */
.event-cal {
	flex-shrink: 0;
    display: inline-block;
    width: 45px;
    text-align: center;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-right: 10px;
    vertical-align: middle;
}

.event-cal-mon {
    display: block;
    background:  linear-gradient(rgba(200, 200, 200, 0.4), rgba(200, 200, 200, 0.4)),
        var(--pri-color); 
    color: white;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 0;
    letter-spacing: 0.5px;
	line-height: 0.9;
}
 
.event-cal-day {
    display: block;
    font-size: 20px;
    font-weight: 600;
    /* color: var(--sec-color) !important; */
	color: #666;
    padding: 6px 0;
    line-height: 0.9;
}

/* Desktop - Grid bleibt */
@media (min-width: 768px) {
	
	.bev-upcoming-events {
		color: var(--sec-color);
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 15px;
		list-style: none;
		margin: 5px 5px 20px 5px;
    }
	.bev-upcoming-events li:hover {
		transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.15);
	}
	
	.bev-upcoming-events li {
	    border-radius: 3px;
		display: inline;
		background-color: var(--inv-color);
        padding: 10px;
	    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
		font-size: 12px;
	}
	.bev-upcoming-events li a {
       display: inline;
	   font-size: 15px;
	   font-weight: 500;
	   line-height: 2em;
	   margin-left: 5px;
    }
	.bev-upcoming-events li a:hover {
		text-decoration: none;
		color: var(--pri-color);
	}


}

/* Mobile - Wischbar */
@media (max-width: 767px) {
    .bev-upcoming-events {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        gap: 10px;
        padding-top: 5px;
		padding-bottom: 10px;
		margin: 0;
        -webkit-overflow-scrolling: touch;
        width: 100%;
		list-style: none;
    }
    
    .bev-upcoming-events li  {
		background-color: #fff;
        flex: 0 0 85% !important;
        max-width: 85%;
        scroll-snap-align: start;
		padding: 10px;
    }
	
	.bev-upcoming-events li a {
       display: block;
	   font-size: 16px;
	   font-weight: 500;
	   line-height: 2em;
    }

}



/* 
#
# Keypoint Carousel 
#
*/

/*
.swiper {
    overflow: hidden;  /* Versteckt alles außerhalb des sichtbaren Bereichs */
}
*

/* Keypoints Carousel Container */
.keypoints-carousel-wrapper {
    padding: 5px 0;
	background-color: rgba(255, 255, 255, 0);
}

.keypoints-carousel {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 0px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.swiper-slide {
    height: 450px;  /* Oder deine gewünschte Höhe */

}


/* Keypoint Card Styling */
.keypoint-card {
    display: block;
    background: white;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    color: #333;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
	width: 100%;
    height: 100%;
    background-size: cover;      /* Bild füllt den Bereich */
    background-position: center; /* Zentriert beim Zuschneiden */
    background-repeat: no-repeat;
    position: relative;

}

/*
.keypoint-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}
*/

.keypoint-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.keypoint-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.keypoint-overlay {
    position: absolute;
    bottom: 45px;                    /* Nach unten */
    left: 80px;
	/* background-color: rgba(0, 148, 202, 0.85); */
	background-color: rgba(0, 123, 163, 0.85);
    padding: 20px;
	border-radius: 3px;

}


.keypoint-overlay:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
	transition: all 0.3s ease;  /* Weicher Übergang */
}


.keypoint-overlay h3 {
    margin: 0 0 8px 0;
    color: white;
}

.keypoint-overlay p {
    margin: 0;
    color: white;
}


.keypoint-card h3 {
    font-size: 24px;
    margin: 0 0 15px;
/*    color: #333; */
}

.keypoint-card p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/*
#
# Swiper Navigation Buttons 
#
*/
.keypoints-carousel .swiper-button-prev,
.keypoints-carousel .swiper-button-next {
    color: #007bff;
    background: rgba(255,255,255,0);
    width: 40px;
    height: 40px;
    border-radius: 0%;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.15); */
}

.keypoints-carousel .swiper-button-prev:after,
.keypoints-carousel .swiper-button-next:after {
    font-size: 40px;
}

/* Pagination Dots */
.keypoints-carousel .swiper-pagination-bullet {
	width: 30px !important;      /* Länge des Strichs */
    height: 3px !important;      /* Höhe des Strichs */
    border-radius: 2px !important;  /* Leicht abgerundete Ecken */
    background: #eee;
    opacity: 0.9;
}

/* Aktiven Strich */
.keypoints-carousel .swiper-pagination-bullet-active {
	background: #666;          
    opacity: 1;
}

.keypoint-card h3 {
        margin: 0 0 0.2em;
}

/* Mobile Anpassungen */
@media (max-width: 767px) {
    .keypoints-carousel-wrapper {
        padding: 5px 0;
    }
    
	.swiper-slide {
		height: 275px;  /* Oder deine gewünschte Höhe */
        width: 100%;
        flex-shrink: 0;  /* Verhindert Schrumpfen */
	}

    .keypoint-card {
        padding: 15px 10px;
    }
    
    .keypoint-icon {
        width: 60px;
        height: 60px;
    }
    
    .keypoint-card h3 {
        font-size: 14px;
    }
	
    .keypoint-card p {
		font-size: 10px;
    }
	
	.keypoint-overlay {
		position: absolute;
		padding: 15px;
		bottom: 60px;                
		left: 10px;
	}
}




/*
# recent posts-listing
/*

/* Recent Posts Section */
.recent-posts-section {
    padding: 40px 0;
    max-width: 1000px; 
    margin: 0 auto;
}

.section-title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 40px;
    color: var(--sec-color);
}

/* Grid Layout */
.recent-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 0 0px;
}

/* Post Card */
.post-card {
    background: white;
    border-radius: 1px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
	text-decoration: none;
}

.post-card-link {
    display: block;
    text-decoration: none;
}
.post-card-link:hover {
    text-decoration: none;
}


/* Thumbnail */
.post-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0f0f0;
	text-decoration: none;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-thumbnail img {
    transform: scale(1.05);
}

.post-thumbnail-placeholder {

	background-color: #ddd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
    min-height: 200px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
}


.placeholder-overlay {
	display: none;
}

/* Post Content */
.post-content {
    padding: 15px;
	text-decoration: none;
}

.post-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #666;
}

.post-date {
    display: flex;
    align-items: center;
}

.post-category {
/*    background: #007bff; */
	/* background: rgba(0, 148, 202, 0.85); */
	background: #007BA3;
    color: white;
    padding: 2px 8px;
    border-radius: 2px;
    font-weight: 500;
}

.post-title {
    font-size: 22px;
    margin: 0 0 15px;
    color: var(--pri-color);
    line-height: 1.4;
}

.post-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: var(--sec-color);
    margin-bottom: 15px;
}

.read-more {
    color: var(--sec-color);
    font-weight: 500;
    font-size: 14px;
}

/*
.post-card:hover .read-more {
    text-decoration: none;
}
*/


/* p nicht anzeigen */
.recent-posts-section > h2 {
    display: none !important;
}


/* Mobile Anpassungen */
@media (max-width: 767px) {
    .recent-posts-section {
		margin-top: 20px;
        padding: 0 0;
    }
    
    .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .recent-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .post-thumbnail {
        height: 180px;
    }
	
	.post-thumbnail-placeholder {
		display: none;
	}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .recent-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}




/*
Titelseite
*/

@media (min-width: 768px) {
	.custom-page-wrapper {
		background-color: rgba(255, 255, 255, 0.7);
		margin: 20px 0px;
		padding: 20px;
	}
 
}

@media (max-width: 767px) {
	.custom-page-wrapper {
		background-color: rgba(255, 255, 255, 0.9);
		margin: 0px;
		padding: 0px;
	}
 
}

  	

.custom-page-wrapper h1{
	display: none;
}

.inside-article h1{
	font-size: 24px;
	font-weight: 500;
	color: var(--pri-color);
}


.inside-article h2{
	font-size: 20px;
	font-weight: 500;
	color: var(--pri-color);
}

.inside-article h3{
	font-size: 18px;
	font-weight: 500;
	color: var(--pri-color);
	margin-top: 2em;
}


 
 
/*
 knowledge base
*/

.epkb-ml__module-search {
	background-color: rgba(255, 255, 255, 0.9) !important;
}
 
 
 .eckb-navigation-button {
	 display: none;
 }

@media (min-width: 768px) {
	
 #eckb-archive-page-container #eckb-archive-header {
  padding: 10px;
}

	#eckb-archive-page-container {
		padding-bottom: 20px !important;
	}

.eckb-category-archive-title-name {
	font-size: 24px !important;
	font-weight: 500 !important;
}
}

@media (max-width: 767px) {
	.eckb-kb-template {
		background-color: #fff;
	}	
}


#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-title-container .eckb-article-title {
  font-size: 30px !important; 
  color: var(--pri-color) !important;
}

#eckb-article-body h2 {
	font-size: 20px; 
}

/*
download manager
*/


.wp-block-embed {
		margin-bottom: 30px;
}



.w3eden .well {
  padding: 12px;
  box-shadow: none;
  border: 0;
  font-style: normal;
  background: #eee;
  border-radius: 3px;
  margin-bottom: 10px;
}

.well.c2a3 .btn {
  padding: 5px 15px !important;
  font-size: 11pt;
  background-color: var(--pri-color) !important;
}
/*
fonts
*/



/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('./fonts/montserrat-v31-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  src: url('./fonts/montserrat-v31-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('./fonts/montserrat-v31-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  src: url('./fonts/montserrat-v31-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/montserrat-v31-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/montserrat-v31-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('./fonts/montserrat-v31-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('./fonts/montserrat-v31-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('./fonts/montserrat-v31-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: url('./fonts/montserrat-v31-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: url('./fonts/montserrat-v31-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
