@charset "UTF-8";
/* CSS Document */



/* -------------------------------------------
   Webonts
------------------------------------------- */


@font-face {
 font-family: 'WevoPro-Regular';
 src: url('webfonts/WevoProWeb-Regular.eot');
 src: url('webfonts/WevoProWeb-Regular.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'WevoPro-Light';
 src: url('webfonts/WevoProWeb-Light.eot');
 src: url('webfonts/WevoProWeb-Light.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'WevoPro-UltraLight';
 src: url('webfonts/WevoProWeb-UltraLight.eot');
 src: url('webfonts/WevoProWeb-UltraLight.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}


/* -------------------------------------------
   Clearfix
------------------------------------------- */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}



/* -------------------------------------------
   Image
------------------------------------------- */

img.bg {
	visibility: hidden;
	height: 0px;
}

	@media only screen and (min-width: 800px) {	

	img.bg {
		visibility: visible;
		min-height: 100%;
		min-width: 1024px;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
	}
	} /* Media Query Ende */

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

	img.bg {
	left: 50%;
	margin-left: -512px;   
	}

}

/* -------------------------------------------
   Rahmen
------------------------------------------- */

#top, 
#bottom, 
#left, 
#right {
	background: #fff;
	position: fixed;
}

#left, 
#right {
	top: 0; 
	bottom: 0;
	width: 0px;
	}

	@media only screen and (min-width: 800px) {	

	#left, 
	#right {
		width: 20px;
	}
	} /* Media Query Ende */

#left { 
	left: 0; 
}

#right { 
	right: 0; 
}

#top, 
#bottom {
	left: 0; 
	right: 0;
	height: 0px;
}


	@media only screen and (min-width: 800px) {	

	#top, 
	#bottom {
		height: 20px;
	}
	} /* Media Query Ende */

#top { 
	top: 0; }

#bottom { 
	bottom: 0; }




/* -------------------------------------------
   Logo
------------------------------------------- */

.logo-container {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.logo {
	width: 100px;
	float: right;
	margin-top: 32px;
}

	@media only screen and (min-width: 800px) {	

	.logo {
		width: 150px;
		margin-top: 0px;
	}
	} /* Media Query Ende */

.logo img {
	width: 100px;
}

	@media only screen and (min-width: 800px) {	

	.logo img {
		width: 150px;
	}
	} /* Media Query Ende */

.logo-standard {
	margin-top: 50px;
	width: 100px;
	float: right;
}

.logo-standard img {
	width: 100px;
}


/* -------------------------------------------
   Content
------------------------------------------- */

.content {
	font-family: 'WevoPro-UltraLight';
	font-size: 30px;
	line-height: 33px;
	text-align: left;
	color: #000;
	width: 100%;}


	@media only screen and (min-width: 800px) {	

	.content {
		text-align: right;
	}
	} /* Media Query Ende */


.content strong {
	font-family: 'WevoPro-Light';
	font-weight: normal;
}



.image-mobile {
	width: 100%;
	margin-bottom: 40px;
	visibility: visible;
}

	@media only screen and (min-width: 800px) {	

	.image-mobile {
		width: 100%;
		visibility: hidden;
		height: 0px;
	}
	} /* Media Query Ende */

.image-mobile img {
	width: 100%;
}




/* -------------------------------------------
   Container
------------------------------------------- */

.container {
	background: white;
	left: 0px;
	margin-left: 30px;
	margin-right: 30px;
	top: 0px;
}

	@media only screen and (min-width: 800px) {	

	.container {
		width: 45%;
		position: fixed;
		top: 50%;
		margin-top: -175px;
		margin-left: 0%;
		margin-right: 0%;
	}
	} /* Media Query Ende */


.link-box {
	width: 100%;
	margin-top: 80px;
	float: right;
	text-align: left;
	margin-bottom: 100px;
}

	@media only screen and (min-width: 800px) {	

	.link-box {
		text-align: right;
		margin-bottom: 0px;
	}
	} /* Media Query Ende */


.link a,
.link a:link,
.link a:visited,
.link a:active {
	font-family: 'WevoPro-Light';
	font-size: 14px;
	line-height: 1;
	border-bottom: 1px solid #767676;
	padding-bottom: 8px;
	text-decoration: none;
	text-align: right;
	color: #767676;
}

.link a:first-child {
	margin-right: 20px;
}

.link a:hover {
	color: #000;
}



/* -------------------------------------------
   Standard-Container
------------------------------------------- */

.container-standard {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding-left: 30px;
	padding-right: 30px;
}

.content-standard h2 {
	font-family: 'WevoPro-UltraLight';
	font-weight: normal;
	font-size: 50px;
	line-height: 54px;
	text-align: left;
	margin: 60px 0px 45px 0px;
	padding: 0px
}

.content-standard h3 {
	font-family: 'WevoPro-Regular';
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	margin: 30px 0px 15px 0px;
	padding: 0px
}

.content-standard h4 {
	font-family: 'WevoPro-Regular';
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 15px 0px 15px 0px;
	padding: 0px
}

.content-standard p {
	font-family: 'WevoPro-Light';
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.content-standard a,
.content-standard a:link,
.content-standard a:visited,
.content-standard a:active {
	color: #000;
	text-decoration:none;
}


.content-standard ul {
	margin: 0px 0px 15px 0px;
	padding: 0px
}

.content-standard li {
	font-family: 'WevoPro-Light';
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 5px 0px;

}



.break-word {
  word-wrap:break-word;
}



