body, html, ul, p, div, li, h1, h2, h3, h5 {padding:0;margin:0;}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	color: #333;
	
	overflow: hidden;
}
a {outline: none;}
#container {
	width: 100%;
	min-width: 1000px;
	
}
#header {
	width: 100%;
	height: 5em;
	box-shadow: 0px 0px 25px #000;
	position: fixed;
	top: 0;
	overflow: hidden;
	background-color: white;
	z-index: 102;
}
#inhalt {
	width: 100%;
	z-index: -1;
	/*background: linear-gradient(100deg,white,rgba(15,64,118,0.1),white);*/
	background-color: white;
}
#footer {
position: fixed;
overflow: hidden;
width: 100%;
height: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
bottom: 0;
background-color: white;
text-align: center;
box-shadow: 0px 0px 25px #000;
z-index: 102;
font-size: 0.8em;
text-transform:uppercase;
font-weight: bold;
}
/*------------------------------------------*/
#header #logo {width: 28%;height: 100%;float: left;padding-left: 5%;}
#header #logo img {height: 100%;}
#header #nav {width: 60%;float: left;}

#header #nav ul {
	width: 100%;
	list-style-type: none;
	margin-top: 3em;
	text-align: right;
	
}
#header #nav a {
	text-decoration: none;
	color: #0f4076;
	font-size: 1.3em;	
	font-variant: small-caps;
}
#header #nav a:hover, #header #nav a.aktuell {
	text-shadow:
	3px 3px 25px lightblue,
     -1px -1px 25px lightblue,  
      2px -1px 25px lightblue,
      -1px 2px 25px lightblue,
       2px 2px 25px lightblue;
}

#header #nav ul li {display: inline;margin-right: 1em;}
#header #nav #subnav {
	position: fixed;
	z-index: inherit;
	top: 1.5em;
	background-color: transparent;
	left: 46%;
	
	width: 14%;
	padding: 0.5em;
	text-align: left;
	display: none;
}
#header #nav #subnav a {font-size: 0.8em;color: #0f4076; }
#header #nav #subnav li {
	width: 90%;
	display: block;
	background-color: white;
	padding: 5%;
	margin: 2%;
	box-shadow: 2px 2px 33px rgba(0,0,0,0.5);
	
}
/*------------------------------------------*/
#inhalt .content {width: 100%;height: 100%;clear: both;}
#inhalt .content .text {padding: 5%;}
#inhalt #content1 .text1 {
	padding: 5%;
	width: 60%;
	float: left;
	line-height: 2.2em;
	font-size: 1.2em;
	padding-top: 1%;
}

#content1 .text1 p {margin-top: 3%;}
#inhalt #content1 .text2 {
	padding: 5%;
	padding-top: 8%;
	padding-bottom: 5%;
	/*background: linear-gradient(90deg,rgba(15,64,118,0.1),white);*/
	width: 20%;
	
	float: left;
	line-height: 1.6em;
}

#content1 .slideshow {width: 100%;margin-top: 4em;}
.slideshow img, .slideshow1 img {width: 100%;}

#immobilien {margin-bottom: 10%;}
#immobilien .slideshow1 {
	width: 40%;
	margin-left: 2%; 
	float: left;
	box-shadow: 5px 5px 15px #000;
	border-top-right-radius: 10%;
	border-bottom-left-radius: 10%;
	border: 10px solid white;
}
#immobilien #immobilentext {width: 45%;float: left;line-height: 2.2em;text-shadow: 0px 0px 100px #000;}
#immobilien #immobilentext p, #immobilien #immobilentext h2 {padding: 5%;padding-top: 3%;}
#immobilien #immobilentext h2 {padding-bottom: 0;margin-bottom: 0;}
#content1 h1 {
	color: #0f4076;
	
}

