
/* Als Erstes eingie CSS Resets */

    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;
    	font: inherit;
    	vertical-align: top;
    	outline: 0;
    	
    	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		
		
    }
    
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
    	display: block;
    }

    body {
    	line-height: normal;
        
        font-family: Verdana, sans-serif;
        
        font-weight: 400;
        font-style: normal;
        font-size: 0.8em;
        
        
       }
	
	body,html {
		min-width: 900px;
		height: 100%;
		overflow: hidden;
	}
	
    body a, body {
        color: #000;
    }
    ol, ul {
    	list-style: none;
    }
    blockquofte, q {
    	quotes: none;
    }
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    
    .clear {float: none; clear: both;}
	
	.mobilenav {
		display: none;	
	}
	
	a {
		transition: .2s all;
	}
	
	.alignright {
		float: right;
		margin:10px 0 10px 10px;
	}
	.alignleft {
		float: left;
		margin:1 0px 10px 10px 0;
	}



html { 
	background: #fff;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}


	.middler {
		width: 900px;
		margin: 0px auto;
		
		position: relative;
	}	


.toplogo {
	position: absolute;
	left: 0px;
	width: 300px;
	
	top: -180px;
	
	z-index: 2;
	
	transition: .2s all;
}
	
.seit1840 {
	width: 350px;
	right: -100px;
	top: 50px;
	position: absolute;
	z-index: 2;
}

.navigation {
	background: #fff;
	background: rgba(255,255,255,.8);
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 1;
}
	.navigation .middler {
		
	}
		.navigation ul {
			margin-left:320px;
		}
			.navigation ul li {
				display: inline-block;
				margin-right: 20px;
			}
			.navigation ul li a {
				line-height: 35px;
				text-decoration: none;
			}
				.navigation ul li a:hover {
					text-decoration: underline;
				}

.content {
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	width: 100%;
	
	overflow: hidden;
}

	.content .middler {
		z-index: 5;
		
		margin-top: 7%;
		margin-bottom:2%;
		
		color: #fff;
		overflow: hidden;
	}
	
	.content .middler 	a {
		color: #fff;
		text-decoration: underline;
	}
	
	.content .swoosh {
		position: absolute;
		top: 0px;
		
		width: 100%;
		height: auto;
		
		z-index: 1;
	}
	

		.middler .dl {
			float: left;
			width: 33%;
		}
			.middler .dl li {
				background: url(images/aufzaehlungspunkt.png) no-repeat;
				padding-left: 20px;
				margin-bottom: 3px;
			}
			
		.middler .kontaktblock {
			float: right;
			width: 33%;
			text-align: right;
		}
			.kontaktblock .logo {
				width: 95%;
			}
			.kontaktblock .adresse {
				margin: 5px 0 0 26%;
			}
	
	
	.textbox {
		width: 66%;
		float: left;
	}
		.textbox p {
			margin-bottom: 10px;
		}
		
		strong {
			font-weight: bold;
		}
		.textbox h2 {
			font-weight: bold;
			margin-bottom: 0px;
		}
	

	
@media screen and (max-width: 1500px) { 

	 img.bg {
		 bottom: 0; 
	 }
}
	
@media screen and (max-width: 1000px) { /* Specific to this particular image */
	 

	 
	 

  
    .middler {
	  padding: 0 10px 0 10px;
  }
  
  .seit1840 {
	  right: 0px;
	  top: 40px;
  }

  

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 600px) {


}