@font-face {
	font-display: swap;
	font-family: 'DIN';
	font-style: normal;
	font-weight: 700;
	src:	url('/wp-content/uploads/custom-fonts/DINBol/dinbol.woff') format('woff'),
			url('/wp-content/uploads/custom-fonts/DINBol/dinbol.ttf') format('truetype');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('/extern/fonts/roboto-v30-latin-regular.woff2') format('woff2'),
		 url('/extern/fonts/roboto-v30-latin-regular.ttf') format('truetype');
}


/* BASIC */

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	position: relative;
	min-height: 100%;
	scroll-behavior: smooth;
}

body {
    background-color: #fff;
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

a {
	color:#002c76;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #ffa12d;
}

header {
    max-width: 400px;
    margin: 3rem auto;
    padding: 0 10px;
}

header img {
	border: 0;
	max-width: 100%;
	height: auto;
}

main {
	text-align: center;
	margin-bottom: 5rem;
}

section {
	margin: 0 auto;
	max-width: 728px;
}

section p {
	margin-bottom: 3rem;
}

section a {
	padding: 1rem 2rem;
	background-color: #cda274;
	color: #fff !important;
	font-family: 'DIN', sans-serif;
	font-weight: bold;
	transition: all .3s ease;
}

section a:hover {
	background-color: #111e21;
}

h1 {
	font-family: 'DIN', sans-serif;
	font-weight: bold;
	color:#002c76;
}

footer {
	font-size: 14px;
	max-width: 728px;
	margin: 0 auto 3rem;
	text-align: center;
}

footer a {
	margin: 0 .5rem;
	transition: all .3s ease;
}