	/* tenor-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: 'Tenor Sans';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/tenor-sans-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	}
	/* manrope-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: 'Manrope';
		font-style: normal;
		font-weight: 300;
		src: url('../fonts/manrope-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	}
	/* manrope-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: 'Manrope';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/manrope-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	}
	h1,h2,h3,h4,h5 {
		font-family: Tenor Sans;,Sans-serif;color:#012b6a;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	p {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		font-family:Manrope,Sans-serif;
		color:#012b6a;line-height: 27px;
		letter-spacing: 2px;
		word-spacing: 0em;
		hyphens: auto;
	}
	.navbar a{font-family:Tenor Sans;color:#012b6a;}
	.img-round {border-radius:50%;}
	.bg-tertiary {background-color: var(--bs-tertiary-bg); background-color: #eee;}

	hr.golla {
		border-top: #009fe3 8px solid;
		border-bottom: #a5c72a 8px solid;
		opacity: 1;
	}
	input.error, textarea.error {
		border-color: #f00;
	}
	#service, #jobs, #kontakt {
		padding-top: 64px !important;
	}
	.box-shadow {box-shadow: 5px 5px 10px 10px silver;}
	#maps {
		min-height: 400px;
	}
	#maps iframe {
		width: 100%;
	}