
/* DESKTOP 1920 - 1200 */

body {
	background: #FFF;
	background-image: url(../img/BG_top.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-background-size: auto;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-position: top center;
	font-family: 'Candara', sans-serif;
	color: #000;
	line-height: 120%;
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	display: flex;
 	justify-content: center;
	overflow-x:hidden;
	
}


.wrapper {
	width: 100%;
	display: flex;
 	justify-content: center;
	background-color: transparent;
	margin: 745px 0 0 0;
	overflow: hidden;
}

.content {
	max-width: 1200px;
	overflow: hidden;
	width: 1200px;
	height:100%;
	background-color: transparent;
	background-repeat:no-repeat;
	margin: -376px 0 0 0;
}

.absolute {
	position:absolute;
}



 
 .thumbnail{
	 display:inline-block;
	 display:block;
	 height:auto;
	 max-width:100%;
	 padding:0px;
	 border-radius:0px;
	 -webkit-transition:all .2s ease-in-out;
	 transition:all .2s ease-in-out
	 }
	 
	 .thumbnail>img{
		 display:block;
		 height:auto;
		 max-width:100%}
		 
		 a.thumbnail:hover,a.thumbnail:focus{
			 border-color:#145196}
			 
		.thumbnail>img{
			 margin-right:auto;
			 margin-left:auto}
		
		.thumbnail .caption{
			padding:0;
			color:#333}


/* TEXT DECORATION */

a {
	color: #000;
	text-decoration: none;
}

b {
	font-weight:bold;
}

p {
	line-height: 120%;
	font-size: 16px;
	font-family: 'Candara', sans-serif;
}

h1 {
	line-height: 120%;
	font-size: 16px;
	font-family: 'Candarab', sans-serif;
}

li {
	margin: 10px 0 0 0;
}
						 

/* TABLET EINBINDUNG 1199 - 768 */

@media (max-device-width: 1199px) {
	
	body {
		background-size: 130%;
		overflow-x:hidden;
	}
	
	.wrapper {
		margin: 184px 0 0 0;
	}
	
	.content {
		max-width: 767px;
		height: auto;
		overflow: hidden;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	
		/* TEXT DECORATION */
	
	a {
	}
	
	p {
		font-size: 14px;
	}
		
	
	/* MOBILE EINBINDUNG 767 - 520 */
	
	@media (max-device-width: 767px) {
		
	body {
		background-image: url(../img/BG_top_small.jpg);
		background-size: 100%;
		overflow-x:hidden;
	}
	
	.wrapper {
		margin: 184px 0 0 0;
	}
	
	.content {
		max-width: 520px;
		height: auto;
		overflow: hidden;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	
		/* TEXT DECORATION */
	
	a {
	}
	
	p {
		font-size: 14px;
	}
}
	
	
	

/* MOBILE EINBINDUNG 519 - 320 */
	
	@media (max-device-width: 519px) {
		
	body {
		/*background-image: url(../img/_VORLAGE_320.jpg);*/
		background-size: 100%;
		overflow-x:hidden;
	}
	
	.wrapper {
		margin: 126px 0 0 0;
	}
	
	.content {
		max-width: 320px;
		height: auto;
		overflow: hidden;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	
		/* TEXT DECORATION */
	
	a {
	}
	
	p {
		font-size: 14px;
	}
}