#content2 #kastenwarp {padding-left: 5%;}
#content2 #kastenwarp .kasten {
	width: 27%;
	min-height: 400px;
	float: left;
	margin-right: 5%;
	overflow: hidden;
	box-shadow: 5px 5px 25px #000;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
}
#content2 #kastenwarp .kasten:hover {background-color: lightblue;}
#content2 #kastenwarp .kasten img {width: 90%;padding: 5%;}
#content2 #kastenwarp .kasten h3, #content2 #kastenwarp .kasten p {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content2 #kastenwarp .kasten .kbutton {
	padding: 5%;
	padding-left: 10%;
	padding-right: 10%;
	/*border: 1px solid black;*/
	border-radius: 15px;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 5%;	
	background: radial-gradient(lightgray,white);
	box-shadow:2px 2px 3px #000;
}
#kasten a {color: blue;}
#content6 #bilder {
	width: 100%;
	text-align: left;
	margin-left: -1.4em;
}
#content6 #bilder img {
	width: 19%;
	border: 10px solid white;
	margin: 1.4em;
	box-shadow: 5px 5px 15px #000;
}
h5 {padding-top: 1em;}
#content3 .text, #content4 .text, #content5 .text, #content6 .text {
	line-height: 2.2em;	
}
#content3 .text {
	line-height: 3em;	
}
#content3 .text #aboutpic {
	box-shadow: 5px 5px 10px #000;
	width: 20%;
	margin-right: 3%;
	float: left;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	border: 5px solid white;
}
#content4 {
	background-image: url(../images/bg2.png);
	background-size:auto 50%;
	background-position: center right;
	background-repeat: no-repeat;
}
/*#content5 {
	background-image: url(../images/bg1.png);
	background-size:auto 100%;
	background-position: center right;
	background-repeat: no-repeat;
}*/
#content7 .adr {width: 40%; float: left;padding: 5%;text-shadow: 0px 0px 100px #0f4076;text-align: right;}
#content7 .text  {width: 40%; float: left;padding: 5%;text-shadow: 0px 0px 50px #0f4076;}

#content7 .text input, #content7 .text textarea {
	width: 100%;
	box-shadow: 1px 1px 1px #000;
	border-radius: 15px;
	
	padding-left: 5%;
}
#content7 .text table td {padding-bottom: 6%;}
#content7 .text input[type=submit] {width: 50%;}
#content8 {
	clear: both;
	margin-top: 5%;
}
/*------------------------------------------*/
#footer #fmenue {
	width: 100%;
	height: 0;
	overflow: hidden;
	position: fixed;
	bottom: 2em;
	background-color: rgba(0,0,0,0.8);
	background-image: url(../images/pattern.png);
	text-decoration: none;
	text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      2px -1px 0 #000,
      -1px 2px 0 #000,
       2px 2px 0 #000;
	color: white;
	text-align: left;
	text-transform:none;
}
#footer #fmenue #fmclose {
	position: absolute;
	right: 1%;
	margin-top: 1%;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
}
#footer #fmenue #fmclose:hover {border-radius:50%;background-color: green; }
#footer #fmlink {cursor: pointer;}
#footer #fmenue #fml {width: 23%;padding: 5%;padding-top: 2%;float: left;}
#footer #fmenue #fmm {width: 23%;padding: 5%;padding-top: 2%;float: left;}
#footer #fmenue #fmm img {width: 100%;}
#footer #fmenue #fmm input {width: 45%;float: left;}
#footer #fmenue #fmm input[type=submit] {border-radius: 15px; float: right;}
#footer #fmenue #fmr {width: 23%;padding: 5%;padding-top: 2%;float: left;}
#footer #flinks {
	width: 19%;
	float: left;
	text-align: left;
	padding-left: 1%;
	text-shadow: 1px 1px 45px #000;
}
#footer #flinks ul {list-style-type: none; margin-left: 1%;}
#footer #flinks ul li {display: inline;margin-right: 5%;}
#footer #fcenter {width: 60%;float: left;text-shadow: 1px 1px 45px #000;}
#footer #frechts {
	width: 15%;
	float: right;
	text-align: right;
	padding-right: 1%;
	
}

#footer a {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 0.8em;
	text-shadow: 1px 1px 45px #000;
	
}
h1, h2 {font-variant: small-caps;}