/*
Theme Name: Fips-Theme
Theme URI: 
Author: Fabian Ewert
Author URI: 
Description: The new block theme for Sculptor Fabian Ewert
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fips-theme
Tags: 
*/


body, button, input, textarea{
	font-family: 'Roboto', Arial, sans-serif;
}

a:focus, button:focus {
	outline: none;
	/* Entfernt die Umrandung */
}

b, strong {
	font-weight: 500!important;
}





p{
	margin-bottom: 15px!important;
}

/* LOGO */
	
.wp-block-site-title {
	line-height:1;
}

@media (max-width: 600px){
/*.wp-block-site-title {
	font-size:15px !important;
	letter-spacing: 1.25px !important;
}
.wp-block-site-tagline{
	font-size:10px !important;
	letter-spacing: 3.25px !important;
}
 .english-tagline{
	font-size:10px !important;
	letter-spacing: 1.8px !important;
} 
.wp-block-site-logo {
  padding-left: 20px!important;
}*/
/*
.wp-block-site-logo img {
  width: 50px;
  height: 50px;
}*/
}

/* Language Switch Balken (falls aktiviert  --> Block Vorlagen*/

.language-switch-en, .language-switch-de {
    width: 70px;
    height: auto;
    font-size: 12px;
    padding-left: 27px;
    position: relative;
	
}
.language-switch-en a, .language-switch-de a{
    text-decoration: none;
	color:#6B3D0F;
}
.language-switch-en a:hover, .language-switch-de a:hover{
    text-decoration: none;
	color:#966B15;
}
.language-switch-en::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://fabianewert.com/pics/union-jack.svg);
    background-repeat: no-repeat;
    background-size: 20px 12px;
    background-position: 1px 3px;
    opacity: 0.7;
    pointer-events: none; /* optional, damit Klicks durchreichen */
    z-index: 0;
}
.language-switch-de::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://fabianewert.com/pics/germanflag.svg);
    background-repeat: no-repeat;
    background-size: 20px 12px;
    background-position: 1px 3px;
    opacity: 0.7;
    pointer-events: none; /* optional, damit Klicks durchreichen */
    z-index: 0;
}
.language-switch-en, .language-switch-de > * {
    position: relative;
    z-index: 1;
}





/* TOP-MENU -  Derzeit inaktv - Kann per "Meine Vorlagen" als Block eingefügt werden */  

.header-hamburger-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 16px 24px;
}
.hamburger {
	position: absolute;
	top: -90px;
	right: 50px;
	z-index: 1100;	/* Sehr hoch, damit immer anklickbar */
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 7px;
	background-color: #fff;
}
.hamburger span {
	display: block;
	width: 28px;
	height: 3px;
	background: #6b3d0f;
	border-radius: 2px;
	/*transition: all 0.5s cubic-bezier(.4,2,.6,1);*/
	transition: all ease .3s;
}

/* Hamburger zu X animieren */

.hamburger.active span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}
@media (max-width: 600px) {
	.hamburger {
		
		right: 10px;
	}
}
@media (max-width: 350px) {
	.hamburger {
		top: 0px;
		right: 10px;
		margin-bottom: 15px;
	}
}

/* Menü-Container */

nav.top-menu {
	position: relative;
	z-index: 1000;
	overflow: hidden;
	max-height: 0;	/* tatsächlich wichtig */
	opacity: 0;
	visibility: hidden;
	margin: 0;
	top: -20px;
	width: 85%;
	right: 10%;
	/*  padding: darf hier nicht sein, denn sonnst ruckelt das Menü beim Schließen */
}
nav.top-menu ul {
	list-style: none;
	margin: 0;
	padding: 24px 0 12px 20px;
}
nav.top-menu li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #966B15;
}
nav.top-menu li:last-child {
	width: calc(100% - 35px);
	margin-bottom: 35px;
}
nav.top-menu li a, nav.top-menu li a:visited {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 8px 16px;
}
nav.top-menu a:hover, .topmenu a:active {
	color: #966b15 !important;
}
.menu-icon {
	position: relative;
	padding-left: 35px !important;
}
.union-jack::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 18px;
	width: 20px;
	height: 12px;
	background-image: url(https://fabianewert.com/pics/union-jack.svg);
	background-size: 20px 12px;
	background-repeat: no-repeat;
	opacity: 0.7;
	pointer-events: none;
	z-index: 0;
}
.german-flag::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 18px;
	width: 20px;
	height: 12px;
	background-image: URL(https://fabianewert.com/pics/germanflag.svg);
	background-size: 20px 12px;
	background-repeat: no-repeat;
	opacity: 0.7;
	pointer-events: none;
	z-index: 0;
}
.email-flag::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 18px;
	width: 20px;
	height: 12px;
	background-image: URL(https://fabianewert.com/pics/emailflag.svg);
	background-size: 20px 12px;
	background-repeat: no-repeat;
	opacity: 0.5;
	pointer-events: none;
	z-index: 0;
}




