﻿
@font-face { 
font-family: "Liberation_sans"; 
src: url("webfonts/Liberation_sans.ttf"); 
}


@font-face { 
	font-family: "Be_Vietnam_Pro"; 
	src: url("../assets/webfonts/Be_Vietnam_Pro.ttf"); 
	}
	
	@font-face { 
	font-family: "Be_Vietnam_Pro"; 
	src: url("../assets/webfonts/Be_Vietnam_Pro.eot"); 
}




/*
	Stellar by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

*{
	margin: 0;
	padding: 0;
	}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}

body {
	line-height: 1;
	margin-left: 20%;
	margin-right: 20%;
    background-color: #ffffff;
	

	}
	
@media screen and (max-width: 1200px) {
	body{
		margin-right: 20px;
		margin-left: 20px;
        background-color: #ffffff;
	}
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}  
  
mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	@media screen and (max-width: 480px) {
xxxxxxxxxxxxx
		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background-color: #ffffff;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			-moz-transition: none;
			-webkit-transition: none;
			-ms-transition: none;
			transition: none;
		}

/* Type */

	body {
		background-color:#d4d2d2;
		
	}
			
	body {
		font-family: "LiberationSans", sans-serif;
		font-size: 16pt;
		font-weight: 200;
		line-height: 1.65;
	}

	
	select, textarea {
		font-family: "LiberationSans", sans-serif;
		font-size: 16pt;
		font-weight: 200;
		line-height: 1.65;
	}
	
	
		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 16pt;
			}

		}

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

			body, input, select, textarea {
				font-size: 14pt;
			}

		}

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

			body, input, select, textarea {
				font-size: 13pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease;
		-webkit-transition: color 0.2s ease;
		-ms-transition: color 0.2s ease;
		transition: color 0.2s ease;
		text-decoration: none;
		border-bottom: dottet 1px;
		color: inherit;
	}

		a:hover {
			border-bottom-color: transparent;
		}


	strong, b {
		font-weight: 200;
	}


	p {
		margin: 0 0 2em 0;
	}

		p.content {
			-moz-columns: 20em 2;
			-webkit-columns: 20em 2;
			-ms-columns: 20em 2;
			columns: 20em 2;
			-moz-column-gap: 2em;
			-webkit-column-gap: 2em;
			-ms-column-gap: 2em;
			column-gap: 2em;
			text-align: justify;
		}

	h1, h2, h3, h4, h5, h6 {
		
		font-weight: 100;
		line-height: 1.5;
		margin: 0 0 0.7em 0;
		letter-spacing: -0.04em;
			
		
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {			
			text-decoration: none;
			
		}



	h1 {
		
		font-size: 1.8em;
		line-height: 1.2;
		color: #666;
	}


	h2 {
		
		font-size: 1.1em;
		color: #283121;
	}


	h3 {
		
		font-size: 0.9em;
		letter-spacing: 0.005em; 
		color: #283121;	
	}


	h4 {
		
		font-size: 0.8em;
		letter-spacing: 0.02em;
		color: #283121;
	}


	h5 {
		
		font-size: 0.7em;
		letter-spacing: 0.02em;
		color: #283121;
	}

	h6 { 
		
		font-size: 0.8em; 
		font-weight: bold;
		letter-spacing: 0.02em;
		color: #283121;
		
	}
	



	.red {
		font-family: "Liberation_sans, sans-serif";
		font-size: 0.8em;
		letter-spacing: 0.02em;
		color: #571111;
	}

	.blue {
		font-family: "Liberation_sans, sans-serif";
		font-size: 0.8em;
		letter-spacing: 0.02em;
		color: #0c0b35;
	}





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

		h1 {
			font-size: 1.2em;
		}
}
		

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	input, select, textarea {
		color: #ffffff;
	}

	a:hover {
		color: #d4cb26;
	}

	strong, b {
		color: #ffffff;
	}
	

	
	
	/*Sprungmarken*/

/*Button*/

	a.button {
		padding:1px 6px;
		border: 2px;
		border-radius: 3px;
		border-color:#666;
		color:#666;
		background-color: #fbf7f7;
	}
	

