@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

* { box-sizing:border-box; margin:0; padding:0; }

body { font-family:'Open Sans Pro', sans-serif; background-color:rgba(0,0,20,1); }

main { position:relative; max-width:1170px; margin: 0 auto; }

.bild { position:absolute; z-index:2; }
.bild img { width:100%; height:auto; }

.text { position:absolute;
		z-index:5;
		color: #DFDFDF;
		font-size:2em;
		padding:1em;
		}

.text { display:block; width:50%; text-align:left; font-family:'Open Sans Pro', sans-serif; }
.text li { list-style-type:none; line-height:1.5em; background-color:rgba(0,0,20,0.8); padding:0.3em 0.3em 0.3em 0.8em; margin:0.8em 0;}

.text a, .text a:visited { text-decoration:none; color:#bd921e;; }
.text a:hover, .text a:focus { color:#960;}
.text a:active { color:#999; }


.kontakt a, .kontakt a:visited { text-decoration:none; color:#000014; font-size:0.7em; }
.kontakt a:hover, .kontakt a:focus { color:#960;}
.kontakt a:active { color:#999; }

.kontakt { margin:3.5em 0 0 0; }

@media screen and (max-width:740px) {
	
	.text { font-size:1.6em; min-width:220px; }
}

@media screen and (max-width:480px) {
	
	.text { font-size:1.1em; min-width:195px; }
	.kontakt a, .kontakt a:visited { font-size:0.9em; }

}