/*-------------*/








/* Bild (svg) der E-Mail-Adresse (Text)*/

.email-pic {
	margin: 4px 0 30px 1px;
	width: 226px;
	max-width: 226px;
	height: auto;
}
/*Allgemeiner Button-Hover-Effekt*/
.wp-block-button a:hover {
  background-color: #668702; 
  color: #ffffff; 
}
/* styling für den E-Mail-Button ist wichtig, weil dieser per Shortcode eingebettet wird */
.fab-emailButton {
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
	text-align: center;
	color:#eee;
	background-color: #333;
	border-radius: 4px;
	width: 100px;
	height: 40px;
	line-height:2.5;
	margin-top: 30px;
	margin-bottom: 20px;
}

.fab-emailButton:hover {
	background-color: #668702;
	color:#fff;

	
}

/*back to top button*/

#scrollDiv {
	width: 40px;
	height: 40px;
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
	border-radius: 50%;
	border: 0px solid #966b15;
	box-shadow: 0 0 0 #ccc;
}
	
nav.fab-footermenu ul li{
	padding-right: 15px;
}	
nav.fab-footermenu ul li:last-child {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left:20px;
	border-left:1px solid #fff;
}
	
	
	
/* zeigt die FLEX-Galerie 
###################################################################################
####################################################################################
*/




.fab-gallery {
	display: flex;
	flex-wrap: wrap;
	/*sorgt dafür, dass die Bilder in die nächste Reihe umgebrochen werden, wenn der Platz nicht ausreicht.*/
	
}
.fab-gallery-pic {
	flex: 1 1 calc((100% - 48px)/5);
	/* 5 Bilder pro Zeile */
	max-width:calc((100% - 48px)/5)!important;
	box-sizing: border-box;
	
}

@media (max-width: 600px) {
	.fab-gallery-pic {
		flex: 1 1 calc((100% - 36px)/4);
		/* 3 Bilder pro Zeile */
		max-width:calc((100% - 36px)/4)!important;
		box-sizing: border-box;
	}
}
@media (max-width: 480px) {
	.fab-gallery-pic {
		flex: 1 1 calc((100% - 24px)/3);
		/* 3 Bilder pro Zeile */
		max-width:100%!important;
		box-sizing: border-box;
	}
}

.fab-gallery-pic img {
	width: 100%;
	/* Bild anpassen */
	height: auto;
	/* Höhe automatisch */
}

.fab-gallery-pic:hover  {
	filter: brightness(0.8);
	/* Overlay sichtbar bei Hover */
}




/* Gallery with only three images in  a row */

.fab-image-row {
	gap: 5px !important;
	margin-bottom: 40px!important;
	
}

.fab-image-row-pic {
  width: calc(33% - 5px)!important;
  aspect-ratio: 4 / 5;
  background-color: #e4e4e4;
  object-fit: cover!important;

}




/*remove caption from images -> I only want the caption to be displayed in the lightbox*/

.wp-element-caption {
	display: none!important;
}
/*das Bild soll nicht verschwommen sein, wenn eine Caption hinterlegt ist*/
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: transparent !important;
    content: none !important;
    height: 0 !important;
}


/* Lightbox */

#custom-lightbox {
	display: none;
	position: fixed;
	z-index: 999991;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
}

.lightbox-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px 12px;
	z-index: 999992;
	text-align: center;
	width: 90%;
	max-width: 70vh;
	height: auto;
	max-height: 94vh;
	overflow: hidden;
}

.lightbox-image {
	max-width: 100%;
	max-height: calc(94vh - 20px);
	/* 20px für den Padding-Wert */
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	z-index: 999993;
	border-radius: 0!important;
}