/* Image */

	.image {
		border-radius: 0px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 0px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
			max-height: 40%
		}

			.image.left img, .image.right img {
				width: 100%;
				height:100%
			}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
			height: 100%;
		}

		.image.fit img {
				width: 100%;
				height: 100%;
			}
							
		
		.figcaption {	
		display: inline-block
		text-align: left;		
		}
		
		
		.item{
  		text-align:left;
  		display: inline;
  		background-color: transparent;
 		border: 1px solid transparent;
 		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 1px;
		float:left;
		} 
		
		.bildziehen {
		opacity: 1;
		transition: all 5s ease-in-out;
		}





	/* Bildergalerie */	
		div.gallerysmall {
 		border: 0px solid #ccc;
		
		}

		div.gallerysmall:hover {
  		border: 0px solid #777;
		}			

		div.desc {
  		padding: 2.0px;
 		text-align: left;
 		font-family:"Urbanist", sans-serif;
 		font-size: 0.8em;
		}

		* {
  		box-sizing: border-box;
		}

		.responsive {
  		padding: 0 6px;
  		float: left;
 	 	width: 30%;
		}

		@media only screen and (max-width: 700px) {
  		.responsive {
    	width: 40%;
    	margin: 6px 0;
  		}
		}

		@media only screen and (max-width: 500px) {
 		 .responsive {
   		 width: 50%;
  		}
		}

		.clearfix:after {
  		content: "";
  		display: table;
  		clear: both;
		}
		
		


/* Bildergalerie Projekte */	

div.gallerypro {
	border: 0px solid #ccc;
	
   }

   div.gallerypro:hover {
	 border: 0px solid #777;
   }			

   div.desc {
	padding: 2.0px;
	text-align: left;
	font-family:"Urbanist", sans-serif;
	font-size: 0.8em;
   }

   * {
	 box-sizing: border-box;
   }

   .responsive {
	 padding: 0 6px;
	 float: left;
	 width: 50%;
	 
   }



   @media only screen and (max-width: 700px) {
	 .responsive {
   width: 49.99999%;
   margin: 6px 0;
	 }
   }

   @media only screen and (max-width: 500px) {
	 .responsive {
	   width: 100%;
	 }
   }

   .clearfix:after {
	 content: "";
	 display: table;
	 clear: both;
   }		





   /* Bildergalerie Breit */	

div.gallerybig {
	border: 0px solid #ccc;
	width: 100%
   }

   div.gallerybig:hover {
	 border: 0px solid #777;
   }			

   div.desc {
	padding: 2.0px;
	text-align: left;
	font-family:"Urbanist", sans-serif;
	font-size: 0.9em;
   }

   * {
	 box-sizing: border-box;
   }

   .responsive {
	 padding: 0 6px;
	 float: left;
	 width: 50%;
   }



   @media only screen and (max-width: 700px) {
	 .responsive {
   width: 49.99999%;
   margin: 6px 0;
	 }
   }

   @media only screen and (max-width: 500px) {
	 .responsive {
	   width: 100%;
	 }
   }

   .clearfix:after {
	 content: "";
	 display: table;
	 clear: both;
   }		




    

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content:  left;
			-webkit-justify-content:  left;
			-ms-justify-content:  left;
			justify-content: left;
			width: 100%;
			margin-left: 0;
		}
		
		

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

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

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}
		

/* Anker */

.button-30 {
	align-items: center;
	appearance: none;
	background-color: #ffffff;
	border-radius: 3px;
	border-width: 0,3;
	border-color:#aeacac4e; 
	border-style: ridge;
	box-shadow: #6b6f74 1px,#6b6f74 1 4px 7px -2px,#ffffff 0 -2px 0 inset;
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
	display: inline-flex;
	font-family: "urbanist", sans-serif;
	height: 40px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s,transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow,transform;
	font-size: 16px;
  }
  
  .button-30:focus {
	box-shadow: #6b6f74 0 0 0 1.5px inset, #6b6f74 0 2px 4px, #6b6f74 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  }
  
  .button-30:hover {
	box-shadow: #6b6f4e 0 4px 8px, #3e4044e2, #D6D6E7 0 -3px 0 inset;
	transform: translateY(-2px);
  }
  
  .button-30:active {
	box-shadow: #D6D6E7 0 3px 7px inset;
	transform: translateY(2px);
  }


  
/* Fader */

.fader {
    position: relative;
    display: inline-block;
}

.fader img {
    vertical-align: top;
}

.fader img.next {
    position: absolute;
    top: 0;
    left: 0;
}


/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.65em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0 !important;
			}


			/* Section/Article */

	.textbox {
		max-width: 720px;
		padding: 0 50 0 50;
		text-align: left;
		margin-left: 1.5em;
		

	}



	.gtextbox {
		max-width: 80%;
		padding: 0 50 0 50;
		text-align: left;
		margin-left: 1em;
		

	}



 	/* Columns */

	.textwrapper {
		max-width: 1156px;
	}

	

	.column {
		width: 50%;
		min-width: 250px;
		float: left;
		padding-right: 50px;
	}


	section.special, article.special {
		text-align: left;
	}

	header.major {
		margin-bottom: 5em;
	}

		header.major h2 {
			font-size: 1.3em;
		}
		
	header.major h2:after {
				display: block;
				content: '';
				width: 3.25em;
				height: 2px;
				margin: 0.7em 0 1em 0;
				border-radius: 2px;
			}

	section.special header.major h2:after, article.special header.major h2:after {
					margin-left: auto;
					margin-right: auto;
				}

		header.major p {
			font-size: 1.25em;
			letter-spacing: -0.025em;
		}

		header.major.special {
			text-align: left;
		}

			header.major.special h2:after {
				margin-left: auto;
				margin-right: auto;
			}


	footer.major {
		margin-top: 3em;
		
	}

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

		header.major {
			margin-bottom: 0;
		}

			header.major h2 {
				font-size: 1.5em;
			}

			header.major p {
				font-size: 1em;
				letter-spacing: 0;
			}

				header.major p br {
					display: none;
				}

		footer.major {
			margin-top: 0;
		}

	}

	header.major h2:after {
		background-color: #f7f8ff;
	}

