/**
 * Theme Name:     TBG Reilingen 2026
 * Theme URI:      http://tbg-reilingen.de
 * Description:    Theme für den TBG Reilingen.
 * Author:         Florian Turobin
 * Author URI:     http://araxsystems.de
 * Version:        1.0
 */

body {
	background: white;
	width: 100%;
	height: auto;
	font-family: 'PT Sans', sans-serif;
	text-align: left;
	font-size: 13px;
	padding: 0px;
	margin: 0;
}

/* pt-sans-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: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-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: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/pt-sans-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-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: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-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: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/pt-sans-v18-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* protest-strike-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: 'Protest Strike';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/protest-strike-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Allgemeine Formatierung */
h1 {
	padding: 0;
	padding-bottom: 15px;
	font-size: 34px;
	font-weight: 400;
	color: #B80101;
	font-family: 'Protest Strike';
}
h1 a {
	padding: 0;
	font-family: 'Protest Strike';
	text-decoration: none;
	color: #B80101;
	outline: none;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	padding: 0;
	padding-bottom: 15px;
	font-family: 'PT Sans';
}
a {
	outline: none;
	text-decoration: none;
	color: #B80101;
}
a:hover {
	text-decoration: underline;
}
p {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
.clear {
	clear: both;
}
ul li {
	list-style-type: square;
	padding: 0;
}
ul {
	padding-left: 40px;
	padding-top: 0px;
	margin: 0;
}
img.alignnone {
	width: 100%;
	height: auto;
}
img.alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
img.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* Header */
#content {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 70px 0;
	background: white;
	box-sizing: border-box;
}
.left_blog_posts {
	float: left;
	width: 65%
}
.left_blog_posts .entry {
	margin-bottom: 25px;
}
.entry {
	font-weight: 400;
	color: #353535;
}
.category {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	color: #4a4a4a;
}
.category ul, .category ul li, .category ul li a {
	text-decoration: none;
	color: #4a4a4a;
	margin: 0;
	padding: 0;
	list-style: none;
}
.category ul li a:hover {
	color: #969696;
	text-decoration: none;
}
.date_author {
	font-size: 11px;
	color: #5e5e5e;
}
.weiterlesen a {
	color: #B80101;
	font-size: 11px;
}


#header {
	width: 100%;
	height: 130px;
	background: white;
}
#header_container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#title {
	background: url(img/schriftzug.png) no-repeat;
	background-size: 260px 96px;
	width: 260px;
	height: 80px;
	float: right;
	position: relative;
	top: 15px;
}
#wappen {
	background: url(img/tbg_logo.png) no-repeat;
	background-size: 86px 109px;
	width: 86px;
	height: 109px;
	margin-top: 8px;
	float: left;
}

/* Navigation */
#navigation {
	float: right;
}
#navigation .menu-hauptnavi-container ul {
	padding: 0;
	margin: 0;
}
#navigation .menu-hauptnavi-container ul li {
	list-style: none;
	display: inline;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}
#navigation .menu-hauptnavi-container ul li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: #545454;
}
#navigation .menu-hauptnavi-container ul li a:hover {
	color: #B80101;
}
#navigation .menu-hauptnavi-container ul li.current_page_item a, #navigation .menu-hauptnavi-container ul li.current_page_parent a, #navigation .menu-hauptnavi-container ul li.current_page_ancestor a, #navigation .menu-hauptnavi-container ul li.current-page-ancestor a{
	color: #B80101;
	font-weight: bold;
}

/* Topnavi */
#topnavi_container {
	width: 100%;
	max-width: 1000px;
	margin: 10px auto;
}
#topnavi {
	float: right;
}
#topnavi ul {
	padding: 0;
	margin: 0;
}
#topnavi ul li {
	list-style: none;
	display: inline;
	padding-left: 20px;
	text-align: right;
}
#topnavi ul li a {
	font-size: 16px;
	font-weight: 100;
	text-transform: none;
	text-decoration: none;
	color: white;
}
#topnavi ul li a:hover {
	color: #ccc;
}

#topnavi ul li.current_page_item a, #topnavi ul li.current_page_ancestor a {
	font-weight: bold;
}

