@charset "utf-8";

html { 
	margin: 0px;
	height: 100%;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
}

img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   

a {
	zoom: 1;
	color: inherit;
}
	
a img {
	border-width: 0px;
}	

input, select, textarea { font-family: 'Roboto', sans-serif; font-size: 15px; letter-spacing: 0 }


body {	 
	position: relative;
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: white;
	height: 100%;
	background-color: black;
	background-image: url(../img/marge.jpg);
	background-size: cover;
	background-position: center top;
}	  

.startscreen {
	width: 100%;
	height: 100%;
}

.startscreen .main {
	position: absolute;
	right: 10%;
	bottom: 10%;
	text-align: right;
	font-family: 'Passion One',sans-serif;
	font-size: 34px;
	line-height: 36px;
	max-width: 450px;
}

.startscreen .main .text {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 20px;
}

.kondolenzbuch {
	width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.7);
}

.content {
	padding: 50px 20px;
	max-width: 900px;
	margin: auto;
}

.eintrag {
	margin-top: 30px;
	margin-bottom: 30px;
}

.eintrag .name {
	font-family: 'Passion One',sans-serif;
	font-size: 22px;
	line-height: 24px;
}

.eintrag .datum {
	font-style: italic;
	font-size: 12px;
}

.formular .field {
	box-sizing: border-box;
    border: 1px solid #A9AAAB;
    padding: 4px 3px;
    width: 513px;
    max-width: 100%;
}

.formular input.field {
    margin-bottom: 4px;
}

.formular textarea.field {
    min-height: 100px;
}

.formular .form-error {
	margin-bottom: 20px;
	font-weight: bold;
}

@media only screen and (max-width: 860px) {
	
	body {
		width: 100%;
		overflow-x: hidden;
	}
	
	.startscreen .main {
		right: 20px;
		bottom: 20px;
		text-align: right;
		font-family: 'Passion One',sans-serif;
		font-size: 24px;
		line-height: 26px;
		padding-left: 20px;
	}		
	
}