/* Table */



	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;

	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			font-size: 0.9em;
			font-weight: 400;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: rgba(255, 255, 255, 0.35);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(255, 255, 255, 0.075);
		}

	table th {
		color: #ffffff;
	}

	table thead {
		border-bottom-color: rgba(255, 255, 255, 0.35);
	}

	table tfoot {
		border-top-color: rgba(255, 255, 255, 0.35);
	}

	table.alt tbody tr td {
		border-color: rgba(255, 255, 255, 0.35);
	}
		
	table extra {
	color: #edf3f7;
}

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: calc(100% + 2em);
		margin: 0 0 3em -2em;
		padding: 0;
		list-style: none;
	}

		.features li {
			width: calc(33.33333% - 2em);
			margin-left: 2em;
			margin-top: 3em;
			padding: 0;
		}

			.features li:nth-child(1), .features li:nth-child(2), .features li:nth-child(3) {
				margin-top: 0;
			}

			.features li > :last-child {
				margin-bottom: 0;
			}

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

			.features li {
				width: calc(50% - 2em);
			}

				.features li:nth-child(3) {
					margin-top: 3em;
				}

		}

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

			.features {
				width: 100%;
				margin: 0 0 2em 0;
			}

				.features li {
					width: 100%;
					margin-left: 0;
					margin-top: 2em;
				}

					.features li:nth-child(2), .features li:nth-child(3) {
						margin-top: 2em;
					}

		}

/* Header */

	#header {
		padding: 5em 5em 1em 5em ;
		text-align: left;
		
	}

		#header h1 {
			margin: 0 0 0.25em 0;
						
		}

		#header p {
			font-size: 1.25em;
			letter-spacing: -0.025em; 
			
		}

		#header.alt {
			padding: 7em 5em 4em 5em ;
			
		}

			#header.alt h1 {
				font-size: 3.25em;
				
			}

			#header.alt > * {
				-moz-transition: opacity 3s ease;
				-webkit-transition: opacity 3s ease;
				-ms-transition: opacity 3s ease;
				transition: opacity 3s ease;
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
				opacity: 1;
			}

			#header.alt .logo {
				-moz-transition: opacity 1.25s ease, -moz-transform 0.5s ease;
				-webkit-transition: opacity 1.25s ease, -webkit-transform 0.5s ease;
				-ms-transition: opacity 1.25s ease, -ms-transform 0.5s ease;
				transition: opacity 1.25s ease, transform 0.5s ease;
				-moz-transition-delay: 0s;
				-webkit-transition-delay: 0s;
				-ms-transition-delay: 0s;
				transition-delay: 0s;
				display: block;
				margin: 0 0 1.5em 0;
				
			}

				#header.alt .logo img {
					display: block;
					margin: 0 auto;
					max-width: 75%;
				}

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

			#header {
				padding: 4em 4em 0.1em 4em ;
			}

				#header.alt {
					padding: 6em 4em 3em 4em ;
				}

		}

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

			#header {
				padding: 4em 3em 0.1em 3em ;
			}

				#header.alt {
					padding: 5em 3em 2em 3em ;
				}

		}

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

			#header {
				padding: 3em 2em 0.1em 2em ;
			}

				#header p {
					font-size: 1em;
					letter-spacing: 0;
				}

					#header p br {
						display: none;
					}

				#header.alt {
					padding: 4em 2em 1em 2em ;
				}

					#header.alt h1 {
						font-size: 2.5em;
					}

		}

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

			#header {
				padding: 3em 1.5em 0.1em 1.5em ;
			}

				#header.alt {
					padding: 4em 1.5em 1em 1.5em ;
				}

		}

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

			#header {
				padding: 2.5em 1em 0.1em 1em ;
			}

				#header.alt {
					padding: 3.5em 1em 0.5em 1em ;
				}

		}

		body.is-preload #header.alt > * {
			opacity: 0;
		}

		body.is-preload #header.alt .logo {
			-moz-transform: scale(0.8) rotate(-30deg);
			-webkit-transform: scale(0.8) rotate(-30deg);
			-ms-transform: scale(0.8) rotate(-30deg);
			transform: scale(0.8) rotate(-30deg);
		}

