/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body, {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Media
-------------------------------------------------------------- */

@media screen and (max-width: 600px) {
	* {
		-webkit-touch-callout: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
	}
	:focus {
		outline: 0;
		border:none;
		color: rgba(0, 0, 0, 0);
	}

	div#header {
		top: 15% !important;
		margin: 0 0 10% 0 !important;
	}
	div#logo {
		top: 15% !important;
		margin: 20px 0 20px 0 !important;
	}
	
	div#header h1 {
		font-size: 50px !important;
		line-height: 1.5em !important;
	}
	div#header h2#top {
		font-size: 30px !important;
	}
	
	div#content {
		font-size: 105% !important;
		top: 15% !important;
	}
	
	div#balkenfb {
		font-size: 100% !important;
		margin: 30px 0 0 0 !important;
		top: 15% !important;
	}
	div#balkencopy {
		margin: 10px 0 0 0 !important;
		top: 15% !important;
	}
	div#wrapper {
		background-size: 150px 200px !important;
	}
	#rosen {
		top: 15% !important;
	}
	.social .link { 
		margin-left: 1px !important;
	}
	div#mask { 
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,0.5) 100%) !important;
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,0.5) 100%) !important;
	background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,0.5) 100%) !important;
	}
}


/* =Layout
-------------------------------------------------------------- 
Farben:
lila/pink:	#D9007E; rgba(186,0,122,1);
Türkis:		rgba(0,120,136,1);0,120,136,1
grau:		#727272;

*/

html {
	background: url(/images/NaumannVeldenWinter.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html, body{
	height: 100%;
}

body {
	font: 100%/1.4 "Open Sans", Arial, sans-serif;
	text-align: center;
	color: #727272;
}

p {	
	margin: 10px 0px;
}

h1 {
	position: relative;
	font-family: 'Mr De Haviland', Arial, cursive; 
	font-weight: 400;
	font-size: 70px; 
	color: rgba(0,120,136,1);
	margin: 0;
	text-shadow: 4px 4px 4px #ddd;
}

h2 {	
	position: relative;
	font-family: 'Mr De Haviland', cursive, OpenSans; 
	font-weight: 400;
	font-size: 30px; 
	color: rgba(0,120,136,1);
   	text-shadow: 4px 4px 4px #ddd;
}

h2#top {
	font-size: 40px; 
	top:0px;
	line-height:1.0;
	margin: 15px 0 0 0;
}

h2#bottom {
	/*color: #727272;*/
	line-height:0.5;
	margin: 0 0 15px 0;	
}

a:link,
a:visited {color: #727272;}
a:hover {color: rgba(0,120,136,1);}
a:link, a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}


div#mask { 
	height: 100%;
	min-height: 200px;
	position: fixed;
	overflow: hidden;
	width: 100%;
	z-index:-9;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.8) 35%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.8) 65%, rgba(255,255,255,0.5) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.8) 35%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.8) 65%, rgba(255,255,255,0.5) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.8) 35%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.8) 65%, rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

div#wrapper {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background: url('../images/lilie.png') no-repeat top;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: center 10px;
}

div#header {
	height:auto;
	position: relative;
    top: 20%;
	width:100%;
		
	background-color:rgba(255,255,255,0.7);
	
	border-bottom:solid thin rgba(0,120,136,0.8);
	border-top:solid thin rgba(0,120,136,0.8);
	
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px#888;
	box-shadow: 0 0 15px #888;
			
	-webkit-transform: skew(0, -5deg);
	-moz-transform: skew(0,-5deg);
	-ms-transform: skew(0, -5deg);
	-o-transform: skew(0, -5deg);
	transform: skew(0, -5deg);
}

div#content {
	height: auto;
    position: relative;
    top: 20%;
	width:100%;
	padding:0;    
	margin: 4% 0 4% 0;
}

div#balkenfb {
	height:auto;
	position: relative;
    top: 20%;
	width:100%;
	/*margin:40px 0 0 0;*/
	padding: 10px 0;
	font-size: 130%;
		
	background-color:rgba(255,255,255,0.7);
		
	border-bottom:solid thin rgba(0,120,136,0.8);
	border-top:solid thin rgba(0,120,136,0.8);
	
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px#888;
	box-shadow: 0 0 15px #888;
	
	-webkit-transform: skew(0, 5deg);
	-moz-transform: skew(0, 5deg);
	-ms-transform: skew(0, 5deg);
	-o-transform: skew(0, 5deg);
	transform: skew(0, 5deg);
}

div#balkencopy {
	position: relative;
    top: 20%;
	z-index:-1;
	height:auto;
	width:100%;
	margin:20px 0 0 0;
	padding: 10px 0;
	font-size: 60%;
	
	background-color:rgba(255,255,255,0.7);
	border-bottom:solid thin rgba(0,120,136,0.8);
	border-top:solid thin rgba(0,120,136,0.8);
	
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px#888;
	box-shadow: 0 0 15px #888;	
	
	-webkit-transform: skew(0, -3deg);
	-moz-transform: skew(0,-3deg);
	-ms-transform: skew(0, -3deg);
	-o-transform: skew(0, -3deg);
	transform: skew(0, -3deg);
}

@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.social {
	position: relative;
	width: 100%;
	top: 50%;
	text-align: center;
}

.social .link {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 30px;
	height: 30px;
	font-size: 20px;
	border-radius: 50%;
	border: 2px dashed rgba(0,120,136,1);
	background-clip: content-box;
	padding: 10px;
	transition: .5s;
	color: rgba(0,120,136,1);
	margin-left: 5px;
	margin-right: 0px;
	/*text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.2),
	0 1px 0 rgba(255, 255, 255, 0.2);*/

}

.social .link span {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social .link:hover {
	color: white;
	
	-webkit-transform: translateX(0px) rotate(360deg);
	-moz-transform: translateX(0px) rotate(360deg);
	-ms-transform: translateX(0px) rotate(360deg);
	-o-transform: translateX(0px) rotate(360deg);
	transform: translateX(0px) rotate(360deg);
}

.social .link.facebook,
.social .link.mail,
.social .link.phone,
.social .link.mobile,
.social .link.navi {
	background-color: rgba(0,120,136,1);
	color: white;
}

span.color {
	color: rgba(0,120,136,1);
}
#rosen {
	height:auto;
	position: relative;
    top: 20%;
	z-index:0;
}

img.rosen {
	margin: 20px 0 0 0;
	max-width: 80%;
	
}

#footer {top:95%; width:100%; height:20px; position:absolute; bottom:0px; font-size: 12px;}

