@charset "UTF-8";



@font-face {
	font-family: 'NeuzeitGro-Bla';
	src: url('/css/webfonts/2473CB_0_0.eot');
	src: url('/css/webfonts/2473CB_0_0.eot?#iefix') format('embedded-opentype'), url('/css/webfonts/2473CB_0_0.woff') format('woff'), url('/css/webfonts/2473CB_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'NeuzeitGro-Bol';
	src: url('/css/webfonts/2473CB_2_0.eot');
	src: url('/css/webfonts/2473CB_2_0.eot?#iefix') format('embedded-opentype'), url('/css/webfonts/2473CB_2_0.woff') format('woff'), url('/css/webfonts/2473CB_2_0.ttf') format('truetype');
}

@font-face {
	font-family: 'NeuzeitGro-Reg';
	src: url('/css/webfonts/2473CB_3_0.eot');
	src: url('/css/webfonts/2473CB_3_0.eot?#iefix') format('embedded-opentype'), url('/css/webfonts/2473CB_3_0.woff') format('woff'), url('/css/webfonts/2473CB_3_0.ttf') format('truetype');
}


body {
	font-size: 14pt;
	font-family: NeuzeitGro-Reg, Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
	letter-spacing: 0px;
	line-height: 1.4;
}

body,
.title a,
h1,
h2,
h3 {
	color: #222;
	text-decoration: none;
}

a {
	color: red;
	letter-spacing: 1px;
}

#main a:link,
#main a:visited {
	text-decoration: none;
	font-family: NeuzeitGro-Bol, Helvetica, Arial, sans-serif;
}

#main a:focus,
#main a:hover,
#main a:active {
	text-decoration: underline;
}

#header a:link,
#header a:visited {
	text-decoration: none;
}

#header a:focus,
#header a:hover,
#header a:active {
	text-decoration: underline;
}

#navi a:link,
#navi a:visited {
	text-decoration: none;
}

#navi a:focus,
#navi a:hover,
#navi a:active {
	text-decoration: underline;
}

ul {
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0;
}

li {
	margin-left: 10px;
}

.inputfield {
	padding: 4px 10px 5px;
	background: #fff;
	border: none;
	display: inline-block;
}


label {
	margin-right: 10px;
}

p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 12px;
	margin-bottom: 12px;
}

strong {
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	font-family: NeuzeitGro-Bol, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;

	vertical-align: top;
}

.images {
	margin: 0;
	padding: 0;
	line-height: 0;
	width: 100%;
}


.image-item {
	margin: 0;
	padding: 0;
}

.image-item img {
	width: 100%;
}

blockquote {
	margin-top: 20px;
	/*font-family:NeuzeitGro-Bol,Helvetica,Arial,sans-serif;*/
	font-size: 18pt;
}

.quote-author {}

#awards {
	text-align: center;
}

.laurel-wrapper {
	display: table;
	margin: 20px;
	margin: 0 auto;
}

.laurel-row {
	display: table-row;
}

.laurel-content {
	padding-left: 20px;
	padding-right: 20px;
}

.laurel-content,
.laurel-close,
.laurel-open {
	vertical-align: middle;
	display: table-cell;
	height: 100px;
}

.laurel-open,
.laurel-close {
	width: 50px;
	height: 75px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.laurel-wrapper blockquote {
	margin: 0;
}

.laurel-open {
	background-image: url("../resources/laurel-left.png");
}

.laurel-close {
	background-image: url("../resources/laurel-right.png");
}

hr {
	margin-top: 10px;
	height: 1px;
	background-color: #fff;
	color: #fff;
}

h1 {
	font-family: NeuzeitGro-Bol, Helvetica, Arial, sans-serif;
	font-size: 28pt;
	font-weight: normal;
	/*letter-spacing:1px;*/
	/*text-transform: uppercase;*/
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0;
	line-height: 1;
	opacity: 0.95;
}

h2 {
	font-family: NeuzeitGro-Bol, Helvetica, Arial, sans-serif;
	font-size: 28pt;
	font-weight: normal;
	/* letter-spacing:2px;*/
	padding-top: 52px;
	text-align: center;
	/*margin-top:100px;*/
	/*text-transform: uppercase;*/
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #333;
}

h2:first-child {
	/*  padding-top:30px;
    line-height: 1;
    margin-top:00px;*/
}

h2+h3,
h3:first-child {
	padding-top: 0px;
}

h3 {
	font-family: NeuzeitGro-Bol, Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	/*letter-spacing:1px;*/
	padding-top: 30px;
	margin-bottom: 10px;
	clear: both;
	/*text-transform: uppercase;*/
}

h4 {
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	/*letter-spacing:1px;*/
	/*text-transform: uppercase;*/
	font-family: NeuzeitGro-Bol, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

/****
LAYOUT
*****/

#logo {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.grid {
	display: grid;
	/* two cols */
	grid-template-columns: 1fr 1fr;
	gap: 48px;

}

/* mobile only one col */
@media (max-width: 800px) {
	.grid {
		grid-template-columns: 1fr;
	}
}

.col {
	float: left;
	width: 47%;
	margin-right: 6%;
}

.col img {
	width: 100%;
	height: auto;
}

.last {
	margin-right: 0%;
}

.logowrap {
	background-image: url("../resources/checker.jpg");
	margin-bottom: 30px;
	max-width: 100%;
}

.logowrap img {
	width: 100%;
}

section {
	clear: both;
}

#container {
	/*width: 100%;*/
	max-width: 1040px;
	margin: 0px auto;
	padding-bottom: 100px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.centered {
	text-align: center;
}

.embedded-video {
	background: black;
}

.embedded-video {
	position: relative;
	width: 100%;
	/* full width of parent */
	padding-bottom: 56.25%;
	/* 16:9 aspect ratio: 9/16 = 0.5625 */
	height: 0;
	/* height controlled by padding */
	overflow: hidden;
}

.embedded-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

details summary {
	cursor: pointer;
}

details[open] summary {
	display: none;
}