.close-lightbox {
	width: 23px;
	height: 24px;
	color: #444;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 28px;
	background-color: #eee;
	border: 0 solid #444;
	border-radius: 50%;
	padding: 0 0 0 1px;
	cursor: pointer;
	text-align: center;
	/* Horizontal zentrieren */
	line-height: 23px;
	/* Vertikal zentrieren */
	box-shadow: 0 0 10px #000;
	z-index: 999994;
}

.prev-image {
	position: relative;
	width: 21px;
	height: 24px;
	color: #333;
	float: left;
	margin-top: -40%;
	left: -12px;
	font-size: 32px;
	background-color: #eee;
	border: none;
	border-radius: 50%;
	box-shadow: 0 0 10px #000;
	padding: 0 3px 0 0;
	cursor: pointer;
	text-align: center;
	line-height: 19px;
	/* Vertikal zentrieren */
	border: 0 solid #ddd;
	z-index: 999995;
}

.next-image {
	position: relative;
	width: 21px;
	height: 24px;
	color: #333;
	float: right;
	margin-top: -40%;
	right: -12px;
	font-size: 32px;
	background-color: #eee;
	border: none;
	border-radius: 50%;
	padding: 0 0 0 3px;
	cursor: pointer;
	text-align: center;
	line-height: 19px;
	/* Vertikal zentrieren */
	border: 0 solid #ddd;
	z-index: 999995!important;
	box-shadow: 0 0 10px #000;
}

.prev-image:hover, .next-image:hover, .close-lightbox:hover  {
	background-color: #fff;
	box-shadow: 0 0 0px #000;
	color: #666;
}

.prev-image:active, .prev-image:focus, .next-image:active, .next-image:focus {
	background-color: #fff;
	color: #333;
}



.lightbox-caption {
	display: none;
	/* Bildunterschrift nicht anzeigen */
}

hr, hr.wp-block-separator{
	border: 0;
    height: 1px;
		background-color:#fff;
	border-bottom: 1px solid #966b15 !important;
	border-image: linear-gradient(to right, #fff, #966b15, #fff) 1;
	width:90%;

}

.fab-no-margin{
	margin-bottom: 0!important;
}

/* Instagram Icon */
.wp-image-638{
	padding-right:5px;
}








/*fonts*/
	/*fonts*/
		/* roboto-100 - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: normal;
			font-weight: 100;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100.svg#Roboto') format('svg');
			/* Legacy iOS */
		}
		/* roboto-100italic - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: italic;
			font-weight: 100;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100italic.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100italic.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-100italic.svg#Roboto') format('svg');
			/* Legacy iOS */
		}
		/* roboto-300 - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: normal;
			font-weight: 300;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300.svg#Roboto') format('svg');
			/* Legacy iOS */
		}
		/* roboto-300italic - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: italic;
			font-weight: 300;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300italic.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-300italic.svg#Roboto') format('svg');
			/* Legacy iOS */
		}
		/* roboto-regular - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: normal;
			font-weight: 400;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-regular.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-regular.svg#Roboto') format('svg');
			/* Legacy iOS */
		}
		/* roboto-italic - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: italic;
			font-weight: 400;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-italic.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-italic.svg#Roboto') format('svg');
			/* Legacy iOS */
		}
		/* roboto-500 - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: normal;
			font-weight: 500;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500.svg#Roboto') format('svg');
			/* Legacy iOS */
		}
		/* roboto-500italic - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: italic;
			font-weight: 500;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500italic.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500italic.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-500italic.svg#Roboto') format('svg');
			/* Legacy iOS */
		}
		/* roboto-700 - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: normal;
			font-weight: 700;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700.svg#Roboto') format('svg');
			/* Legacy iOS */
		}
		/* roboto-700italic - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: italic;
			font-weight: 700;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700italic.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-700italic.svg#Roboto') format('svg');
			/* Legacy iOS */
		}
		/* roboto-900 - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: normal;
			font-weight: 900;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900.svg#Roboto') format('svg');
			/* Legacy iOS */
		}
		/* roboto-900italic - latin */
		@font-face {
			font-family: 'Roboto';
			font-style: italic;
			font-weight: 900;
			src: url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900italic.eot');
			/* IE9 Compat Modes */
			src: local(''), url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900italic.woff') format('woff'), /* Modern Browsers */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://fabianewert.com/wp-content/themes/fips-theme/fonts/roboto/roboto-v30-latin-900italic.svg#Roboto') format('svg');
			/* Legacy iOS */
		}