/* Sidebar */
#right_sidebar {
	width: 25%;
	padding: 0 20px;
	float: right;
}
#right_sidebar h2 {
	padding-top: 30px;
	padding-bottom: 10px;
}

.sidebar_widget ul li.current_page_item a {
	font-weight: bold;
}

/* sidebar_ */
#sidebar_ {
	width: 200px;
	height: auto;
	background: #fff;
	box-shadow: 2px 0px 11px #404040;
	float: right;
	margin-right: 25px;
	overflow: hidden;
}
#sidebar_ ul {
	margin: 0;
	padding: 0;
	border-left: 6px solid #00baff;
}
#sidebar_ ul li {
	list-style: none;
	background: -webkit-linear-gradient(#fcfcfc 0%, #f3f3f3 100%);
	height:32px;
	margin: 0;
	padding: 10px 0 0 20px;
}
#sidebar_ ul li a {
	color: #4a4a4a;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 0 0 10px;
}
#sidebar_ ul li.active {
	list-style: none;
	background: #00baff;
	height: 32px;
	width: 168px;
	margin: 0;
	border-right: 6px solid #5ad2ff;
	padding: 10px 0 0 20px;
}
#sidebar_ ul li.current_page_item {
	list-style: none;
	background: #00baff;
	height: 32px;
	width: 168px;
	margin: 0;
	border-right: 6px solid #5ad2ff;
	padding: 10px 0 0 20px;
	color: white;
}
#sidebar_ ul li.current_page_item a {
	color: white;
}
#sidebar_ ul li.active a {
	color: white;
}
/* sidebar_ Submenu */
#sidebar_ ul.children {
	border: none;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #e8e8e8;
	padding-bottom: 14px;
	margin-left: -20px;
	margin-top: 10px;
}
#sidebar_ ul.children li {
	background: white;
	height: 12px;
	padding-bottom: 5px;
	border: none;
}
#sidebar_ ul.children li.active {
	background: white url(img/current_right.png) no-repeat left bottom;
	height: 12px;
}
#sidebar_ ul.children li a {
	font-size: 12px;
	color: #00baff;
	font-weight: 400;
	text-transform: none;
	padding-left: 12px;
	line-height: normal;
}
#sidebar_ ul.children li a:hover {
	text-decoration: underline;
}
.landing_news {
	width: 404px;
	padding: 10px;
	background: white;
	opacity: 0.87;
	font-size: 8pt;
	position: relative;
	top: 200px;
}

#footer_container {
	width: 100%;
	background: white;
	height: auto;
	border-top: 65px solid #B80101;
	font-size: 12px;
	line-height: 1.5;
}
#footer {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}
#footer ul {
	float: left;
}
#footer ul li:first-child {
	font-weight: bold;
}
#footer ul li:first-child a:hover {
	text-decoration: none;
}
#footer ul, #footer ul li, #footer ul li a {
	margin: 0;
	padding: 0;
	color: black;
	display: block;
	list-style: none;
	padding-left: 0;
}
#footer ul {
	margin-right: 30px;
}
.footer_block {
	float: left;
	margin-right: 30px;
}
.footer_block p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}


table {
	font-size: 13px;
}
table#vorstand tr td {
	padding-bottom: 10px;
}

.menu_responsive {
	width: 40px;
	height: 30px;
	display: none;
	float: right;
	margin-top: 35px;
	background: url('img/menu_responsive2.jpg');
}

.menu_responsive.close {
	background: url('img/close_responsive.png') center center;
}


