/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}


@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
html, body {
    height: 100%;
}
body  {
	min-height:100%;
	font-family: Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;

}
img {
	border: 0;
}

/* SCHRIFTEN und LINKS BASIS */

ul {
	list-style-type: none;
}
a,
a:link,
a:active  {
	text-decoration:underline;
	-webkit-transition: all .2s ease-in, color .2s ease-in;
	-moz-transition: all .2s ease-in, color .2s ease-in;
	-o-transition: all .2s ease-in, color .2s ease-in;
	-ms-transition: all .2s ease-in, color .2s ease-in;
	transition: all .2s ease-in, color .2s ease-in;
	outline: 0;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 60px;
	line-height:60px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	margin:0;
}
h3 {
	font-size: 40px;
	line-height:50px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
}
p {
	font-size: 18px;
	line-height: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	margin-bottom:30px;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* LAYOUT: HEADER */

header {
	position:relative;
}
a#logo,
a#corp-logo {
	position: relative;
	display: block;
	width: 250px;
	height:auto;
	border: 0;
	margin:30px;
}
a#corp-logo {
	position: absolute;
	display: block;
	width: 320px;
	height:auto;
	border: 0;
	top:0;
	right:0;
}
#logo img,
a#corp-logo img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


/* LAYOUT: CONTENT */

.wrapper {
	margin:0;
	min-height:100%;
	background-color:#eee;
	background: linear-gradient(to right, #ddd , #fff);
	margin-bottom:-104px;
}
section {
	position:relative;
	padding:20px;
	text-align:center;
}
section:first-of-type {
	padding-top:0px;
}
section a,
section a:link {
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	color: #004899;
	text-decoration: none;
}
article,
.center {
	overflow:auto;
	max-width:708px;
	margin:0 auto;
	position: relative;
}
article {
	border-top:solid 15px #98b1dd;
	background-color:#fff;
}
.title,
.longcopy {
	padding:30px;
	overflow:auto;
	text-align:center;
}
a.pdf {
	display:block;
	background-color:#eee;
	border:solid 1px #eee;
	width:33.3333%;
	margin:0 auto;
	margin-bottom:30px;
}
a.pdf img {
	display:block;
	width:100%;
	height:auto;
}
a.download,
a.download:link {
	display:inline-block;
	padding:15px 30px 15px 60px;
	color:#fff;
	background-color:#98b1dd;
	-webkit-border-radius: 24px; 
	-moz-border-radius: 24px; 
	border-radius: 24px;
	background: #98b1dd url('../img/download.svg') no-repeat 25px center;
	background-size:25px;
}
a.download:hover {
	background-color:#004899;
}
footer {
}
footer .column {
	float:left;
}
footer ul {
	padding:15px;
}
footer ul li {
	font-size:12px;
	line-height:18px;
}
footer ul li a {
	color:#000;
}
footer .column img{
    margin-top: 18px;
    height: 70px;
    margin-left: 20px;
    padding-right: 13px;
}


/* RESPONSIVE MOBILE */
@media only screen and (max-width:768px) {
	a.pdf {
		width:50%;
	}
	a#corp-logo {
		position: relative;
		top:auto;
		right:auto;
	}
}

@media only screen and (max-width:540px) {
	a#logo,
	a#corp-logo {
		width: auto;
	}
	a.pdf {
		width:100%;
	}
	.wrapper {
		min-height:auto;
		margin-bottom:0;
	}
	.column {
		float:none;
		width:100%;
	}
	footer {
		padding:20px;
	}
	footer ul {
		padding:0px;
	}
}