@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	vertical-align: baseline;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts */

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* Fonts */

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/lato-v22-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/lato-v22-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('/fonts/lato-v22-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-900italic.svg#Lato') format('svg'); /* Legacy iOS */
}



body, #content, article {
    max-width: 100%;
    font-family: Lato, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

#header {
    height: 120px;
    padding: 15px;
    position: relative;
}

#content {
    height: calc(100vh - 120px);
}

.home #content {
    background: url("img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

strong {
    font-weight: 900;
}

a {
    color: #000;
}

a:hover {
    color: #222;
}

a:visited {
    color: #000;
}

p {
    margin-bottom: 10px;
}

h1 {
    position: absolute;
    bottom: 15px;
    right:15px;
    font-weight: 400;
    font-size: 48px;
    text-align: right;
}
h1 a, h1 a:hover, h1 a:visited {
    color: #000;
    text-decoration: none;
}

h1 img {
	max-width: 320px;
}

h2 {
	float: right;
    font-size: 24px;
	display: inline-block;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 20px;
	background-color: #fff;
	max-width: 390px;
	hyphens: none;
}

h2 span {
	font-family:courier, courier new, serif;
}

.home h2 {
    padding: 10px;
	margin: 10px;
}

.footernav {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.footernav a {
    color: #000;
    text-decoration: none;
    line-height: 1.2;
}

.footernav a:hover {
    color: #444;
    text-decoration: underline;
}

#content {
    hyphens: auto;
	-webkit-hyphens:auto;
}

.kontakt #content {
    height: auto;
    max-width: 1000px;
    margin: 40px auto 0px auto;
    padding: 0 40px 40px 40px;
}

.spalte {
     width: 50%;
    float:left;
}

@media all and (max-width:760px) {
    .spalte {
        width:100%;
        float:none;
    } 
}