/* Menü Icons */
#menu_icons {
	float: right;
}
.single_menu_icon {
	float: left;
	filter: grayscale(100%);
	background-repeat: no-repeat;
	background-position: center center;
}
.single_menu_icon.active {
	filter: grayscale(0);
}
#home_icon {
	background-size: 42.7px 41.3px;
	background-image: url('img/menu/home_red.png');
	width: 42.7px;
	height: 41.3px;
	position: relative;
	top: 42px;
	right: 357px;
}
#handball_icon {
	background-size: 53.55px 53.55px;
	background-image: url('img/menu/handball_red.png');
	width: 53.55px;
	height: 53.55px;
	position: relative;
	top: 35px;
	right: 325px;
}
#leichtathletik_icon {
	background-size: 61.8px 39px;
	background-image: url('img/menu/leichtathletik_red.png');
	width: 61.8px;
	height: 39px;
	position: relative;
	top: 47px;
	right: 265px;
}
#schneesport_icon {
	background-size: 70.7px 36.4px;
	background-image: url('img/menu/schneesport_red.png');
	width: 70.7px;
	height: 36.4px;
	position: relative;
	top: 49px;
	right: 209px;
}
#turnen_icon {
	background-size: 45.5px 48.3px;
	background-image: url('img/menu/turnen_red.png');
	width: 45.5px;
	height: 48.3px;
	position: relative;
	right: 166px;
	top: 40px;
}
#volleyball_icon {
	background-size: 53.55px 53.55px;
	background-image: url('img/menu/volleyball_red.png');
	width: 53.55px;
	height: 53.55px;
	position: relative;
	right: 126px;
	top: 35px;
}
#wandern_icon {
	background-size: 56.7px 39.2px;
	background-image: url('img/menu/wandern_red.png');
	width: 56.7px;
	height: 39.2px;
	position: relative;
	top: 49px;
	right: 80px;
}
#jugend_icon {
	background-size: 66.5px 37.1px;
	background-image: url('img/menu/jugend_red.png');
	width: 66.5px;
	height: 37.1px;
	position: relative;
	top: 46px;
	right: 55px;
}
#foerderverein_icon {
	background-size: 60.2px 50.4px;
	background-image: url('img/menu/foerderverein_red.png');
	width: 60.2px;
	height: 50.4px;
	position: relative;
	top: 40px;
	right: 22px;
}
#runny {
	background-image: url('img/menu/runny_menu.png');
	width: 98.7px;
	height: 114.1px;
	background-size: 98.7px 114.1px;
	background-repeat: no-repeat;
	float: right;
}


/* Veranstaltungsansicht */
li.tribe-events-nav-previous, li.tribe-events-nav-next {
	display: none !important;
}

/*
body.single-tribe_events .tribe-events-cal-links a.tribe-events-gcal {
    display: none !important;
}

body.single-tribe_events .tribe-events-cal-links a.tribe-events-ical {
    display: none !important;
}
*/

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.damen-1_ecs_calendar_category {
	background-color: green !important;
}
.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.damen-2_ecs_calendar_category {
	background-color: blue !important;
}
.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.damen-3_ecs_calendar_category {
	background-color: red !important;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.herren-1_ecs_calendar_category {
	background-color: gray !important;
}
.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.herren-2_ecs_calendar_category {
	background-color: pink !important;
}
.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.herren-3_ecs_calendar_category {
	background-color: aqua !important;
}



/* =========================================================
   Cookie Notice
   ========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Protest+Strike&display=swap");

/* =========================================================
   COOKIE NOTICE – FINAL FULL CSS
   ========================================================= */

#cookie-notice{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  z-index:100000;

  background:#000 !important;
  color:#fff !important;

  font-family:"Protest Strike", sans-serif;
  font-size:14px;
  line-height:1.45;

  border-top:none;
  box-shadow:none;
}

/* Only show border when visible */
#cookie-notice.cookie-notice-visible{
  border-top:2px solid #D10000;
  box-shadow:0 -10px 30px rgba(0,0,0,0.35);
}

/* =========================================================
   CONTAINER
   ========================================================= */

#cookie-notice .cookie-notice-container{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  padding:16px 18px;

  position:relative;

  display:flex;
  align-items:center;
  gap:20px;
}

/* TEXT LEFT */
#cookie-notice #cn-notice-text{
  flex:1 1 auto;
  min-width:0;
  color:#fff;
  font-family:"Protest Strike", sans-serif;
}

/* BUTTONS RIGHT (DESKTOP) */
#cookie-notice #cn-notice-buttons{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  margin-left:auto;
  white-space:nowrap;
}

/* =========================================================
   BUTTONS
   ========================================================= */

#cookie-notice .cn-button{
  appearance:none;
  border-radius:999px;
  padding:10px 16px;
  border:2px solid transparent;
  cursor:pointer;

  font-family:"Protest Strike", sans-serif;
  font-size:14px;
  text-transform:uppercase;
  line-height:1;

  transition:
    transform 120ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    opacity 160ms ease;
}