/* Nav */

	#nav {
		-moz-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		-webkit-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		-ms-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		background-color: #ffffff;
		color: #666;
		position: absolute;
		
		
		
		
		background-color:#ffffff;
		border-top-left-radius: 0.25em;
		border-top-right-radius: 0.25em;
		cursor: default;
		text-align: left;
		font-size: 0.8em;
		border-bottom: 2px solid #f0f2fc;
		padding-left: 1em;
		width: 60%;
		
		
		
		

	}

		#nav input, #nav select, #nav textarea {
			color: #2e3c47;
		}

		#nav a:hover {
			color: #d4cb26;
		}

		#nav strong, #nav b {
			color: #2e3c47;
		}

		#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
			color: #2e3c47;
		}

		#nav blockquote {
			border-left-color: #2e3c47;
		}

		#nav code {
			background: #2e3c47;
			border-color:#2e3c47;
		}

		#nav hr {
			border-bottom-color: #2e3c47;
		}

		#nav + #main {
			padding-top: 4.25em;
		}

		#nav ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			#nav ul li {
				-moz-transition: margin 0.2s ease;
				-webkit-transition: margin 0.2s ease;
				-ms-transition: margin 0.2s ease;
				transition: margin 0.2s ease;
				display: inline-block;
				margin: 0 0.35em;
				padding: 0;
				vertical-align: middle;
				
			}

				#nav ul li a {
					-moz-transition: font-size 0.2s ease;
					-webkit-transition: font-size 0.2s ease;
					-ms-transition: font-size 0.2s ease;
					transition: font-size 0.2s ease;
					display: inline-block;
					height: 2.25em;
					line-height: 2.25em;
					padding: 12px;
					border: 0;
					border-radius: 8px;
					box-shadow: inset 0 0 0 1px transparent;
					
				}

					#nav ul li a:hover {
						background-color: #ffffff;
					}

					#nav ul li a.active {
						background-color: #ffffff;
						box-shadow: none;
					}

		#nav.alt {
			position: fixed;
			top: 0;
			padding: 0.5em 1em;
			background-color: #ffffff;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			z-index: 10000;
			border-bottom: 2px solid #f0f2fc;
			

		}

			#nav.alt ul li {
				margin: 0 0.175em;
			}

				#nav.alt ul li a {
					font-size: 0.9em, medium;
				}
	

