* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
  -moz-box-sizing: border-box;
	box-sizing: border-box;
  line-height: 1.4;
  font-size: 1em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset fuer aeltere Browser */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Padding nicht mehr zur Breite hinzurechnen */
div, input, textarea {
	box-sizing: border-box;
}

/* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	line-height: 1;
}

*, *:before, *:after {
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

/* Text/Inhalt des divs in vertikaler Mitte */
.abs-middle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Rahmen fuer fieldset und img Elemente loeschen */
fieldset, img {
	border: 0 solid;
}

/* Input-Text */
input, button,  select {
	vertical-align: middle;
}

/* Korrektur: Das Zuruecksetzen der Abstaende verursacht zu kleine Selectboxen */
option {
	padding-left: 0.4em;
}

/* Vermeidung der Zeilenhoehe-Aenderung bei Hoch-, Tiefstellung */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
	font-size: 80%;
}

/* verhindert Luecken bei Bildern innerhalb Tabellen */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

td img, div img {
	vertical-align: bottom;
}

/* Bilder, Video an umgebenden Block anpassen */
img, video {
	max-width: 100%;
	height: auto;
	object-fit: scale-down;
}

* html body img {
	width: 100%;
}

/* nur Ausschnitt von Bildern zeigen */
.extract {
	clip: rect(0px, 130px, 130px, 0px);
}

/* Pixelinterpolation fuer IE */
img {
	-ms-interpolation-mode: bicubic;
}

/* Rahmen bei aktiven Links entfernen */
*:focus, a:active {
	outline: none;
}

/* Wort-Umbruch */
.break-word {
	word-wrap: break-word;
}

.nowrap {
  white-space: nowrap;
}

/* Text in Container kuerzen mit Auslassungszeichen ... */
.ellipse {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-mz-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* Silbentrennung */
.hyphen { 
  -webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
  hyphens: auto;
		hyphenate-limit-chars: auto 3;
		hyphenate-limit-lines: 4;
}

/* Tabelle */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
  vertical-align: top;
}

/* Cursor */
a[href],
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='image'],
select,
button,
.pointer {
	cursor: pointer;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Cursor style der increment/decrement Buttons bei Chrome Number-Inputs */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* Suchfelder Safari und Chrome */
input[type='search'] {
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Trennlinie */
hr {
	display: block;
	height: 1px;
	width: 100%;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	margin: 1em 0;
	padding: 0;
	 -moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Overflow-Methode zum Clearen der Float-Umgebungen innerhalb einer Box */
.floatbox {
	overflow: hidden;
}

/* inline-block Hacks */
.inline-block {
	display: -moz-inline-stack;	  /* FF2 */
	display: inline-block;
	vertical-align: top;
	zoom: 1;   /* IE */
	*display: inline;   /* IE */
}

/* Float-Umgebungen clearen */
.clear {
	clear: both;
}

.clear:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

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

body {
	font-family: SourceSansPro, Arial, sans-serif;
	font-size: 1.05rem;
	line-height: 1.6em;
}

.toplogo {
	width: 1250px;
	margin: 0 auto;
	height: 120px;
	padding-left: 0.6em;
	display: flex;
	align-items: center;
}

.navbar {
	width: 100%;
	height: 60px;
	background: #f3f3f3;
}

section {
	position: relative;
	padding: 2em 0;
	width: 100%;
}

section.blue {
	background-color: #e5ebf2;
}

.content {
	max-width: 1230px;
	margin: 1em auto;
	padding: 0 1em;
}

.table { 
	display: table;
	width: 100%;
	border-spacing: 0.5em;
}

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

.table-cell {
	display: table-cell;
	width: 50%;
}

.table-cell-footer {
	display: table-cell;
	width: auto;
	vertical-align: middle;
}

h2 {
	color: #003882;
	margin-bottom: 1em;
	font-size: 1.2rem;
	font-weight: 600;
}

p {
	margin-bottom: 0.5em;
}

a,
a:visited,
a:focus {
	font-family: inherit;
	font-size: inherit;
	color: #004080;
	text-decoration: none;
}

a:hover {
	color: red;
}

footer {
	width: 100%;
	margin: 2em 0;
}

.footerdiv {
	width: 1006px;
	margin: 0 auto;
}

.footernav {
	width: 100%;
	text-align: center;
	border-top: solid 1px #eee;
	padding-top: 1.5em;
	line-height: 1em;
}

.footernav li {
	display: inline-block;
}

.footernav a {
	padding: 0 0.3em;
}


@media only screen and (max-width: 600px) {
	
	.toplogo {
		width: 100%;
	}
	
	.content .table {
		width: auto;
		margin: 0 auto;
	}
	
	.table-cell,
	.table-cell-footer	{
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}
	
	.footerdiv {
		text-align: center;
		width: 100%;
	}
	
	.footerdiv a {
		display: block;
		padding: 0;
	}
}



/* --- */

.effect {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-perspective: 400;
  -moz-perspective: 400;
  -ms-perspective: 400;
  -o-perspective: 400;
  perspective: 400;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1em;
  backface-visibility: hidden;
}

.effect:before, .effect:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform-origin: center center 0 50%;
  -moz-transform-origin: center center 0 50%;
  -ms-transform-origin: center center 0 50%;
  -o-transform-origin: center center 0 50%;
  transform-origin: center center 0 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  content: attr(data-effect);
  backface-visibility: hidden;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.9);
}

.effect.box-fill-center {
  padding: 6px 10px;
	border-radius: 1em;
}

.effect.box-fill-center:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  top: 0;
  left: 50%;
  margin-left: 0%;
  bottom: 0;
  width: 0%;
  color: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.effect.box-fill-center:hover {
  color: rgba(255, 255, 255, 0.9);
}

.effect.box-fill-center:hover:after {
  margin-left: -50%;
  width: 100%;
	border-radius: 1em;
}

.button {
	width: 240px;
	height: 100px;
	background: #003eaa;
	border-radius: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.button:visited,
.button:focus {
	color: #fff;
}