/* OK */
#cookie-notice #cn-accept-cookie{
  background:#D10000;
  color:#fff;
}
#cookie-notice #cn-accept-cookie:hover{
  transform:translateY(-1px);
}

/* Datenschutzerklärung */
#cookie-notice #cn-more-info{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,0.4);
}
#cookie-notice #cn-more-info:hover{
  border-color:#fff;
}

/* =========================================================
   CLOSE BUTTON (TOP RIGHT)
   ========================================================= */

#cookie-notice #cn-close-notice{
  position:absolute;
  right:12px;
  top:16px; /* MORE SPACE TO TOP */

  width:34px;
  height:34px;

  background:transparent;
  border:2px solid rgba(255,255,255,0.25);
  border-radius:50%;

  cursor:pointer;

  display:flex;
  align-items:center;
  justify-content:center;

  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 120ms ease;
}

#cookie-notice #cn-close-notice:hover{
  background:#D10000;
  border-color:#D10000;
  transform:translateY(-1px);
}

/* X ICON */
#cookie-notice #cn-close-notice::before,
#cookie-notice #cn-close-notice::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:14px;
  height:2px;
  background:#fff;
  border-radius:2px;
  transform-origin:center;
}

#cookie-notice #cn-close-notice::before{
  transform:translate(-50%,-50%) rotate(45deg);
}

#cookie-notice #cn-close-notice::after{
  transform:translate(-50%,-50%) rotate(-45deg);
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

#cookie-notice .cn-button:focus-visible,
#cookie-notice #cn-close-notice:focus-visible{
  outline:3px solid rgba(209,0,0,0.6);
  outline-offset:3px;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:720px){

  #cookie-notice .cookie-notice-container{
    flex-direction:column;
    align-items:center; /* CENTER EVERYTHING */
    text-align:center;
    gap:14px;
    padding-right:52px; /* space for close icon */
  }

  #cookie-notice #cn-notice-text{
    text-align:center;
  }

  /* Buttons CENTERED on mobile */
  #cookie-notice #cn-notice-buttons{
    margin-left:0;
    width:100%;
    flex-wrap:wrap;
    justify-content:center; /* CENTER BUTTONS */
    white-space:normal;
  }

  #cookie-notice #cn-close-notice{
    right:10px;
    top:16px;
  }
}

@media only screen and (max-width: 1000px) {

	.menu_responsive {
		display: block;
		position: absolute;
		top: 18px;
		right: 15px;
	}
	#menu_icons {
		display: none;
	}
	#navigation {
		display: none;
		margin: 0;
		/*margin-top: -57px !important;
*/	}

	.menu-hauptnavi-container {
		background: #eaeaea;
		z-index: 99999;
		position: relative;
		padding: 15px;
	}
	ul#menu-hauptnavi li {
		width: 100%;
		display: block !important;
		padding: 4px 25px !important;
	}
	#navigation .menu-hauptnavi-container ul li a {
		font-size: 16px;
	}
	#topnavi {
		float: left;
		padding: 0 20px;
	}
	#topnavi ul li {
		padding-left: 0;
		padding-right: 20px;
		line-height: 2;
	}
	#content {
		width: 100%;
		padding: 30px 0;
	}
	.left_blog_posts, .entry {
		width: 95%;
		padding: 10px 2.5%;
	}
	.left_blog_posts .entry {
		width: 100%;
		padding: 0;
	}
	#right_sidebar {
		width: 95%;
		float: left;
		padding: 10px 2.5%;
		margin-top: 25px;
	}
	#wappen {
		margin: 0 auto;
		display: block;
		float: none;
		padding-top: 10px;
	}
	#header_container {
		padding-top: 10px;
	}
	#navigation {
		float: none;
		margin-top: 0;
	}
	.entry:first-child {
		margin-top: 0;
	}
	.entry {
		margin-top: 25px;
	}
}

/* open-sans-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: 'PT Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-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: 'PT Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

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

/* open-sans-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: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-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: 'PT Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-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: 'PT Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-500italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-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: 'PT Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-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: 'PT Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-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: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-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: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-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: 'PT Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-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: 'PT Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