/* Main */

	#main {
		background-color: #ffffff;
		color: #414040;
		

		}

		#main input, #main select, #main textarea {
			color: #414040;
		}

		#main a:hover {
			color: #d4cb26;
		}

		#main strong, #main b {
			color: #414040;
		}

		#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
			color: #414040;
		}

		#main blockquote {
			border-left-color: #414040;
		}

		#main code {
			background: rgba(230, 237, 252, 0.25);
			border-color: #414040;
		}

		#main hr {
			border-bottom-color: #414040;
		}

		#main .box {
			border-color: #414040;
		}
					

		#main ul.alt li {
			border-top-color: #ffffff;
		}

		#main dl dt {
			color: #fbfafa;
		}

		#main header.major h2:after {
			background-color: #f2f6fc;
			background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
		}

		#main table tbody tr {
			border-color: #fbfafa;
		}

			#main table tbody tr:nth-child(2n + 1) {
				background-color: rgba(230, 237, 252 0.25);
			}

		#main table th {
			color: #ffffff;
    		margin: 0;
    		padding: 0;
    		text-align: center;
  }

  nav li {
    list-style: none;
    position: relative;
    margin: 0; 
    padding: 0;
  }

  nav ul ul {
    position: absolute;
    top: -0.4em; 
    left: 8em;
  }
		


		#main > .main {
			padding: 5em 5em 3em 5em ;
			border-top: solid 1px #ffffff;
		}

			#main > .main:first-child {
				border-top: 0;
			}

			#main > .main > .image.main:first-child {
				margin: -5em 0 5em -5em;
				width: calc(100% + 10em);
				border-top-right-radius: 0.25em;
				border-top-left-radius: 0.25em;
				border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
			}

				#main > .main > .image.main:first-child img {
					border-top-right-radius: 0.25em;
					border-top-left-radius: 0.25em;
					border-bottom-right-radius: 0;
					border-bottom-left-radius: 0;
				}

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

			#main > .main {
				padding: 4em 4em 2em 4em ;
			}

				#main > .main > .image.main:first-child {
					margin: -4em 0 4em -4em;
					width: calc(100% + 8em);				
				}

		}

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

			#main > .main {
				padding: 4em 3em 2em 3em ;
			}

				#main > .main > .image.main:first-child {
					margin: -4em 0 4em -3em;
					width: calc(100% + 6em);					
				}

		}

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

			#main > .main {
				padding: 3em 2em 1em 2em ;
			}

				#main > .main > .image.main:first-child {
					margin: -3em 0 2em -2em;
					width: calc(100% + 4em);				
				}
				
					#nav  {
					display: block;
					vertical-align: middle;
					width: calc(100% + 4em);
					text-align: center;
                    margin-left: 1em;
                    margin-right: 1em;
					
}

		}

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

			#main > .main {
				padding: 3em 1.5em 1em 1.5em ;
			}

				#main > .main > .image.main:first-child {
					margin: -3em 0 1.5em -1.5em;
					width: calc(100% + 3em);
				}	

				
				#nav  {
					display: block;
					vertical-align: middle;
					width: calc(100% + 3em);
					text-align: center;
                    margin-left: 1em;
                    margin-right: 1em;
					
}




		}

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

			#main {
				border-radius: 0;
			}

				#main > .main {
					padding: 2.5em 1em 0.5em 1em ;
				}

					#main > .main > .image.main:first-child {
						margin: -2.5em 0 1.5em -1em;
						width: calc(100% + 2em);
						border-radius: 0;
						
					}

						#main > .main > .image.main:first-child img {
							border-radius: 0;
						}




						#nav  {
							display: block;
							vertical-align: middle;
							width: calc(100% + 2em);
							text-align: center;
							margin-left: 1em;
							margin-right: 1em;
							
		}
		

		}

/* Mobile Menu Button */

		#mobilemenuebutton {
			display: none;
		
		}

		#nav{
			padding-bottom: 0;
			
			
		}


		#nav ul li, #nav.alt ul li{
			margin: 0;
			margin-right: 30px;
			border-bottom: 1px solid #f0f2fc;
		}

		#nav.alt{
			padding-left: 0;
			font-size: 0.9em;
			

		}

		@media screen and (max-width: 750px) {
		#mobilemenuebutton {
				display: block;
				cursor: pointer;
				padding-left: 20px;
				
			}

		header{
			padding-bottom: 20px;
		}

		#nav {
				
				width: 90%;
				padding-bottom: 0%;
				left: 0;
				text-align: left;
		}

		#nav.alt {
			padding: 0;
		}

		#nav + #main{padding-top: 0;}

		#nav ul li {
			display: block;
			padding-left: 20px;
			margin: 0;
			
		}

		#nav.alt #mobilemenuebutton{
			padding-top: 25px;
			padding-bottom: 25px;
		}

		#menu-toggle {
			display: none;			
		}

		#menu {
			overflow: hidden;
			
			max-height: 0;
			padding: 0;
			margin: 0 auto;
			-webkit-transition: all 0.3s ease;
		}

		#menu-toggle:checked + #menu {
			width: 100%;
			max-height: 350px;
			border: 2px solid #f0f2fc;
			box-shadow: -10px -20px 10px #f0f2fc;
			
			
		}

		}




/* Footer */

	#footer {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 2em 2em 2em 2em ;
		background-color: #ffffff;
		margin: 5 5 1em -2em;
		text-align: left;
		border-top: 2px solid #f0f2fc;
		border-top-width: calc(80%);
		
			
	}

		#footer > * {
			width: calc(70%);
			margin-left: 1em 0 1em 1em;
			
		
			
		}

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

			#footer {
				margin-left: 0 0 1em 1em;	
				
			}

		}

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

			#footer {
				padding: 0 4em 2em 0 ;
				display: block;
				
				width: 100%;
			}

				#footer > * {
					width: 100%;
					margin-left: 2em;
					
					
				}

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

			#footer {
				padding: 0 4em 1em 1em ;
			}

		}

		

		

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

			#footer {
				padding: 0 1em 0.5em 1 ;
			
			}

		}